
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
Hallo, I'm not able to use the following methods ReverseLong() ReverseShort().
I am creating a custom EA, and I have include the following instruction inside:
#include <Expert\Expert.mqh>
CExpert ExtExpertTrade;
but the ReverseLong() or ReverseShort() method is not accessible (example using ExtExpertTrade.ReverseLong(..))
can anybody give an example to hos is possible call the previous virtual function of CExpert class?
many thanks