This commit is contained in:
Dobromir Popov
2024-01-12 15:53:51 +02:00
parent 5af8896e40
commit 4fa8babccc
2 changed files with 13 additions and 1 deletions

View File

@ -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