Darren Rahnemoon

Results 3 issues of Darren Rahnemoon

after running `backtest.run()` and receiving `stats` Is there a way to add TP and SL into `stats['_trades']` if the orders placed utilized any of them?

enhancement

Say I have a directory that I want to resolve with module-alias. The directory doesn't have any js modules inside so I can't just do require.resolve("@storage/public"), I simply want to...

I'm creating a custom router similar to VueRouter. Is this module only written for nodejs?