Skip to content
This repository has been archived by the owner on Jun 8, 2023. It is now read-only.

Commit

Permalink
Update MGM_DOCUMENTATION.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikj000 authored May 17, 2021
1 parent cf95193 commit fac01c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MGM_DOCUMENTATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ operate on the same `timeframe` that live would use (1h candles), while at the s
(5m or 1m candles) will simulate price movement during that `timeframe` (1h candle), providing more realistic
trailing stoploss and ROI behaviour during backtesting/hyperopting.

**<span style="color:darkorange">WARNING:</span> Since MoniGoMani v0.10.0 it appears TimeFrame-Zoom is not needed anymore and even lead to bad results!**
**<span style="color:darkorange">WARNING:</span> Since MoniGoMani v0.10.0 it appears TimeFrame-Zoom is not needed anymore and even lead to bad results!**
**<span style="color:darkorange">WARNING:</span> To disable TimeFrame-Zoom just use the same candles for `timeframe` & `backtest_timeframe`**
**<span style="color:darkorange">WARNING:</span> Remove the `timeframe` line from your `config-btc.json` if it would still be there! Otherwise, TimeFrame-Zoom won't work properly in the current version!**
**<span style="color:darkorange">WARNING:</span> Candle data for both `timeframe` as `backtest_timeframe` will have to be downloaded before you will be able to backtest/hyperopt! (Since both will be used)**
Expand Down Expand Up @@ -374,4 +374,4 @@ The epoch table being generated when hyperopting + the number of the epoch you u
### TypeError: integer argument expected, got float
You likely are using a `Float` value where you should be using a `Integer` value. Hopefully your error will show more information about which Parameter.
- `Integer` = Whole number. Examples: 1, 3, 23
- `Float` = Decimal number. Examples: 1.53, 4.2, 17.12
- `Float` = Decimal number. Examples: 1.53, 4.2, 17.12

0 comments on commit fac01c4

Please sign in to comment.