Any questions from newcomers on MQL4 and MQL5, help and discussion on algorithms and codes - page 1604
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
Can FileWrite
thanks
Where in the terminal are bar (or tick quotes) quotations in the strategy tester?
Can I pull them out to a readable file?
thanks
Where in the terminal are bar (or potiq) quotes that are used for testing in the strategy tester?
Can I pull them out to a readable file?
Good morning. Can you tell me how to identify the first fractal (determine its price) which is located to the left of the RSI curve crossing the 20% level.
Please advise how to get the latest ZigZag indicator values in mql5
I tried it this way - it doesn't work.
Please advise how to get the latest ZigZag indicator values in mql5
I tried it this way - it does not work.
Look here
And how to spell the condition that the search for the fractal should be done to the left of the intersection rsi. I have fractals to the right for some reason.
remember the rsi crossing time
and then check - "if the current time is greater than the rsi crossing time and ZigZag is not equal to EMPTY_VALUE condition is met, the price is equal to ZigZag"
What does ZigZag have to do with it?
Wrong, you should be looking for Fractal
"if the current time is greater than the rsi crossing time and FractalUP is not equal to EMPTY_VALUE "
or
"if the current time is greater than the intersection time of rsi and FractalDN is not equal to EMPTY_VALUE "
condition is met