a3rwow

Results 2 issues of a3rwow

I'm testing new indicator, how can I make vector understand its entry exit logics? `def bull_bear_indi(stock):` `bull_high = []` `bull_low = []` `bull_yellow =[]` `bull_blue = []` `bull_lblue = []`...

I wanted to backtest using RSI, but the values seem to be different as compared to PandasTA or tradingview. Values from tradingview match the PandasTA `import vectorbt as vbt` `import...