NEED HELP WITH EA WITH CUSTOM INDICATOR!
-
Hello users! I'm new to the forums, hoping to be with you all in this nice and big community!

My issue is that I have a custom indicator as you can see here. http://imgur.com/aQDQzAn
This indicator one of many that I have. You see the little orange dot. Thats a sell/buy signal. This issue is I'm trying to build a EA for this. How can I do it? My other custom indicator have arrows, some have different color arrows and different sizes. So I'm wondering how can I make a custom EA for this. Something simple. I need to automate this process due to my busy work/school schedule.
Any one have any ideas? Thanks.
Hope to hear from you.
If necessary I can pay you per EA you build me. (this website confuses me) Can I build a EA here? Also is there any Tutorials online?Thanks.
picture of indicator : http://imgur.com/aQDQzAn
-
"Indicator is visible", "Indicator appear", "Condition" (indicator > 0). It depends. When you use "Condition", if any of it's operands have value EMPTY_VALUE, the block does not pass and that's why Indicator vs Numeric works.
"Once per bar" can also help - https://fxdreema.com/demo/mt4-once-per-bar
Use "Trace" to check if the buffers are giving you values that can be used, something like this - https://fxdreema.com/demo/mt4-trace-psar
Most arrow indicators have nothing for the current candle, so try with Candle ID = 1 or bigger.
Only for "Indicators (My Indicators)" in "Condition" there are extra options available if you click "More options"