How do I use the same variable (PERIOD) on various indicators?
-
I have the same indicator under various conditions. How do I use the same variable (PERIOD) on various indicators?
EX: If I have 5 conditions of the same indicator, it creates 5 variables (value: 13). I wanted to use only one. -
use constants (it goes into inputs) or variables ...
https://fxdreema.com/help/working-with/constants-and-variables -
I posted a question about variables a day or so. My post is titled below.
Posts made by Grizzly888
Incompatible variables between same or different Indicators in the same conditional decision block!I am new to strategy tester and wounder if you might share your thoughts. strategy tester provides optimization report. how ever the listed variable at the top of the table is diffent than the variable in fxdreema. The values do not coorispond to any of the drop down list items. Do you know if you have to place all of the variable to the listed table title one at a time??
read my post let me know what you think or direct me to more details between the difference of the mql5 strategy tester and fxdreema.
thanks
-
@cjdduarte
in my search for my problem I found this..it might help!
What is Terminal Variables?
Write the global variables with block "Terminal variables"
Read the global variables with block "Modify variables" - you should set a "normal" fxdreema variable for each global variablehttps://fxdreema.com/help/working-with/terminal-variables
R posted in Questions & Answers 24 Jul 2017, 08:03
good luck
-
@miro1360 said in How do I use the same variable (PERIOD) on various indicators?:
use constants (it goes into inputs) or variables ...
https://fxdreema.com/help/working-with/constants-and-variablesIt worked.
Thank you.