how to apply my custom indicator
-
hi new here, my custom indicator which i want to use changes color but when i put it on the generator how will i use it. the indicator is attached HMA_Color.mq4
......
HMA_Color.mq4 -
I think it's important to understand how custom indicators work in general. Here is a little information: http://fxdreema.com/documentation/getti ... indicators Here is a little bit more: http://fxdreema.com/documentation/proje ... indicators
After you read all this stuff (I hope you will also get it at some point) try this block called "Indicator tester". There is a little example of using it in the examples section.Now for the color changing part... it depends on how that is made in the buffers. There is a group of blocks designed to work with buffers - see "Indicators" category, and if something does not fit with these blocks, "Condition" (or few of them) should be able to do it.
-
i cant use this tool! someone willing to help me out? -
It seems that some people get it well, others don't. Yes, no programming is needed, at least not in the sence of learning a programming language and writing text commands, but some aspects of programming are still needed - you must have good logic thinking. If you don't get it i see 2 options - find a programmer (with all the possible problems included) or find a ready-made EA, probably something that is paid (with all the possible problems included).