xxkhanxx77
Results
1
issues of
xxkhanxx77
I want to put my stoploss long, stop loss short , tp long , tp short to vbt.Portfolio.from_signals
1
First of all i'm newbie about this and I have question about adjust stop loss and tp with atr ohlcv = exchange.fetch_ohlcv(symbol, timeframe, limit=limit) df = pd.DataFrame(ohlcv, columns=['timestamp', 'open', 'high',...
stale