
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
Write everything on one line and everything will be fine
It reads like this: If optimisation, then .opt otherwise if tester, then .tst otherwise empty string.
The conditions are checked from left to right and if the condition is met, then the check is not continued. Accordingly, if there is no optimization, the second condition will be checked. If it is not a tester either, .tst will be used, in this case an empty string.