Luka Osterc:
I want to build a website with RSI table.
Something like that:
Problem is that I don't know from where grab rsi data. Or how can I grab it from metatrader. Can anyone help me?
Create a handle for the RSI indicator, copy the buffer. Then create an array to hold the RSI values and then use a for loop to cycle from the oldest bars to the newest.
That's really not something you should be involving MT for at all! Your back-end should be responsible for everything quote aggregation to RSI calculations.
Hm... Can anyone here know how to do this?
They just told you how to do it.

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 want to build a website with RSI table.
Something like that:
Problem is that I don't know from where grab rsi data. Or how can I grab it from metatrader. Can anyone help me?