Skip to content

Commit

Permalink
docs: adjust readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Primexz committed May 9, 2024
1 parent 5060c64 commit ae46f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This tool is configured via environment variables. Some environment variables ar
| `KRAKEN_PRIVATE_KEY` | Your Kraken API private key || |
| `CURRENCY` | Your fiat currency to be used, e.g. USD or EUR || `USD` |
| `KRAKEN_ORDER_SIZE` | The order size to be used. This value should only be edited if you know exactly what you are doing. || `0.0001` |
| `EXPERIMENTAL_MAKER_FEE` | If set to true, maker orders are placed, saving fees. **Warning: This function is experimental.** || `false` |
| `EXPERIMENTAL_MAKER_FEE` | If set to true, limit orders are placed. With a normal monthly volume, you only pay 0.25% fees per purchase instead of 0.4%. **Warning: This feature is experimental.** || `false` |
| `CHECK_DELAY` | How often the algorithm should be executed, in seconds. || `60` |
| `GOTIFY_URL` | URL to your Gotify server || |
| `GOTIFY_APP_TOKEN` | App token for the app on the Gotify server || |
Expand Down

0 comments on commit ae46f87

Please sign in to comment.