Variable (input) block
-
Hi friends, can the window used to define project variable or constant be used for declaring array? If not, how do I declare array with Fxdreema? Thanks
-
You need to use custom code for that. There is no specific block in fxDreema used to create a custom array.
-
Arrays are difficult, but in this you can see how to change a variable depending on TF (this is MT5, but MT4 is similar but easier because it is, 1, 5, 15, 30, 60, 240, 720, 1440 minutes). Use a variable - if variable == x.xx do this - as in what you want to happen on that timeframe. https://fxdreema.com/shared/STONpQnXc
-
int A=0;
string ab[];
ab=ab[a]; -
@l-andorrà Thanks. Can I include the custom array in FXdreama?
-
@I-am-Just-a-man It's not clear, but thanks, though
-
@jstap would using variables instead of arrays serve the purpose of looping through those variable?. Thanks anyway
-
arrays are variables that store multiple values. personally I don't use arrays unless I have no choice, to simply I want z, if variable = x, use yellow dot to check again, if variable = y, use yellow dot to check again, if variable = z use orange dot to complete action