NostalgiaForInfinity icon indicating copy to clipboard operation
NostalgiaForInfinity copied to clipboard

I add signal to make more trade to X6

Open lythanh24 opened this issue 9 months ago • 2 comments

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!

lythanh24 avatar Jul 18 '25 03:07 lythanh24

Hi & welcome ! Sure, going to look into these and see how to integrate it. Thanks !

iterativv avatar Jul 18 '25 07:07 iterativv

@lythanh24 Hi, can you post your custom signals for Top Coins ?

Alexuresp avatar Aug 16 '25 12:08 Alexuresp