Skip to content

Commit

Permalink
Added pongAt docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
ctubio committed Jan 2, 2017
1 parent 187c821 commit 9181a14
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion HOWTO.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,13 @@ In the web UI, there are two rows of panels with cryptic looking names and edita

* `DepletedAskSide` - Place new Pings only in the Bid side if there are not enough funds to continue trading in the Ask side.

* `StopPings` - Only place new Pongs based on the history of Pings without placing new Pings.
* `StopPings` - Only place new Pongs based on the history of Pings, without placing new Pings.

* `pongAt` (only affects `PingPong`, `Boomerang` and `AK-47`)

* `LowMarginPing` - Place new Pongs based on the lowest margin Ping in history.

* `HighMarginPing` - Place new Pongs based on the highest margin Ping in history.

* `fv` - Sets the fair value calculation mode

Expand Down

0 comments on commit 9181a14

Please sign in to comment.