Help Grid distance multiple (Dynamic grid)
-
I’m currently working on a project in FXDreema, and I’m trying to create a dynamic distance grid. I’m looking for guidance on how to implement this feature, where the distance between points or grid cells is adjustable based on certain conditions or parameters (Ex.grid multiply x1.2 means 100-120-144- ...)
Has anyone worked with something similar or can offer suggestions or ideas on how to achieve this in FXDreema?
Any help would be greatly appreciated!
Thanks in advance! https://fxdreema.com/shared/KESNPINxd
-
That's not a trivial thing to do. If I understand your idea correctly, you want to create an initial grid distance that will be modified later in time when other conditions are met. I see you are using variables, and that is the correct thing to do. However, several consideratios are to be included. Are all frid levels equidistant or not? Where is the initial price level for each new iteration? Can different iterations be combined? I don't know if you see what I mean.