Pirate
This Expert Advisor trades during a small market volatility. It tracks the price levels, then opens positions and manages them until they are closed with a profit or a small loss. You can limit the number of opened positions. Only one position can be opened on a bar.
It does not use strategies like martingale, position averaging, loss overstaying, etc.
All positions are opened with fixed Take Profit and Stop Loss levels.
It is possible to use a dynamic lot to increase the volume of positions during a successful trading.
The main currency pairs:CHFJPY,EURCHF, USDCAD, EURAUD, USDCHF.
It is recommended to use accounts with five-digit quotes and moderate spread.
Parameters
DISPLAY_TABLE- trade account and currency pair parameters visualization banner
MONEY_MANAGEMENT- use dynamic lot
RISK- risk as a percentage of account free margin
ORIGINAL_LOT- fixed lot ifMONEY_MANAGEMENT=false
ORDERS_BUY- the number of Buy positions opened at a time
ORDERS_SELL- the number of Sell positions opened at a time
TAKE_PROFIT_CLOSE- profit to close positions
STOP_LOSS- stop loss value
TAKE_PROFIT- take profit value
MAX_SPREAD_OPEN- the maximum allowable spread for opening positions
SLIPPAGE- price slippage
START_HOUR- hour to start trading
STOP_HOUR- hour to stop trading