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.


Messages - 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
I have found the same problem, trying to understand the RSI in Gunbot with the one in trading view :

Exchange : Bitfinex
Pair          : USD - BTC ( there is a lot action on this pair )

Gunbot :

Period : 15
SMAPERIOD : 50
STDV : 2

Output : RSI 33.97

Trading view

RSI : 14 on closing bar

Output : 27.34

What am i missing in this picture ? or what parameters to adjust to get them to report the same RSI ?




3
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.

4
Beginners & Help / Re: Not selling, even when above top BB ...
« on: January 13, 2018, 07:38:29 AM »
Hi Bolthouse,

Have you been able to solve this issue ? I am experiencing the same issue.


Pages: [1]