SAVE PRICE LEVELS ENQUIRY
-
Hello everyone, I'm just curious to know if it's possible to store a number of price levels, n then later use them in a condition block, like FRACTAL SAR crossing any of the stores price levels
-
Do you mean several proce levels at teh same time? There two options only: a) Storing them individually on different variables or b) using custom code to create an array storing them. There is no fxDreema blocks for the second option?
-
It is about saving the price levels in an array for further calculations. It may require custom code, and I am afraid not easy.
-
@l-andorrà that's exactly what I meant...I guess I'll try the individual variables approach....
Thanks alot

-
@sktsec I thought as much, I guess that's beyond my capability, thank you very much for the input

-
@Timberwolves You're welcome.
-
Interesting topic—has anyone tried using string variables to store levels as comma-separated values, then parsing them with custom code? Might be a workaround before diving into arrays.