changes
This commit is contained in:
@ -26,6 +26,9 @@ tci = ta.ema(ci, n2)
|
||||
wt1 = tci
|
||||
wt2 = ta.sma(wt1, 4)
|
||||
|
||||
//calculate obv
|
||||
obv = ta.obv(close, volume)
|
||||
|
||||
// Initialize points for BTCUSDT.P
|
||||
longPointsRSIBTC = close > close[1] ? 1 : 0
|
||||
shortPointsRSIBTC = close < close[1] ? 1 : 0
|
||||
|
Reference in New Issue
Block a user