Help Needed: First Time creating my own EA (EMA x 2 + RSI)
-
Hi, i'm doing a small test on building my own EA but I'm stuck.
This is what I want my EA to do:
Indicator:
EMA Period 3
EMA Period 50
RSI 9 (Upper: 60, Lower: 40)Entry Rule:
EMA 3 crosses & larger than EMA 50 + Min 2 increasing candles (Bulls in a row) with a body size of >2 + RSI 9 above 60 (Upper Limit)Exit Rule:
EMA 3 crosses & lesser than EMA 50.I'm having problem with:
- RSI 9 above 60 conditions blocks.
- Exit Rule
- How to hide TP & SL from Brokers?
- Placing Comments on Charts

Experts, please advised.
-
@origene
Buy Now block is definitely wrong. -
@origene I don't see any issue in your image. Can you please share the link of your project?
-
- Make sure numbers in blocks are in order of what you want to do.
- You can use once per bar at top and then add check for profit / check for loss - with close trades to hide SL and TP.
- use the comment block to show comments