
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
I have a few other questions...
1) How do you get the PIP size of a symbol? Aka, I'd like to know that 0.0001 = PIP size of EUR/USD, and 0.01 for USD/JPY. I want my strategy to detect it, so I don't have to hard-code it into the strategy.
2) Is there a "debug" window anywhere that I can output text to, to help me debug my strategy?
I have a few other questions...
1) How do you get the PIP size of a symbol? Aka, I'd like to know that 0.0001 = PIP size of EUR/USD, and 0.01 for USD/JPY. I want my strategy to detect it, so I don't have to hard-code it into the strategy.
2) Is there a "debug" window anywhere that I can output text to, to help me debug my strategy?
1) https://docs.mql4.com/predefined/variables/Point
2) https://docs.mql4.com/common/Print and then view it in the journal
V
1) How do you get the PIP size of a symbol? Aka, I'd like to know that 0.0001 = PIP size of EUR/USD, and 0.01 for USD/JPY. I want my strategy to detect it, so I don't have to hard-code it into the strategy.