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

Pages: [1]
1
Technical Support & Development / Stepgain 4.0.4
« on: August 20, 2017, 08:18:34 PM »
Can somebody please explain the new stepgain strategy? If I set Buylvl and Selllvl to 3 the bot ignores the first two levels. Where is the point then?

My stepgain config is for example:

      "PERIOD": 15,
      "BUYLVL1": 2,
      "BUYLVL2": 10,
      "BUYLVL3": 30,
      "SELLLVL1": 3,
      "SELLLVL2": 9,
      "SELLLVL3": 25,
      "BUYLVL": 3,
      "SELLLVL": 3,
      "LASTPOINTS": 5,
      "AVGPOINTS": 250,
      "AVGMINIMUM": 0.00000001,
      "EMA1": 2000,
      "EMA2": 1000,

And the bot won't buy BCH until the 30% drop is reached:

Processing strategy STEPGAIN for BTC_BCH on poloniex
┌───────────────┬──────────────────────────────────────┬────────────┬─────────────┬───────┬────────────┬────────────┬─────────┐
│ ɢƱͶƁʘŁ v4.0.4 │ EMA1                                 │ EMA2       │ Buy at      │ Last  │ BTC        │ BCH        │ Pair    │
├───────────────┼──────────────────────────────────────┼────────────┼─────────────┼───────┼────────────┼────────────┼─────────┤
│ Buy cycle     │ 0.18745546                           │ 0.18786848 │ 0.131218822 │ 0.177 │ 0.03195458 │ 0.00000000 │ BTC_BCH │
├───────────────┼──────────────────────────────────────┼────────────┴─────────────┴───────┴────────────┴────────────┴─────────┤
│ Callbacks     │ Waiting to buy: price is too high!!! │                                                                      │

Pages: [1]