Beta Release 2.0.3 - Linux (x86/x64) - Code name: "STEP-GAIN"
Introducing you STEP-GAIN strategy at its first commit: this is a modification of supergun algorythm as discussed in the Telegram group. You now have 3 levels of buy % to set and 3 levels of sell %. Any of these levels is reached (in the dump or in the pump), the bot performs the max possible % of profit,
Examples:
BUYLVL1: 1, // first level margin to buy when currency decreases its value (example: buy when currency decreases 1% of EMA)
BUYLVL2: 3, // second level margin to buy when currency decreases its value (example: buy when currency decreases 3% of EMA)
BUYLVL3: 5, // third level margin to buy when currency decreases its value (example: buy when currency decreases 5% of EMA)
SELLLVL1: 2, // first level margin to sell when currency increases its value (example: sell when currency increases 2% of paid)
SELLLVL2: 5, // second level margin to sell when currency increases its value (example: sell when currency increases 5% of paid)
SELLLVL3: 10, // third level margin to sell when currency increases its value (example: sell when currency increases 10% of paid)
You can decide to use one or more levels of step gains by using the following configs:
BUYLVL: 3, // buy level you want your gunbot to reach (example: i want my gunbot to buy when price reaches level 3)
SELLLVL: 3, // sell level you want your gunbot to reach (example: i want my gunbot to sell when price reaches level 3)
Other fixes:
No more pending and unfulfilled BUY orders: the bot deletes the not needed orders after a sell loop
Showing up running version on console
code cleanup
BEWARE: the bot is backward compatible ONLY with 2.0.2b save.json files. Any previous versions OR if you want to be 100% sure of a smooth transition: place sell orders manually of all your holdings.
Please report any bug immediately!!!
Thanks!
~Gun