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

Pages: [1]
1
>Not a 100% certain, but i think the "GAIN" is already in %, meaning that by setting it to "0.1" you set it to 0.1% or 0.001. >Bittrex for example has a 0.25% trading fee on every trade so you make less profit per trade than it takes to cover the fees.

Thanks.

2
>you really should learn what bb, gain, buy level, ema
>its not automatic thing for you you must understand and set it how you want them

Could not agree more. I wish I could find comprehensive documentation for each strategy and each configuration option for each strategy.

3
General Discussion / Re: Intro and a few noob questions
« on: September 11, 2017, 03:45:34 PM »
"1. The general consensus seems to be roughly 10-30% monthly profit"

I've never seen anyone talk about profit % here, can anyone point me in the right direction?

4
Hi there. Noob here.

I've been experimenting with the config, was happy with the trade frequency of this config but disappointed to see I've been loosing money (btc) on it (now on it's 6th day).

Is there something here that feels off to you guys?

Code: [Select]
    "bb": {
      "BTC_TRADING_LIMIT": 0.04,
      "PERIOD": 15,
      "BUY_LEVEL": 0.1,
      "GAIN": 0.1,
      "HIGH_BB": 40,
      "LOW_BB": 40,
      "EMA1": 200,
      "EMA2": 50,
      "PANIC_SELL": false,
      "DOUBLE_UP": false,
      "STOP_LIMIT": 60,
      "BUY_ENABLED": true,
      "MIN_VOLUME_TO_BUY": 0.001,
      "MIN_VOLUME_TO_SELL": 0.001
    },

5
What is the latest stable release? I've been having errors on 4.0.5 and 3.3.3 randomly stops execution on me

Pages: [1]