altmql:
i, I am trying to make an indicator that draws a horizontal line from current RSI value and plotting X bars back. I have made an indicator that does it on price, but I am not sure how to do the same thing on the RSI indicator. Can anyone guide me in the right direction?
attached is a screenshot of what I am trying to create.
Here is the indicator that plots the line on the main chart:
Never mind, found a solution
altmql #: Never mind, found a solution
Don't do that. Someone searching might find this thread and still be clueless. What was the problem? What solved what?
How To Ask Questions The Smart Way. (2004)
When You Ask.
Follow up with a brief note on the solution.
ObjectCreate(0, lineName, OBJ_TREND, 0, start_, PriceNow, finish_, PriceNow);OP is creating the line on the main chart, not on the RSI sub-chart.

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, I am trying to make an indicator that draws a horizontal line from current RSI value and plotting X bars back. I have made an indicator that does it on price, but I am not sure how to do the same thing on the RSI indicator. Can anyone guide me in the right direction?
attached is a screenshot of what I am trying to create.
Here is the indicator that plots the line on the main chart: