Skip to content
New issue

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

TaSearchLevelG15m has_bias #6

Open
astrafeng opened this issue Feb 4, 2024 · 2 comments
Open

TaSearchLevelG15m has_bias #6

astrafeng opened this issue Feb 4, 2024 · 2 comments

Comments

@astrafeng
Copy link

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 |

@astrafeng
Copy link
Author

freqtrade lookahead-analysis -s TaSearchLevelG15m --timerange 20231004-

@alexwiththescar
Copy link

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... :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants