Username: Password:

Author Topic: Inputing pairs into config file.  (Read 9298 times)

Offline IggyWorldBoss

  • Rookie
  • *
  • Posts: 4
    • View Profile
Inputing pairs into config file.
« 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": {}
      }
    },

Offline dobcrypto

  • Contributor
  • **
  • Posts: 196
  • Russian - native language
    • View Profile
Re: Inputing pairs into config file.
« Reply #1 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.

Offline IggyWorldBoss

  • Rookie
  • *
  • Posts: 4
    • View Profile
Re: Inputing pairs into config file.
« Reply #2 on: August 22, 2017, 06:54:40 AM »
thanks  ;).