Hi Team,
Quick background, I'm coding software for a living (mainly python backend stuff), and originally started algo-trading for fun and now trying to turn it into some profit.
I was in the process of developing my own bot and I recently discovered your framework and started to play with it a little. This is great work!
I'm actually considering dropping my on-going development to switch to jesse as I'd rather spend my time on writing strategies and fine-tuning them instead of coding the bits and bytes of the bot for which you already did an awesome job. I'm happy to spend time testing/feedbacking yours than rewriting one from scratch.
I still have a few question tho, mainly around the future live trading plugin.
How is it going to fetch live data ? will it loop and get new candle every minute automatically, with a reprocess of the strategy (e.g., enter/exit trade or update_position) ? Or will be it based on our route timeframe ? Say my route is using a 1H timeframe, are we going to get 60 x 1 minute candles, or just the 1 hour candle every hour ?
Are you planning to support Binance Futures leverage (or leverage from any other exchange) ?
Any plan to support hedge mode (long and short on the same pair at the same time) ? Say if we would long on a longer timeframe, but want to do short scalping on a short timeframe.
Meanwhile, I'll be continuing testing jesse for a while and be happy to contribute and feedback if anything needs to.
Thanks, keep the good work !
spmsh