Hello everyone,
I have been using combobot for a few days on a very volatile crypto and it is working very well, I have these two neophyte requests:
- I would like the bot to calculate the take profit dynamically, based on the weighted average value of all trades made. In the example above, the new take profit should be calculated as follows:
Total value invested: $10,000 + $9,900 = $19,900
New take profit: $19,900 * 1.10 = $21,890
In this way, the take profit would automatically adjust to the market trend and my cost averaging strategy, providing me with more effective risk management and greater profit potential.
Currently the last long order I will close in a year!!1
- I would like to set a parameter for market entry called Wait Percentage, where I can choose the type whether short or long and the percentage example
Long strategy = When you close the trade wait for a 1% drop to restart the bot
Strategy Short = When you close the trade wait for a 1% rise to restart the bot
Maybe there is already some parameter that allows me to do this otherwise an implementation could be made
Thanks