Update freqai-reinforcement-learning docs

closes #8199
This commit is contained in:
Matthias 2023-02-21 19:55:32 +01:00
parent 43962476aa
commit 48ecc7f6dc
1 changed files with 12 additions and 11 deletions

View File

@ -177,6 +177,7 @@ As you begin to modify the strategy and the prediction model, you will quickly r
factor = 100
# you can use feature values from dataframe
# Assumes the shifted RSI indicator has been generated in the strategy.
rsi_now = self.raw_features[f"%-rsi-period-10_shift-1_{self.pair}_"
f"{self.config['timeframe']}"].iloc[self._current_tick]