Help with optimazation of code and we need a snippet on all things optimazation

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #237850 quote
    Vicke1990Vicke1990
    Participant
    New

    Hi,

    I’m pulling my hair over the fact that I can’t figure out how you optimize some variables, more specifically the so called “indicator” variables written in green. I’ve look at youtube videos, Googled, searched this forum, without making any headway.

    I want to optimize a code that looks something like this:

    hv=HistoricVolatility[VolatilityPeriod](close)
    hv2=HistoricVolatility[VolatilityPeriod](typicalprice)
    st=linearregression[ROUND(Regression1Period*hv)](close)
    lr=linearregression[ROUND(Regression1Period*Regression2Period*hv2)](typicalprice)
     

    Is there somewhere where all info about optimization is located? If not, can we add info to a snippet or update the manuals please?

    #237860 quote
    GraHalGraHal
    Participant
    Master

    You know about and and can enter values for VolatilityPeriod, Regression1Period and Regression2Period in the ‘Definition of Variables’ window?

    So are you able to say which part of optimisation does not work for you?

    It’s easier if we take it 1 step at a time on an itterative basis.

    Anybody else feel free to jump in at any stage … makes discussions more interesting and helps the OP get sorted quicker.

    #237861 quote
    Iván GonzálezIván González
    Moderator
    Legend

    what you have in green is the function, and the parameters inside are the ones you can optimise.
    To do this you have to create variables with the same name in the optimisation window.
    Here is an example (see screenshot)

    GraHal thanked this post
    2024-09-20_10-29.png 2024-09-20_10-29.png
    #237929 quote
    Vicke1990Vicke1990
    Participant
    New

    Awesome guys,

    Thank you so much! Works like a charm!

    Would be great though, if the instructions and/or there would be an  updated video or something on how to use the optimizer with all the different types of variables there is. I think i’m not the only one who struggles with it from time to time.

    Again, thank you so much for all your help!

    GraHal thanked this post
Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.
ProRealAI ProRealAI New

Stuck on this ProBuilder code?

Describe what this topic is trying to build, in plain English, and ProRealAI writes the ProRealTime™ indicator, screener or system for you.

Available in 7 languages
Try ProRealAI

Help with optimazation of code and we need a snippet on all things optimazation


ProOrder: Automated Strategies & Backtesting

New Reply
Author
author-avatar
Vicke1990 @vicke1990 Participant
Summary

This topic contains 3 replies,
has 3 voices, and was last updated by Vicke1990Vicke1990
1 year, 12 months ago.

Topic Details
Forum: ProOrder: Automated Strategies & Backtesting
Language: English
Started: 09/19/2024
Status: Active
Attachments: 1 files
ProRealCode ProRealCode
Loading...