whitetiger_1712668444.jpg

Hello,

if someone can help this issue that would be very helpful…In backtest node, it can read csv file by using the following commands:

backtestFile = self.Download('FILE_LOCALTION')
self.backtest_excution_csv =  pd.read_csv(StringIO(backtestFile), parse_dates = [0], index_col=[0])

However, while putting it to the paper trade, one issue raised..

Anyone know what's wrong with it?