Have you tried to print the value which you are getting from there so see based on which figure your expert is making the decision?
Markus
Markus
Markus,
I did not know you could even do such a thing! Could you tell me how to do this? Thanks.
Matt
I did not know you could even do such a thing! Could you tell me how to do this? Thanks.
Matt
Just add
Print("Value ", somevalue);
(with the respective variables of course) to your program. The output will then appear on the Experts tab in the Terminal pane (if you're running real time) or on the Journal tab in the Testers pane (if you're backtesting).
This way you can output values at various points in your program to see what they are and to follow the control flow through your program.
Markus
Print("Value ", somevalue);
(with the respective variables of course) to your program. The output will then appear on the Experts tab in the Terminal pane (if you're running real time) or on the Journal tab in the Testers pane (if you're backtesting).
This way you can output values at various points in your program to see what they are and to follow the control flow through your program.
Markus
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
Matt