I’m planning to switch from Chartink to Streak to build screeners and strategies. However, I’m finding the user experience on Streak to be significantly more complex. In Chartink, creating a screener feels intuitive and straightforward — you can use simple, everyday language to define conditions.
For example:
5 min close is greater than 1 day ago high
This reads exactly how we’d explain it in normal conversation. It’s easy to understand what’s being built just by reading it.
But in Streak, the syntax and logic seem geared more toward advanced users or those with a background in mathematics or programming. The learning curve feels steep in comparison.
I’m looking for someone who can:
- Help me build this screener and strategy on Streak.
- Share a document or guide that explains how to use different conditions in Streak effectively, ideally with examples.
Any help would be greatly appreciated!
Strategy:
Initial Setup (9:15 AM Candle):
- Identify the first 5-minute candle after 9:15 AM (i.e., the candle from 9:15 to 9:20).
Trade Entry Conditions:
Only enter a trade if all the following conditions are true:
- The first 5-minute candle is green (close > open).
- The close of the 9:15 candle is greater than the previous day’s high.
- The absolute percentage difference between open and close is ≥ 1%.
If all above are true:
- Take a Buy trade at the close of the 9:15 candle.
Exit Conditions:
- The Buy trade automatically exits at 10:15 AM, unless:
- A stop-loss is hit first (i.e., if price crosses below the low of the 9:15 candle).