Results 25 comments of Kieran Mackle

No problem, let me know how you go. And sure, feel free to email it to me: [email protected]

Thanks for bringing this to my attention, it is definitely a good feature to have. If I was to add this (which I may get around to soon), I would...

@nitlott This is now possible through the integration of [CCXT](https://github.com/ccxt/ccxt) in AutoTrader version 0.7. Make sure to read the [docs](https://autotrader.readthedocs.io/en/latest/index.html) and [changelog](https://autotrader.readthedocs.io/en/latest/changelog.html) if upgrading, as there have been a lot...

Thanks for raising this. I've just fixed it in the version 0.7 development branch, which I am hoping to release relatively soon. I've also patched it on the main branch...

The easiest way to overcome this is to first close your existing position before placing the next order, which can be achieved with a ['close' order type](https://autotrader.readthedocs.io/en/latest/broker/trading.html#close-order). Simply return the...

Good pickup, and good suggestion. I will add that change in the next update. Thanks!

This has been patched in release of version 0.7.

Hi @ktlim86, I am assuming you are asking how to get the prices of multiple assets into a single strategy? If so, the main thing to look for is to...

@ktlim86 Yes, it should be something like that, however I would now recommend simply [resampling the data](https://pandas.pydata.org/docs/reference/api/pandas.DataFrame.resample.html) to your desired timeframe(s) from the base data passed in.