1
Beginners & Help / Re: Gunning the Multiverse with Hot Standby and Style!
« on: July 19, 2017, 12:49:07 AM »Ehy, thank you for sharing with us your knowledge, i'm a very newbie and i had some question...
1. Create all of your preferred currency pairs (like BTC & USDT) through whatever method you prefer.
2. Remove strategy from ALL_PAIRS & add strategy Buy: PINGPONG 0 along with whatever Sell mode you prefer to individual pairs.
3. Open all of your multi currency pairs at once, yes that's right, all at once, BTC & USDT in perfect harmony.
Why? Because now you are in "Hot Standby" which means you will be polling and collecting data, but your multi currency pairs won't step on each other's toes because the overlapping ones are both set to Buy: PINGPONG 0 (meaning they'll never buy). Then you can change Buy: to whatever you prefer on one of the overlapping pairs without worry about putting them both into a feeding loop.
This means you won't need multiple exchange accounts. This also means when you see the market turn south and want to trade USDT, you won't need to wait hours for BB data to generate on your USDT pairs, they are "Hot" and ready. Also maybe you have pairs that you "sometimes" run, you can now have those hounds ready to release at a moment's notice as well. Want to try a new strategy out on just one pair? Check. Want to tune each pair for movement? Check.
(Notice: No
1) I've already created my Pairs cuz are running now with a strategy, let's assume that i want to trade BTC_ETH with BB & BB , and BTC_ETH with SG SG, What i must do just modify allpairs-params.js?
2) I have not any setting in allpairs params, is empty, what i must do? copy the BTC_XXX config. that is already running and modify the code by deleting BTC_XXX to make this works with all pairs? "PINGPONG 0" must be replaced in Buy strategy, like this "BUY_STRATEGY: 'PINGPONG 0 " , or you must put 0 here " // PINGPONG
PINGPONG_BUY: 0, // [DEFAULT: 0.000001] " ? Once that you have done it, i must replace the buy strategy of all my pairs one by one?
3) Can you post some your own Allpairs config for help me what i must do for do that? i will understand more and i can copy and paste yours and modify the setting as i want
4) For starting the same pairs but with different config, how i must do? just with gadd or pm2 btc_xxx ecc ecc ?
Thank you in advise