Trading of trend continuation and reversal patterns.
Settings:
- Open_Type – where we trade 0 only buy, 1 only sell, 2 in both directions.
- FixLot — fixed lot.
- MarginLot – calculation of the lot based on the specified collateral amount.
- MarginPercentLot – lot calculation based on % of the deposit for the collateral amount.
- Risk – calculation of the lot based on the stop loss and risk per transaction in % of the deposit.
- MarginPercentMax is the maximum allowable margin for the Expert Advisor in % of the deposit.
- SL_ – stop loss in points.
- SL_Bar – calculation of the stop loss on the tops of the bars (if SL_=0).
- SL_Min is the minimum allowable stop loss.
- SL_Max — the maximum allowable stop loss.
- TP_ — take profit in points of 4 characters (2 characters).
- TP_Bar – calculation of take profit based on the peaks of a given number of bars (if TP_=0).
- TP_Min is the minimum allowable take profit.
- TP_Max is the maximum allowable take profit.
- Profit_loss_min — the ratio of profit to loss is the minimum allowable.
- Profit_loss_max — the ratio of profit to loss is the maximum allowed.
- DoubleOpen is an entry option with a repeated signal (0-7).
- Tral_Start — the distance from which the work of the trawl will be started.
- Tral_Distance — the distance of the trawl (if 0 the trawl is disabled).
- Position_Tral – position trawl, in % of the deposit.
- Topping_max — the maximum allowed number of toppings.
- Topping_step — the distance in points between toppings.
- EquityLossMaxPercent — the maximum allowable drawdown of the position (after it will be closed).
- …… work settings by hours, days of the week and months.
- AllTick – work in all ticks mode (otherwise only the opening prices of bars).