Custom Indicator Sapucay Montaña
-
Please I need help with custom indicator "Sapucay Montaña." not load the parameters (input/output).

......
Sacupay - Montaña v2.mq4 -
Instead of:
extern int MA1period=1, MA2period=1;try with:
extern int MA1period=1; extern int MA2period=1;and if you don't need this it can be removed:
extern string expl01="0 u otro = (H+L)/2 = Precio Promedio"; extern string expl02="1 = Precio de Apertura"; extern string expl03="2 = Precio de Cierre"; extern string expl04="3 = High"; extern string expl05="4 = Low"; extern string expl06="5 = (H+L+C)/3"; extern string expl07="6 = (O+C+H+L)/4"; extern string expl08="7 = (O+C)/2";Here is more: http://fxdreema.com/documentation/proje ... indicators
-
It does not work. I Try adding the parameters manually input (int period, etc.)
But either.
I need to add all the "externs"? or just the change I want in the future?
Because I just need to change: period and MA1period.Please I appreciate your help and sorry for my English (with translator)
-
-
Ok, Solved. The problem was the name. The Spanish letter Ñ.
Rename it and solved.thanks
-
Now i have this error
2014.03.07 22:17:57.031 2007.03.06 19:00 zero divide in 'Montana.mq4' (137,39)

-
Can you tell me what code is there on that line?
-
-
Mmm this code comes from the indicator, I found it here: http://codebase.mql4.com/source/39163
Are you sure the problems is in the indicator, and if yes, are all the input parameters fine? By the way I'm not really good with custom indicators
