Put RSI on chart via EA

 

Hello,

I want to take RSI input parameters from user and put RSI on the chart. Does anybody know what codes should be written?

Thanks

 
Check this thread
MQL4 Add indicator to chart from EA - I am trying to solve a chart problem with Mql4 ChartIndicatorAdd; There is no command which would add an indicator to
MQL4 Add indicator to chart from EA - I am trying to solve a chart problem with Mql4 ChartIndicatorAdd; There is no command which would add an indicator to
  • 2016.02.13
  • www.mql5.com
In mql4 there is no command which would add an indicator to a chart like in mql5 chartindicatoradd(). :) :)))))))))))))))))))))))))))))))))))))))))))))))))) chartindicatoradd() oh sorry. Doesn't work, ea gets handle but no indicator
 
_MAHA_ #:
Check this thread

Great. That works.

Thanks

 

Code has no eyes; they don't need to see the indicator on the chart, just the values. If you want to see it, you add it to the appropriate chart.