
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,
I wrote a Class and a Expert Advisor. But now I have following problem regarding calling an object of a class with private variable:
For instance:
My Class
The Expert Advisor
Can you explain me, how I have to define the object of the class. Should I make a dnamical object with pointer? Because the member variable m_tradeFirst is on the OnTick method always false and not true. But it should be true because I set it on the init-Method.
Thanks for your help,
Hosch