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

Multi timeframes strategies and backtests #493

Open
pegaltier opened this issue Jun 19, 2024 · 0 comments
Open

Multi timeframes strategies and backtests #493

pegaltier opened this issue Jun 19, 2024 · 0 comments

Comments

@pegaltier
Copy link

Is your feature request related to a problem? Please describe.
Often when creating strategies I need to evaluate the values of indicators on different timeframes

Describe the solution you'd like
The ability to use the indicators on multiple timeframes in the strategies and backtests

Describe alternatives you've considered
For instance Tradingview language offers a simple solution to create multi timeframes strategies and backtests

Additional context
See Tradingview pinescript: The request.security() function allows scripts to request data from other contexts than the chart the script executes on, such as:

https://www.tradingview.com/pine-script-docs/en/v5/concepts/Other_timeframes_and_data.html#request-security

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

1 participant