We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
024-02-04 16:38:29,973 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Checking look ahead bias via backtests of TaSearchLevelG15m.py took 789 seconds. | filename | strategy | has_bias | total_signals | biased_entry_signals | biased_exit_signals | biased_indicators | |----------------------+-------------------+------------+-----------------+------------------------+-----------------------+--------------------------------------------| | TaSearchLevelG15m.py | TaSearchLevelG15m | True | 20 | 1 | 0 | buy_short2, i_close, i_open, i_low, i_high |
The text was updated successfully, but these errors were encountered:
freqtrade lookahead-analysis -s TaSearchLevelG15m --timerange 20231004-
Sorry, something went wrong.
I think it might in both the do_long and do_short methods.
df['i_close'].loc[i] = df['c'].loc[x]
Im testing it now... :)
No branches or pull requests
024-02-04 16:38:29,973 - freqtrade.optimize.analysis.lookahead_helpers - INFO - Checking look ahead bias via backtests of TaSearchLevelG15m.py took 789 seconds.
| filename | strategy | has_bias | total_signals | biased_entry_signals | biased_exit_signals | biased_indicators |
|----------------------+-------------------+------------+-----------------+------------------------+-----------------------+--------------------------------------------|
| TaSearchLevelG15m.py | TaSearchLevelG15m | True | 20 | 1 | 0 | buy_short2, i_close, i_open, i_low, i_high |
The text was updated successfully, but these errors were encountered: