Read more on OrderSend
https://docs.mql4.com/trading/OrderSend
Stoploss and TakeProfit in real price, not pips
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
hi guys, I'm trying to figure my way out of this programing tough.Maybe some differant eye with more experience could see what I did wrong on this script.
I wanted to create a ea that would trade in both ways and I actually encounters a major problem.
it's not doing what it is supposed to.
here is what I coded:
it is supposed to open a trade in both ways with a take profit at 50 pips and no stop loss
once the account it reaches (-50$ * number of orders) it is supposed to open these 2 trades one more time
and so on and so on.
it just does not start trading or anything.