googs666:
just wanted to ask the a question ,
what would be the mql4 code be for using profitable trades to close losing ones, using a hedge EA , bring equity back up from 5% loss to 3% loss ?
thanks
OrderCloseBy
Closes an opened order by another opposite opened order.
bool OrderCloseBy( int ticket, // ticket to close int opposite, // opposite ticket color arrow_color // color );
Fernando Morales:
OrderCloseBy
Closes an opened order by another opposite opened order.
thank you very much !
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
just wanted to ask the a question ,
what would be the mql4 code be for using profitable trades to close losing ones, using a hedge EA , bring equity back up from 5% loss to 3% loss ?
thanks