- Both are logically the same. The first more efficient.
- Don't use strings (or int's) when you mean an enumeration.
enumeration Status{eIdle, eBuy, eSell}; Status cciFlag=eIdle; if(…) cciFlag=eBuy;
Hi William;
Thanks mate. I learned something new today. Thank you for sharing. Much appreciated.
Lode

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; got a question. Is the following a proper IF statement?
Example:
or should it be:
I much appreciate an answer; thank you.