Identify help please
-
Good day , who can help me to identify these inputs as i want to use my custom indicator but i do not know the parameters of the Data types , example i do not know if the symbols is bool, 123, string,
@roar @l-andorrà @jstap @TipsyWisdom can you please advice me with it please

-
string, string, string, color, color, bool, color, color, int, bool, bool, int
-
your the best thank you , i wil try it and get bck to you
-
must i put the colours at the buffer also bcz in the indicator settings there is not colour buffers only in the main indicator settings
-
Generally, if the type is color then the value is something like DarkGreen (or clrDarkGreen), numbers reference these but what they are is a lot more work
-
I always use 0 (zero) for inputting unknowns. For some reason, whenever I try to actually type a color name it doesnt work right...only 0 works for me, and then I manually change them all to what I want and then save my set file.
-
thank you i got it.