So, apparently messages can't exceed 64000 chars, so I'm attaching the signal code in here:
Files:
signal_code.mqh
27 kb
Lucas Pevidor :
So, apparently messages can't exceed 64000 chars, so I'm attaching the signal code in here:***
So, apparently messages can't exceed 64000 chars, so I'm attaching the signal code in here:***
Files are transferred using the button .
Vladimir Karputov:
Files are transferred using the button .

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
Hello everyone! How are you guys doing?
So, I've been programming my expert for some time, and now I've ran into an issue I can't figure out.
My Expert has been programmed using the template that the wizard generates. I've programmed my signal and the expert.
The code seems to be working just fine, except for one little detail. Both the stop loss and take aren't being triggered. The order gets executed, stops get set, but when the price reaches them they aren't executed. No exceptions gets throwed, no errors, nothing. Here's the video:
I've searched on google and couldn't find anything related to this. The expert entry points are correct. Also, when it receives a signal to close the position it correctly closes it. Just the stops that aren't working. Help....
Here's the expert code: