Develop a position staking feature using open source trading bot, freqtrade.

Job ID: 31019126

Budget: $10 – $30 USD

Currently I am using freqtrade as my main tool to automate my trading, since it is so flexible and easy to build strategies on it. The code is also solid and flexible. However, it does not support position stacking on a trading pair. Read: https://github.com/freqtrade/freqtrade/issues/1519
I don't have enough time to focus on these since I have another project to focus to.

Requirement: position stacking.
- allow to open multiple positions on a single pair, and sell each of the trades individually.
- you don't need to change how freqtrade handling the trades, things will get more complicated,so personally I think it's better not to change freqtrade's code base. Since freqtrade can only open one position on a pair, at a time, I suggest to have one service that monitor and launch another freqtrade instance, to get ready to do the second buy, when another buy signal is triggered.
- make sure the feature don't buy multiple times on the same buy signal
Related categories: Python Trading