-
Notifications
You must be signed in to change notification settings - Fork 55
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Martingale DCA strategy options #70
Comments
it's work in progress, done with limit orders that are placed on the first trade. Now I'm testing it. |
Are those pre-set limit orders or are they set points below which licks are allowed ?, the later would be better as you would still get the benefit of the lick pushed dip? |
Pre set limit order (there is a pull request opened about this feature). The first liquidation triggers the trade, and will be placed a market order and n DCA orders, as limit orders at fixed level, so after the first trade DCA is just money management and unrelated to following liquidations. |
Consider implementing the option to only allow additional DCA trades at increasing multiples of depth from the initial entry.
This should prevent a bunch of lick buys all at similar price levels thus saving them for use on a deeper dip.
also the multiplication of the order size helps move the average entry closer to the current price.
0.2
0.4
0.8
1.6
3.2
The text was updated successfully, but these errors were encountered: