Experts: Virtual Trailing Stop

 

Virtual Trailing Stop:

Virtual Trailing Stop.


Author: Vladimir Karputov

 
input ushort            Stoploss       = 0;              // Стоп-лосс
input ushort            Takeprofit     = 0;              // Тейк-профит

This two input parameters must be specified that Trailing work?

 
siljo :

This two input parameters must be specified that Trailing work?

For the trailing these three parameters meet:

 //--- input parameters 
 input ushort             Stoploss       = 0 ;               // Стоп-лосс 
 input ushort             Takeprofit     = 0 ;               // Тейк-профит 
 input ushort             TrailingStop   = 5 ;               // Длина трала 
 input ushort             TrailingStart  = 5 ;               // Минимальная прибыль для старта 
 input ushort             TrailingStep   = 1 ;               // Шаг трала 
 

I tray with EURUSD and without ST TP and the dashaed line is created but I think not working.... 

hm ..... I have one BUY Trade and one SELL Trade... before created....

 
siljo :

I tray with EURUSD and without ST TP and the dashaed line is created but I think not working.... 

hm ..... I have one BUY Trade and one SELL Trade... before created....

Who created the EURUSD position (person: opened by hand or advisor)?

 

Person .... Must be open with EA?

 
siljo :

Person .... Must be open with EA?

Was your EURUSD position opened manually or an advisor?

 

As I say I opened manualy and not with advisor!

 
siljo :

As I say I opened manualy and not with advisor!

Excellent. Now the next question: what kind of magic is installed at the adviser. who opened this position?

 
Vladimir Karputov:

Excellent. Now the next question: what kind of magic is installed at the adviser. who opened this position?

it's siljo himself, not EA 😹😹😹

 
So this EA can be combined with another EA which produces signal to open position ?
Reason: