Getting values of indicator from spesific dates
-
Hello.
I'm new to coding and fxDreema. I want to get values of indicators for spesific dates in history. I tried to do it in FxDreema but I couldn't find how to do it. Can you help me please?
For example: For AUDCAD H1, at "20:00 01.02.2021" and at "16:00 01.04.2021", what are values of RSI indicator (data at "close" from OHLC)?
I have a list of lots of dates. I need a script that scans the history (while backtesting) and gets the values of indicator for spesified dates and then lists those values in a document.
Thank you.
-
Between the picture and link you will see how to get the candle ID from date/time and how to get the RSI value from that ID, you can then use the ID variable to get whatever values you need.
Hope this helps
-
@jstap Impressive. Thank you for sharing.
-
@l-andorrà You know what they say you learn something new every day:)
-
@jstap Thank you very much. This helped a lot.
-
@pilot45qf My plessure
-
@jstap Agreed!

