Thank you for your help! Do you have this explanation in English, too?

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
Dear community,
I would like to create a RSI indicator on tick basis rather than bars.
Since e.g. "IndicatorCounted()" counts only bars and there is no "Bid()" or "Ask()" (only "close()" etc.). Do you think it is possible to create a RSI on tick basis?
Of course, I can use an array to count Bids, but how can I simulate the "IndicatorCounted()" on tick level?
Would be nice if you could help me with this!