Gunthy

GUNBOT: The automatic profit generator => Beginners & Help => Topic started by: IggyWorldBoss on August 21, 2017, 08:19:46 PM

Title: Inputing pairs into config file.
Post by: IggyWorldBoss on August 21, 2017, 08:19:46 PM
 Hey Guys, whats the proper spacing and code to add pairs in the config, i am learning the language and i have a general understanding of  what is happening but  i dont know exactly how to add  other pairs with text, this is the sample of latest config for polo with version 4.05.

{
  "pairs": {
    "poloniex": {
      "BTC_XMR": {
        "strategy": "bb",
        "override": {}
      }
    },
Title: Re: Inputing pairs into config file.
Post by: dobcrypto on August 21, 2017, 08:23:20 PM
Hey Guys, whats the proper spacing and code to add pairs in the config, i am learning the language and i have a general understanding of  what is happening but  i dont know exactly how to add  other pairs with text, this is the sample of latest config for polo with version 4.05.

{
  "pairs": {
    "poloniex": {
      "BTC_XMR": {
        "strategy": "bb",
        "override": {}
      }
    },

See attachments.
Title: Re: Inputing pairs into config file.
Post by: IggyWorldBoss on August 22, 2017, 06:54:40 AM
thanks  ;).