You can use PRICE_LOW and PRICE_HIGH to obtain RSI values for the high and low of the candle.
frobber: Searched but couldn't find the answer ...on my question: Is it possible to extract the RSI data per tick to get all RSI values during a candle period? My goal is e.g. to receive the lowest daily value of the RSI on M5. I can identify the highest/lowest candle itself by PRICE_CLOSE ....but I guess there must be a much higher / lower RSI value during that extreme candle time or? Of course the PRICE_CLOSE (default) can't exist because the current candle "0" is not closed yet. Is this possible at all? Within a live chart I can see the RSI changing during a candle but I have no clue why I can't get that "realtime" data .... any idea? |
|

- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
You agree to website policy and terms of use
Hi folks,
Searched but couldn't find the answer ...on my question:
Is it possible to extract the RSI data per tick to get all RSI values during a candle period?
My goal is e.g. to receive the lowest daily value of the RSI on M5.
I can identify the highest/lowest candle itself by PRICE_CLOSE ....but I guess there must be a much higher / lower RSI value during that extreme candle time or?
Of course the PRICE_CLOSE (default) can't exist because the current candle "0" is not closed yet.
But the PRICE_OPEN is also not the right parameter and the the other parameters (Typical & Weighted) also need a close price to work ....
https://docs.mql4.com/constants/indicatorconstants/prices
Is this possible at all? Within a live chart I can see the RSI changing during a candle but I have no clue why I can't get that "realtime" data .... any idea?
Thanks very much.