MACD trading bot
This simplified trading robot uses one strategy for entry (the extended version includes more than 10).
Employer Benefits
Scalping, Martingale, grid trading.
This drawdown recovery method covers losing orders, and protects the remaining
Trade Openings Filters.
Levels for closing and opening orders.
Email and Mobile Terminal Alerts
Parameters:
- START_LOT is the beginning lot of the N balance (FROM_BALANCE). If FROM_BALANCE is 0, then use a fixed first lot.
- MAX_SPREAD - maximum spread;
- MULTIDIRECTIONAL - allow opening multi-directional orders ;
- SYMBOL_FILTER - correlation filter for multi-trade;
- MANUAL_CONFIRMATION - Manual confirmation of transactions.
- NEW_CYCLE - new cycle, if prohibited, the EA will no longer open new orders after closing;
- REVERSE_POSITIONS: Reverse positions instead of open selling;
- TRADE_TYPE - trade type, grid or hedging;
- HEDGE_FIRST_ORD: hedge starting at the first or most recent level;
- MAX_ORDERS is the maximum order
- STEP_ORDERS - the initial step of opening orders;
- STEP_INCREASE - Increase the step for opening orders.
- STEP_MULTIPLIER is a multiplier for order steps
- DYNAMIC_STEP - dynamic order step;
- DYNAMIC_MODIFY_BY_STEP - use step modification;
- MAX_STEP - maximum step size;
- LOT_INCREASE - Increase lotto;
- LOT_MULTIPLIER - lot multiplier;
- MAX_LOT - maximum lot;
- MIN_SEC_BETWEEN_ORDERS - minimum frequency of opening trades;
- MIN_ORDERS_LOT_MODIFY - number of unidirectional orders to start increasing the lot;
- Order to allow overlapping orders with OVERLAP_ORDERS
- OVERLAP_PIPS - Minimum profit in pips.
- STOPLOSS, TAKEPROFIT -stop loss and take profit;
- TRAILING_STOP, TRAILING_STEP-trailing opr and following step.
- TRAILING_MODIFY_BY_STEP - modify trailing steps;
- MAGIC_NUMBER - The magic number,
- ORDERS_COMMENT - comments to orders;
- START_TIME, END_TIME - Start and End of the Examiner;
- SHOW_INFO - show information;
- DRAW_LINES - draw modification level lines;
- SHOW_TRADE_HISTORY - Show trade history;
- DRAWDOWN_VALUE - Maximum drawdown to notify;
- MA_TREND_FILTER - Trend filter;
- ATR_FILTER - Enable ATR filter.