Array on dynamic data.
-
I am trying to build an array with dynamic data. (custom indicator data) that I can read with buffers. This data fluctuates through the minute and I'm looking to store the highs and the lows of the data for a period of about 20 minutes. (not the closing of each minute) but the actual highs and lows during the minute. Anyone have any ideas on arrays in FXD?
-
@pan4pips Is FXD that insufficient that it's not possible?
-
@pan4pips said in Array on dynamic data.:
@pan4pips Is FXD that insufficient that it's not possible?
if you can code then you can draw a custom block, you can do anything you want in dreema that way!
-
@pan4pips There are no blocks in fxDreema doing that. You will have to add some custom code to do it as Tipsy said.
-
@l-andorrà I have it doing what I need to with assignment operators on events Ty though!