Risk Managed Aroon and Moving Average Cross
- Uzman Danışmanlar
- Ian Anthony Kuzmik
- Sürüm: 1.0
- Etkinleştirmeler: 5
A basic strategy with advanced risk management.
This expert advisor employs a simple trading strategy with a focus on dynamic risk management. Values that determine trade conditions and risk management are all customizable.
The trading strategy is based off of Moving Average and Aroon trend indicators. When the short moving average is above the long moving average, and the aroon up line is above the aroon down line, the trade condition is satisfied, and the advisor will go long unless it already has an open position.
Lot size, stop loss, take profit, and slippage are all calculated dynamically for each trade. Slippage is a function of current spread, while stop loss and take profit are based on volatility in the market (ATR). Lot size is ultimately determined in such a way so that if the stop loss is hit, the loss will not exceed Risk * Free Margin (+ commission and slippage if applicable).
Trades will close at the stop loss, take profit, or upon trend reversal.
- Only goes long with market orders
- Only holds one open position at a time
- Set custom commission, flat rate or percentage
- Trade on any pair
- Utilizes leverage
INPUT VARIABLES:
iLongMAMethod: Moving average type for long MA (default = MODE_EMA)
* Default values not recommended, please configure to suit your individual needs