Optimization Report results variables

Questions about MultiCharts and user contributed studies.
albevier
Posts: 24
Joined: 13 Nov 2005
Has thanked: 5 times
Been thanked: 3 times

Optimization Report results variables

Postby albevier » 05 Dec 2020

The Optimization Report allows one to click on a row and automagically move all of the parameters from that row to the chart from which the report was generated.

How can I apply those parameters to studies as well?

E.g., I use %R in my strategies. On the Optimization Report, then, there are parameters for the Length, OverSold, and OverBought inputs to %R.

How can I move the parameters from the Optimization Report to the %R Study on the chart so that I may have a graphical representation of the %R being used in my strategy? I'm assuming I'll need to write my own code to grab and move the parameters..

Has anyone done the same or similar? Can you show me how to grab the parameters and insert them into the Study inputs?

Thanks in advance.

Edit: I'm working around the issue by using Global Variables. If I'm missing an easier method, let me know.

User avatar
Kate MultiCharts
Posts: 591
Joined: 21 Oct 2020
Has thanked: 9 times
Been thanked: 148 times

Re: Optimization Report results variables

Postby Kate MultiCharts » 21 Dec 2020

Hello albevier,

You can pass values ​​from one study to another only through an external DLL, for example Global Variables.

albevier
Posts: 24
Joined: 13 Nov 2005
Has thanked: 5 times
Been thanked: 3 times

Re: Optimization Report results variables

Postby albevier » 21 Dec 2020

lol -- Thanks Kate -- Kind of a "Duh!" now that you actually said it out loud. I'll see what I can do.


Return to “MultiCharts”