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

Pages: [1]
1
bump and price reduction to 0.080

2
Hi,

I'm selling my Gunbot pack - All Markets & TV Addon & Crypto Sight.

Originally purchased from a verified reseller at thecryptobot.com.

Price 0.085 0.080 BTC (I cover the fees)

We'll use approved escrow: https://gunthy.org/forum/index.php/topic,1232.0/all.html

Contact me here or on telegram @flmst

Thanks

3
Beginners & Help / Re: EMA crossover
« on: March 09, 2018, 12:35:47 PM »
Thanks! I'll check.

4
Technical Support & Development / [solved] TSSL not trailing
« on: March 03, 2018, 11:36:08 AM »
Solved - looks like it's caused by the custom strategy, when I run built-in TSSL it seems to work.
*******

Hi, I'm having a lot of trouble getting TSSL strategy to work as described. Whatever settings I try, GB just sells once the GAIN target is hit. I tried it with both TSSL_TARGET_ONLY true and false and there is no difference.

I make a manual buy and then I want GB to manage it - close it if the price goes down to SL (that works fine) and trail it when it goes up.

Any advice what I'm doing wrong would be much appreciated.

Config: 
 
Code: [Select]
"BTC-ARK": {
                "strategy": "tsslv1",
                "override": {
                    "STOP_LIMIT": 3.2,
                    "BUY_RANGE": 0.6,
                    "SELL_RANGE": 0.6,
                    "GAIN": 1

  "tsslv1": {
            "NAME": "tssl sell only",
            "BUY_LEVEL": 0.1,
            "GAIN": 0.01,
            "TRADING_LIMIT": 0.001,
            "FUNDS_RESERVE": 0.001,
            "PERIOD": 15,
            "BUY_RANGE": 2,
            "SELL_RANGE": 3,
            "EMA1": 16,
            "EMA2": 8,
            "HIGH_BB": 45,
            "LOW_BB": 45,
            "STDV": 2,
            "SMAPERIOD": 50,
            "PANIC_SELL": false,
            "DOUBLE_UP": false,
            "DOUBLE_UP_CAP": 1,
            "DU_CAP_COUNT": 3,
            "DU_METHOD": "HIGHBB",
            "RSI_DU_BUY": 30,
            "DU_BUYDOWN": 2,
            "RSI_BUY_ENABLED": false,
            "RSI_SELL_ENABLED": false,
            "RSI_BUY_LEVEL": 30,
            "RSI_SELL_LEVEL": 70,
            "TSSL_TARGET_ONLY": false,
            "STOP_LIMIT": 60,
            "BUY_ENABLED": false,
            "SELL_ENABLED": true,
            "OKKIES_MODE": true,
            "BTC_MONEY_FLOW": 35,
            "TA_ALWAYS_ON": false,
            "MIN_VOLUME_TO_BUY": 0.001,
            "MIN_VOLUME_TO_SELL": 0.001,
            "TRADES_TIMEOUT": 600


Also,  I don't see any indication of trailing in the logs (as seen in other forum user's posts)
Code: [Select]
$ grep TrailingStop out.log
$
$ grep TSSL  out.log
$
$ grep "Target to sell" out.log
$

5
Beginners & Help / EMA crossover
« on: February 19, 2018, 07:51:27 AM »
Hi, is it possible to implement simple EMA crossover strategy with Gunbot?

Pages: [1]