misc
This commit is contained in:
@ -28,6 +28,11 @@ wt2 = ta.sma(wt1, 4)
|
||||
|
||||
//calculate obv
|
||||
obv = ta.obv(close, volume)
|
||||
//15:38:24 Error at 30:7 Could not find function or function reference 'ta.obv'
|
||||
|
||||
//calculate mfi
|
||||
mfi = ta.mfi(high, low, close, volume)
|
||||
|
||||
|
||||
// Initialize points for BTCUSDT.P
|
||||
longPointsRSIBTC = close > close[1] ? 1 : 0
|
||||
|
Reference in New Issue
Block a user