Optimus Prime
- エキスパート
- Aleksandr Valutsa
- バージョン: 3.0
- アップデート済み: 18 12月 2023
- アクティベーション: 5
The EA is able to successfully trade different currency pairs. By default, the EA is configured for the following pairs - AUDCAD, GBPCAD, AUDNZD, USDCAD, GBPUSD, AUDCHF, GBPAUD, NZDCAD, CADJPY, NZDUSD, AUDUSD. However, this is not the full list of currency pairs the EA can be configured to work on. The list will be complemented in the new versions of the EA.
Parameters
- PeriodEA - the EA operation period;
- isNewBar - enable working based on the Open prices exclusively;
- CloseAllOrders - force close all orders on the chart;
- ATrading - enable trading;
- Direction - if disabled, the robot will trade in both directions simultaneously;
- UseSignal - if disabled, the robot will ignore signals from the indicator block starting from the second order in the series;
- PipStep - initial step between orders;
- PipStepBefore - multiplication of the step of the first series;
- PipStepAfter - multiplication of the step of the second series;
- Step - the number of opened orders to switch the step from the first series to the second;
- Lot - initial lot;
- LotBefore - multiplication of the lot of the first series;
- LotAfter - multiplication of the lot of the second series;
- LotStep - the number of orders to switch the lot from the first series to the second;
- TakeProfitOne - take profit of the first order in the series;
- TakeProfitTwo - take profit of the second order in the series;
- Slippage - permissible slippage;
- EAComment - custom comment to orders;
- MaxTrades - maximum number of orders in the series;
- OpenNew - period for opening the first orders in th series;
- DawnS - drawdown in percentage of the deposit to switch the period;
- OpenNext - period for opening the subsequent orders as a result of drawdown;
- Repeat - the number of request attempts to open and close orders;
- GlobalSell - name of the global variable to store the maximum drawdown of sell orders;
- GlobalBuy - name of the global variable to store the maximum drawdown of buy orders;
- EarlyExit - enable transferring all orders to breakeven, in the case of opening a certain number of orders in the series;
- StepExit - the number of orders to transfer all orders to breakeven;
- CommonClose - enable premature closure of orders when reaching a certain profit percentage;
- StepCommon - the number of open orders to close the positions by the virtual profit;
- CommonBuy - profit percentage for buys;
- CommonSell - profit percentage for sells;
- CommonBS - total profit percentage;
- FixLot - if enabled, the lot will be calculated based on the deposit;
- LotStep - step for automatic calculation of the lot size;
- BeginTime - trading start time;
- EndTime - trading end time;
- StartMonday - trading start on Monday;
- StopFriday - trading end on Friday;
- CloseAfterEnd - enable premature closure of orders at breakeven outside the working hours;
- Comment - comment to orders;
- MagicNumber - identifier of orders;
- LotDecimal - the number of decimal places in the volume;
- Hedging - enable hedging of orders (not used by default);
- HedgingPercentage - percentage of the total volume for hedging;
- HedgingMinimum - the number of open market orders that must be present on the chart to start hedging trades when the indicator block generates signals in the opposite direction;
- HedgingMaximum - the number of open market orders that must be present on the chart to start hedging trades regardless of the indicator values;
- MaxDistans - the maximum distance of the price from the first opened order in points to start hedging the trades;
- Corridor - distance between the pending orders when hedging;
- LMagN - identifier of locking orders;
- CommentLock - custom comment to locking orders;
- ProfitPercentage - profit as a percent of deposit, after reaching which all trades on the current symbol are closed;
- Multiplication - lot multiplication of hedging positions;
- HedgingTrades- the maximum number of hedging orders;
after self configuration and this EA works great in live.