Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Tulpmania

Pages: [1]
1
General Discussion / autoconfig-pairvariables.json
« on: January 11, 2021, 09:06:29 PM »
I am trying to understand the use of the file autoconfig-pairvariables.json.

As i understand it should be populated with the outcome of the variables from autoconfig scripts. I see the outcome passing by on the console log, but they do not apppear in the autoconfig-pairvariables.json

This is the script I am running

"JOB 110112 to set vairable USDT-BTC mfi": {
        "pairs": {
            "exclude": "",
            "include": "USDT-BTC",
            "exchange": "kraken"
        },
        "filters": {
            "always pass": {
                "type": "biggerThan",
                "baseBalance": -1
            }
        },
        "overrides": {},
        "clearOverrides": false,
        "schedule": "*/5 * * * *",
        "type": "manageOverrides",
        "setITB": false,
        "debug": true,
        "muteTG": false,
        "enabled": true,
        "setVariable": {
            "var_btc_mfi": " this.pair.mfi"
        },
        "setPairVariable": {}

Any idea how i can get these variables into that file ? Or is this not the idear behind this

2
Beginners & Help / BTC - XMR is not working
« on: January 14, 2018, 09:28:11 PM »
I have a problem with 1 pair BTC - XMR is not going into a buying cycle on BitFinex.
Is there somebody who is trading with this pair on this exchange.
because i cannot find anything, i think it is maybe the data what is not comming in correctly.

Pages: [1]