
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 am learning and writing my first Wizard Signal module and have trading signal depending on position type.
Is it necessary to create object to excess PositionType() within LongCondition() code part?
CPositionInfo m_position;
m_position.PositionType()
Or can I access it via pointer LongCondition(CPositionInfo* position)?
Thanks for advice
Peter