ArrowZigZag EA
This is an EA based on arrowzigzag and the custom indicator of the arrow marking order.
When the green arrow is up, make multiple orders.
When the red arrow down, short the order.
This is a good implementation of the classic EA based on zigzag index. The arrow is used to mark the single point, which has a high accuracy. Then it is written to mark the single direction according to the arrow. There is no time and currency pair restriction.
Currently, EA can only issue one order in the same currency pair.
The current EA can work in any time cycle with its own future implication and high accuracy.
Generally, it is safe to pay 0.01 RMB for 100 US dollars.
Due to the 24-hour operation of foreign exchange transactions, manual orders are easily affected by personal time and mood. It is a good choice to use the current EA to hang up the orders.
Parameter Description:
Lots: single hand
Stoploss: stop loss points
Takeprofit: stop gain points
Magic: current order identification. This parameter is the main basis to distinguish it from other orders
Tradecomments: order custom comments
Usemovesl: use mobile stop loss. It is closed by default. Since the mql5 platform modifies the order limit, it cannot pass the audit after opening. It is closed by default and is recommended to open it
Movesl: mobile stop loss points, as long as the order profit, callback to the set points, immediately close the position, you can also understand the profit
Had trouble with the EA working at first, but Wenfei quickly helped me and it works great now, thanks!