Indicators: Zero_Lag_RSI

 

Zero_Lag_RSI:

Zero Lag RSI indicator

Zero_Lag_RSI

Author: Scriptor

 
Hello sir, this is nice indicator, exactly the one i was looking for. but i need MT4 version. Do you have the MT4 version please?
 
how can i convert this for buy sell signals?
 

I wish mt5 could be less clunky so that we can seamlessly visually test indicator parameters. I have to open the indicator properties, change a value, save changes to see the new render. Then I have to do it for the next, next next next....


Other platforms allow you to modify your indicator on the fly. Open thr indicator settings window, and change the value up and down and see the indicator change in real time. You can visually narrow down to potentially sweet spot even before running strategy tester.

 
Kevin Onsongo #:

I wish mt5 could be less clunky so that we can seamlessly visually test indicator parameters. I have to open the indicator properties, change a value, save changes to see the new render. Then I have to do it for the next, next next next....


Other platforms allow you to modify your indicator on the fly. Open thr indicator settings window, and change the value up and down and see the indicator change in real time. You can visually narrow down to potentially sweet spot even before running strategy tester.

Here's a thought--nothing more and nothing less...

Try "backdooring" indicator calculation variables as GlobalVariables within OnCalculate(). In this way, you could edit those GV's in the Tools==>Global Variables window. Specifically, the indicator code would use GlobalVariableGet().