Ema 18
- Experts
- Ilias Mouadi
- Version: 1.0
This program use multiple trendlines to identify better trades
Trade
Every Trade has a fixed Take Profit and Stop Loss.
input Parameters
- Dynamic lot (per 1000 balance): Dynamically sets the lot size based on the current balance.
- Stop Loss (pips): Sets the Stop Loss value in pips. It is recommended to keep the default value.
- Take Profit (pips): Sets the Take Profit value in pips. It is recommended to keep the default value.
- Max spread (points): Sets the maximum spread at which a trade will be executed. if the current spread exceeds this value, no trade will be executed.
- Magic Number: EA identifier. When running multiple instances of the same EA on one currency pair, this value should be changed for each instance
- Trade Comment: Comment that will be sent with your trades.
Currency Pairs and Timeframes
The algorithm has been designed to work best on the EURUSD pair.
Placements
Symbol: EURUSD
Time frame : 15min
Initial volume: 0.01
Stop loss: 37 pips
Take profit: 37 pips
Leverage: 1
Recommended Broker: https://www.tickmill.com/
Good job.