Clément BENOIT

Results 6 comments of Clément BENOIT

I have also also experienced the issue. Does anyone have a solution ?

Hi, Same issue than @FahadAziz in dry run for FastSuperTrend strategy. Backtesting on the last day says 31 entries... I'll look deeper into it

Replacing ` last_row = dataframe.tail(1).index.item()` with ` last_row = len(df)` fixed it

Specifying port here : ``` ExportToCellbrowser(pbmc, dir= folderpath, cb.dir=foldercbpath, reductions = "umap", markers.file = myValues$clusterFilePath, port = "5555") ``` And a bit of javascript here : ``` a("Launch Cellbrowser",href="#",onclick="javascript:window.open(port=5555)", class...