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 - YoViking

Pages: [1]
1
I had v5 and it was trading fine with once or twice a day it use to just freeze with Heartbeat message. Now I upgraded to v6 it doesn't freezes but if I try any strategies other than bbstepgain or stepgain none of them work. Here is what I have for settings. I have USDT_BTC pair running here and trying to run bbrsitssl
Help please  :(

setting:
        "tssl": {
            "NAME": "tssl",
            "BUY_LEVEL": 0.1,
            "GAIN": 999,
            "TRADING_LIMIT": 500,
            "PERIOD": 5,
            "BUY_RANGE": 0.1,
            "SELL_RANGE": 100,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 1,
            "LOW_BB": 1,
            "STDV": 2,
            "SMAPERIOD": 20,
            "PANIC_SELL": false,
            "DOUBLE_UP": true,
            "DOUBLE_UP_CAP": 1,
            "TSSL_TARGET_ONLY": true,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 50,
            "MIN_VOLUME_TO_SELL": 50,
            "TRADES_TIMEOUT": 100
        },
        "bbrsi": {
            "NAME": "bbrsi",
            "TRADING_LIMIT": 500,
            "PERIOD": 5,
            "RSI_BUY_LEVEL": 30,
            "RSI_SELL_LEVEL": 70,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 20,
            "LOW_BB": 20,
            "STDV": 2,
            "SMAPERIOD": 20,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": true,
            "MIN_VOLUME_TO_BUY": 50,
            "MIN_VOLUME_TO_SELL": 50,
            "TRADES_TIMEOUT": 600
        },



2
General Discussion / Buying in one currency and selling in another
« on: November 11, 2017, 12:20:40 AM »
What I am trying to do is get rid of all BTC by buying other currencies, with GAIN=99 so that it won't sell. Now I want it to trade in USD only, so I added all the USD pairs as well. This will get rid of all BTC and it will only trade in USD.
But the question is how will it calculate the profit? will do the math and the only BTC into USD with a rate at that time and compare?  ???
or would it mess up the profit/loss?

Pages: [1]