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 ; // Шаг трала
Person .... Must be open with EA?
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 ?

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Virtual Trailing Stop:
Virtual Trailing Stop.
Author: Vladimir Karputov