[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 945

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
https://www.mql5.com/ru/forum/105952
Thanks, but can't figure out where the error is...
Good people, please advise me, I need a CODE to implement TrailingStop!?
The ones I found online don't work (crawling backwards and forwards)
Good people, please advise me, I need a CODE to implement TrailingStop!?
The ones I found online don't work (crawling backwards and forwards)
Thank you, but I can't figure out where the error is...
need a full indicator
Need a full indicator
thanks
On first run, the ArrayMaximum and ArrayMinimum functions were out of scope
On first run, the ArrayMaximum and ArrayMinimum functions were out of scope
Trying to implement a simple reversal. When a stop position is reached --> open the opposite position. I can't get it to open opposite position once and not open anything else. Please advise.
I have it implemented in the following way - this is a condition - if the previous position closed with a loss, then opening the opposite one... If you need to open the opposite position exactly when the stop loss of the previous position is reached, then Kim Igor Vladimirovich has a function at http://www.kimiv.ru/ that determines exactly how to close the order at the stop loss. So, when you connect this function, you should prescribe the condition if the pose was closed when the stop loss was reached. If it was, you should open another one.
PS: Just remembered, this closing fi code for a pose at stop loss was posted on this thread a few pages before... Have a look.
Trying to implement a simple reversal. When a stop position is reached --> open the opposite position. I can't get it to open opposite position once and not open anything else. Please advise.