I don't think you have no idea about RSI function ..
It is so simple as iRSI(...) not iCustom()
Your code | Documentation |
---|---|
iCustom( NULL, 0, "RSI(14)", 14 ? input or mode or shift ? ? ) | double iCustom( string symbol, // symbol int timeframe, // timeframe string name, // path/name of the custom indicator compiled program ... // custom indicator input parameters (if necessary) int mode, // line index int shift // shift ); |
You agree to website policy and terms of use
After getting the indicator name to feed in the code below so that I can get the value, I am getting a compile time error.
Any idea how to get the value of the indicator "RSI" printed out?
Thanks