![]()
' Amen ' is a simple EA (Expert Advisor), a Forex Trading System (Robot) that uses price action confirmed by an indicator. It can be used on any time frame, but preferably on H1.
Parameters:
- FixLotSize : This is the fixed Lot Size to open trade with.
- UseAutoLotSize : If this is 1(Yes), the EA will calculate the Lot Size, ignoring the FixLotSize.
- MaximumPercentRisk : The percentage risk that should be used to calculate Lot Size if UseAutoLotSize is 1 (i.e. Yes).
- MaximumTradeableSpread : If Spread is above this, EA will not open trade.
- TakeProfit : Value (points) for Take Profit.
- StopLoss = Value (points) for Stop Loss.
- TrailingStop : Value (points) for Trailing Stop Loss.
- TrailingStep : Value (points) for Trailing Steps