HI,
( disclaimer: I am a novice in the pine-script, and still getting hold of it )
I am using custom indicator SSL Hybrid
- which i am trying to use in the strategy, same as any inbuilt indicator
like RSI e.g.` rsi = rsi(close, 14) // Value
when I refer to SSLHybrid ( which is already on the chart ) - I am getting the below error.
x = SSLHybrid(14,1)
Add to Chart operation failed, reason: line 9: Could not find function or function reference 'SSLHybrid'.
Can someone, please give me pointers - stuck on this for a while?