1
General Discussion / Re: Release Candidate v.4.0.1_core - All oS - Poloniex/Bittrex/Kraken/Cryptopia - Co
« on: August 14, 2017, 03:39:00 AM »
Can someone tell me, if I want to run another strategy, for example the StepGain (formerly "supergun"), instead of BB, on several pairs, would my config code look like this?
What would it look like if I wanted to run multiple strategies on the same pairs?
Code: [Select]
{
"pairs": {
"poloniex": {
"BTC_ETH": {
"strategy": "stepgain",
"override": {}
},
"BTC_LTC": {
"strategy": "stepgain",
"override": {}
},
"BTC_XRP": {
"strategy": "stepgain",
"override": {}
What would it look like if I wanted to run multiple strategies on the same pairs?