MMM Zig Zag

89 0 2024-04-17

MMM Zig Zag Strategy:The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the i

MMM Zig Zag Strategy:

  • The Expert Advisors uses its built-in Zig Zag indicator to determine the prices trends and calculates the signal to decide to open buy or sell positions. It sends an order, closes or moves the Trailing Stop loss position as the indicator works. With this indicator, the EA opens new orders and closes them at the right time

  • You can define the time period of each day of the week the EA should not trade (the bad time to trade). Usually the period of day when the impact news are published.

General Inputs

  • Closes orders with any profit of value (currency): this parameter works like the traditional Take Profit, but the difference is that you define its value in deposit currency, usually USD. If you do not want to use it, fill it out with 0 (zero);

  • Take profit (order profit ceiling): this parameter is the traditional take profit. Its value is filled out with pips units. Orders will automatically be opened with this take profit value. If you do not want to use it, fill it out with 0 (zero);

  • Stop loss (loss limit): this parameter is the traditional stop loss. Its value is filled out with pips units. Orders will automatically be opened with this stop loss value. If you do not want to use it, fill it out with 0 (zero);

  • Lots volume to trade: fill in this parameter to define the volume of the orders of this currency pair. This parameter is mandatory;

  • Trailing stop loss: this parameter is the traditional trailing stop loss. Its value is filled out in pips unit. Orders will automatically be open with this stop loss value. If you do not want to use it, fill it out with 0 (zero);

  • Maximum number of simultaneous orders to open: this parameter defines the maximum number of simultaneous open orders of the current symbol. If you do not want to use it, fill it out with 0;

  • Minimum equity percentage to allow opening new orders: this parameter is used to define the minimum equity required to open new orders in order to protect your equity;

  • Maximum Spread to allow any Trade: defines the maximum SPREAD value allowed to your trading operations. Set it to ZERO if you won't use it;

  • Magic Number: this parameter identifies the orders the EA is working with;

  • Double lots volume on gain limit: if > 0, increases volume, takeprofit and stoploss after every closed profitable position;

Bad time to trade (MARKET WATCH TIME) 

  • The Starting hour the EA will not trade on Mondays (0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;

  • The Ending hour the EA will not trade on Mondays (0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;

  • The Starting hour the EA will not trade on Tuesdays (0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;

  • The Ending hour the EA will not trade on Tuesdays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;

  • The Starting hour the EA will not trade on Wednesdays (0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;

  • The Ending hour the EA will not trade on Wednesdays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;

  • The Starting hour the EA will not trade on Thursdays(0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;

  • The Ending hour the EA will not trade on Thursdays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;

  • The Starting hour the EA will not trade on Fridays(0..23h): this input defines the starting bad hour the EA will not trade. Disabled if = -1;

  • The Ending hour the EA will not trade on Fridays(0..23h): this input defines the ending bad hour the EA will not trade. Disabled if = -1;

Indicator's Inputs

  • Reverse Signals: if set to true, reverses all signals (some professional traders trade this way);  

  • Period used by the Zig Zag indicator: the period used to calculate signals;

  • Shift used by the Zig Zag indicator: shift (number of bars) to calculate the Zig Zag signals;

2d7fa7ef1f993fdbf0f1c4e3a3c2cf04_mmm-zig-zag-screen-8970.png