@l-andorrĂ Am using a constant so that i can use the same blocks on different timeframes.
Posts made by OD
-
RE: TIMEFRAME CONSTANT RESETING ITSELF WHEN SWTCHING BETWEEN TIMEFRAMES MANUALLYposted in Questions & Answers
-
RE: TIMEFRAME CONSTANT RESETING ITSELF WHEN SWTCHING BETWEEN TIMEFRAMES MANUALLYposted in Questions & Answers
@sktsec In this case constants do. The same problem persists only difference is that it resets to to the timeframe you have switched to...
-
TIMEFRAME CONSTANT RESETING ITSELF WHEN SWTCHING BETWEEN TIMEFRAMES MANUALLYposted in Questions & Answers

In this example , i have these constants set to M30 by default representing timeframes which change through multiple timeframes during EA operation. My issue is that during EA operation , if I try to scroll through multiple timeframes the EA resets the timeframe back to default M30 even if it was working on another timeframe. The solution is not to touch it when it is operating but during testing it is impossible. So my question is how can the timeframe variable not be affected by my manual action of scrolling through timeframes
-
RE: WHERE IS THE PROBLEM HERE?posted in Questions & Answers
@jstap I dont want to change manually..
-
RE: WHERE IS THE PROBLEM HERE?posted in Questions & Answers
@jstap What if I want to change the timeframe from current to H1
-
RE: WHERE IS THE PROBLEM HERE?posted in Questions & Answers
@jstap If not integers then how do we put ENUM_TIMEFRAMES in mt5
-
WHERE IS THE PROBLEM HERE?posted in Questions & Answers
The chart colour wont change even when correct
https://fxdreema.com/shared/nGzzxtVkc -
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap Surprisingly it only works when written as text
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
So the type would remain in this form?
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap Do you mean this values?

-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap I don't understand that explanation. Kindly show me where am wrong in the image below whereby the variable METHOD original value is MODE_SMA and now I want to modify it to MODE_EMA...

-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap So where do we use the int value to change if the type is already selected
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap Where do we get these TYPES AND VALUES from?
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap I have something like this

-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap I want a shared example of how these parameters can be put as variables and how they can be modified
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap How do you even put such an aspect to a variable
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap
For example how can we modify the METHOD variable to switch between the given options without affecting other parameters -
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap I want only the parameter value to change but these other values should remain. Using the modify variables block we have to change everything
-
RE: Can condition block parameters be put in variablesposted in Questions & Answers
@jstap Can you illustrate as you say how from the example above you can modify the parameter to accommodate more than two values using one variable.
