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

Pages: [1]
1
nm I solved it

2
Technical Support & Development / Gunbot not selling bags once profitable
« on: February 25, 2018, 09:58:01 AM »
So, I tried searching the forum for this and Telegram, but it seems that no one else has this issue.

I have been playing around with some of the settings in emotionless, and I understand that bags will happen. The problem I have been having, is when the price comes back up, sometimes after a day or two, the bot doesn't sell the bags. I have to end up selling them manually. Is there something that I may have missed, or a setting that I put too high/low?

Here is what I have:

Code: [Select]
        "emotionless": {
            "NAME": "emotionless",
            "TRADING_LIMIT": 0.003,
            "FUNDS_RESERVE": 0.001,
            "PERIOD": 15,
            "BUY_LEVEL": 0.6,
            "GAIN": 0.75,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 49,
            "LOW_BB": 49,
            "STDV": 2,
            "SMAPERIOD": 50,
            "PANIC_SELL": false,
            "DOUBLE_UP": true,
            "DOUBLE_UP_CAP": 2,
            "STOP_LIMIT": 90,
            "BUY_ENABLED": true,
            "SELL_ENABLED": true,
            "TA_ALWAYS_ON": false,
            "MIN_VOLUME_TO_BUY": 0.01,
            "MIN_VOLUME_TO_SELL": 0.01,
            "TRADES_TIMEOUT": 180,
            "MICROTRADES": true
        },

Pages: [1]