Change ENUM Parrametter for ex4 file
-
Hello,
I have a problem with changing the indicator parameter in my EA. I tried a lot to find the value of the moving average variable and change it but it doesn't work.
I need to change the Moving mode to "Exponential moving average" and the index is 1 in the ENUM menu.
Since I don't have access to the source, I hope my friends have an idea. I wrote the tests I did.
int = 1
ENUM_MA_METHOD = MODE_EMA
ENUM_MA_METHOD = 1
ENUM_MA_METHOD = Exponential moving average
I attached the indicator below. -
That is an int value, just put 1 while adding the indicator in FX
-
@jstap Hi
Thank you. i did but not working. -
Show pictures, also close is not an int value.
