Dylan MacKenzie
Dylan MacKenzie
We would like to create this integration next week. Is there anyone that we can talk to about this?
You most likely could, all of the "backtesting" in terms of how much profit the bot is making is established via the wallet class. You could look through the code...
@Marsup `import Joi from '@hapi/joi'` throws an error when ran with `karma` and I'm not sure why. It works fine with standalone `mocha`. This is what led me to try...
So I ended up figuring it out. I ended up doing `import '@hapi/joi/dist/joi-browser.min.js'` then used `joi` with a lowercase j every time that I referenced it. ``` import '@hapi/joi/dist/joi-browser.min.js'; //...