Experts: Exp_Color_PEMA_Envelopes_Digit_System

 

Exp_Color_PEMA_Envelopes_Digit_System:

A breakout trading system based on the signals of the Color_PEMA_Envelopes_Digit_System indicator.

Fig. 1. Examples of deals on the chart

Author: Nikolay Kositsin

[Deleted]  

Good afternoon!

The question of your Expert Advisor in the code for SELL is not switched off


https://www.mql5.com/en/code/18748
input bool BuyPosOpen=true; //Permission to enter longs
input bool SellPosOpen=false; //Permission to enter shorts
input bool BuyPosClose=false; //Permission to exit longs
input bool SellPosClose=false; //Permission to exit shorts

Exp_Color_PEMA_Envelopes_Digit_System
Exp_Color_PEMA_Envelopes_Digit_System
  • votes: 9
  • 2017.07.11
  • Nikolay Kositsin
  • www.mql5.com
Пробойная торговая система, построенная на сигналах индикатора Color_PEMA_Envelopes_Digit_System.
 
gentoo555:

Good afternoon!

The question of your Expert Advisor in the code for SELL is not switched off


https://www.mql5.com/en/code/18748
input bool BuyPosOpen=true; //Permission to enter long
input bool SellPosOpen=false; //Permission to enter short
input bool BuyPosClose=false; //Permission to exit longs
input bool SellPosClose=false; //Permission to exit shorts.

Sir, you have been answered in private correspondence, why clutter the forum? Everything in the Expert Advisor is switched off. No one will deal with your personal education personally.


 
How can I open more than 1 purchase?
 
Yordan Lechev #:
How can I open more than 1 purchase?

You can't! This code allows only one, open position. Change the code.