Skip to content

Commit

Permalink
Merge pull request #325 from neuhausj/patch-9
Browse files Browse the repository at this point in the history
Update docs for 5.3
  • Loading branch information
enarjord authored Jan 26, 2022
2 parents dd4cf00 + 5bc3f10 commit 925d37a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,9 @@
In order to configure Passivbot, you will need to provide a json file when starting the bot.
These config files are typically stored in the `configs/live`.

!!! Info
The configuration of telegram is not covered in this chapter. Please refer to [Telegram](telegram.md) for configuring Telegram.

## Configuration options

At the moment only long positions are supported.
Long and short positions are supported and have each the same parameters.

| Parameter | Description
| -------------------------- | ------------- |
Expand All @@ -28,9 +25,12 @@ At the moment only long positions are supported.

Secondary entry is independent of primary entry grid, intended to catch abnormally deep dips.

More info may come later.
Since Passivbot 5.3, EMA are introduced to allow:
* limit initial entries at peak of pump/dump
* auto unstuck position
The mechanism is described in this chapter : (https://github.com/enarjord/passivbot/blob/master/docs/auto_unstuck.md)

Here is a diagram summarizing the parameters:
Here is a diagram summarizing the parameters (without EMA):

![Grid Parameters](images/passivbot_grid_parameters.jpeg)
[Full image](images/passivbot_grid_parameters.jpeg)

0 comments on commit 925d37a

Please sign in to comment.