I add signal to make more trade to X6
Hi @iterativv,
Thank you for your excellent work on X6!
I’ve integrated my own strategy, which generates more frequent trades on BTC, ETH, and SOL, into your X6 framework—primarily because I really appreciate the robust risk management system you've implemented, especially the dynamic position adjustment and take-profit logic that helps maintain a very high win rate.
I added my custom signal, labeled '200', into the following parts of your codebase:
long_top_coins_mode_tags
long_entry_signal_params
And within the block:
Condition #200 - Top Coins mode (Long)
if long_entry_condition_index == 200: # my custom logic here
After integrating this, I noticed that X6 executed more trades while still effectively managing risk through DCA and take-profit mechanisms.
Do you have any suggestions or feedback on this approach? I'd love to hear your thoughts. and can contribute my signal as PR
Thanks you again!
Hi & welcome ! Sure, going to look into these and see how to integrate it. Thanks !
@lythanh24 Hi, can you post your custom signals for Top Coins ?