Multiple Timeframes: 1m data source -> daily data (entry signal) -> 1m, 5m, etc far actual entry? #854
Unanswered
fiftyghosts
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
My data is store as 1 minute data and I'd like to down sample that to daily to test for entry signal, then use 1-minute, 5-minute, etc timeframe for the actual entry (a second signal, basically. Something like ORH on the 5 minute, etc). I've looked at the Multi-timeframe example, but I can't quite wrap my head around how to do it. An example of what I'm trying to do might be:
This might be the entry signal on the daily timeframe:
And then on the 1 minute timeframe, if the 2nd minute candle breaks the prior minute candle, enter at +0.02 over the prior candle high. Things like that.
Is that possible?
Beta Was this translation helpful? Give feedback.
All reactions