My Indicator Line Style
-
Hi
I need Help
I added an Indicator in fxdreema (ex4 file)
then tested in ''metaeditor'' and here is my problems :
i have issues with adding these two lines (original indicator inputs) :-int/Line Style/Solid
-int/Dashboard Corner/RightThese are ''enum''s , and maybe I should add an invisible extra line in ''My Indicator''
In fxdreema suggested right next to the Style this : ENUM_LINE STYLE
But I dont know how should I add with ''int''
How should I put These two Inputs in ''My Indicator'' in fxdreema ?
Please write me the Lines
Thanks a lot

-
I'm not sure that would work. I'm not a programmer, but what you can do is emulating input parameters when importing custom indicators. Maybe that can work without any additional line to add, but not sure.
-
At the top of adding your indicator in FX is enum variables, put something like this ENUM_LINE STYLE name of constant in indicator input {name in list0,nameintist1name in list2, etc for all names in list} enums are numbers starting at 0, so in the indicator they use int numbers to select
-
@l-andorrà Thanks for your answer

I tried all . It didn't work -
@jstap Hi , Thanks For your answer . I should add an extra line top of Inputs (in my indicator in fxdreema) with that type you said ?
How we can find out the producer put this line top of all inputs not in between ?
you mean I should put this line in top : ?
ENUM_LINE_STYLE/Style(producer named this)/{0,1,2,3,4} -
@jstap The Andicator is "Dark Point"
-
Add the indicator to look at, I think all you need to do is add this enum input name {list of input variables (spelt as they are)}
-
@jstap here didnt allow me to share indicator's link . please search it : mql5+dark point indicator
-
You can add it here |I do it regularly, right click and copy, then right click and past here.
-
@FatemeBat Hola usa el icono de forma de hoja (Superior derecha de este cuadro) para explorar tus archivos y agregar el indicador
