these EA opens orders once the quick MA crosses the slow MA:
buy – from the ground up, Sell-from the top .
It provides for final orders at breakeven and trailing stop.
it is also possible to start out additional orders when the price goes towards the open place.
- MagicNumber – the ID of the orders;
- StartLot – lot dimensions;
- SL – SL dimension in points;
- TrailingStop – the size of the trailing stop in points;
- Breakeven – breakeven;
- LevelBreakeven – breakeven size in points;
- LevelBreakevenProfit – the space in points at which breakeven is triggered;
- AddOrders-opening additional orders;
- NumAddOrders – number of additional orders;
- AddOrdersStep-the step of opening additional orders in points;
- AddOrdersSL – SL size of additional orders in points;
- MAPeriod1 – period of Slow Moving Average;
- MAPeriod2 – period of Fast Moving Average;
- ShowTradeComment-showing the general information panel on the chart;
- headerColor – the background color of the title;
- BGColor – the color of the main background.
- MagicNumber – the ID of the orders;
- StartLot – lot dimensions;
- SL – SL dimension in points;
- TrailingStop – the size of the trailing stop in points;
- Breakeven – breakeven;
- LevelBreakeven – breakeven size in points;
- LevelBreakevenProfit – the space in points at which breakeven is triggered;
- AddOrders-opening additional orders;
- NumAddOrders – number of additional orders;
- AddOrdersStep-the step of opening additional orders in points;
- AddOrdersSL – SL size of additional orders in points;
- MAPeriod1 – period of Slow Moving Average;
- MAPeriod2 – period of Fast Moving Average;
- ShowTradeComment-showing the general information panel on the chart;
- headerColor – the background color of the title;
- BGColor – the color of the main background.
[spoiler title=”Read More…”]
[/spoiler]