History High and Low
-
Hello everyone. Please tell me how to get the history High and Low and store it to variable.
Thanks in advance and have a nice day

-
The most efficient way is by using a custom indicator doing that. You can build a custom loop on fxDreema searching for that info, but that would make the bot FAR more inefficient and slow.
-
Hello brother. Sorry for late reply.
With custom indicator, it kind of plug-in type. Not all in one -
I still think using a custom indicator is a better option. Doing that on fxDreema is feasible, but the number of code lines necessary for it will make the optimization later simply unacceptable.