Pull in hourly width of Bollinger Band into Daily aggregation scan

Is it possible to pull in a smaller time frame (hourly in this case) data into a Scan that has a daily aggregation period? Thus avoided the dreaded "Error: Secondary period not allowed: Day"

I would like to access the 2nd standard deviation on the bollinger band hourly chart for comparison to the daily ATR (Average True Range)

Thanks in advance.
 
Solution
Is it possible to pull in a smaller time frame (hourly in this case) data into a Scan that has a daily aggregation period? Thus avoided the dreaded "Error: Secondary period not allowed: Day"

I would like to access the 2nd standard deviation on the bollinger band hourly chart for comparison to the daily ATR (Average True Range)

Thanks in advance.

It is not possible to have different aggregations within the same script in the Scan Hacker.
It is because of the fundamental way that the scan widget works.
Before you start to create the condition filters, you choose the aggregation period.
It is locked in.

After that, the scanner executes all filter conditions solely within the aggregation chosen.
If the scanner encounters an...
Is it possible to pull in a smaller time frame (hourly in this case) data into a Scan that has a daily aggregation period? Thus avoided the dreaded "Error: Secondary period not allowed: Day"

I would like to access the 2nd standard deviation on the bollinger band hourly chart for comparison to the daily ATR (Average True Range)

Thanks in advance.

It is not possible to have different aggregations within the same script in the Scan Hacker.
It is because of the fundamental way that the scan widget works.
Before you start to create the condition filters, you choose the aggregation period.
It is locked in.

After that, the scanner executes all filter conditions solely within the aggregation chosen.
If the scanner encounters an aggregation period within the filter script that doesn't match what has already been chosen; it produces the error message: "secondary aggregations not allowed".

However*
It is possible to put one filter for your ATR condition to be true on daily.
and add another filter for your BB condition to be true on hourly.

The scan will only return results if both are true.
 
Last edited:
Solution

Join useThinkScript to post your question to a community of 21,000+ developers and traders.

It is not possible to have different aggregations within the same script in the Scan Hacker.
It is because of the fundamental way that the scan widget works.
Before you start to create the condition filters, you choose the aggregation period.
It is locked in.

After that, the scanner executes all filter conditions solely within the aggregation chosen.
If the scanner encounters an aggregation period within the filter script that doesn't match what has already been chosen; it produces the error message: "secondary aggregations not allowed".

However*
It is possible to put one filter for your ATR condition to be true on daily.
and add another filter for your BB condition to be true on hourly.

The scan will only return results if both are true.
How would you compare the two filters? Or is it not possible? If you are trying to compare the Daily ATR to the width of the Hourly Bollinger Band? So by placing the Daily ATR script/filter in one study, and the Hourly Bollinger Band width in the second script/filter study.... and wanting to compare the "width"/range between the Daily ATR and Hourly Bollinger Band width. (I hope that makes sense.)
 
How would you compare the two filters? Or is it not possible? If you are trying to compare the Daily ATR to the width of the Hourly Bollinger Band? So by placing the Daily ATR script/filter in one study, and the Hourly Bollinger Band width in the second script/filter study.... and wanting to compare the "width"/range between the Daily ATR and Hourly Bollinger Band width. (I hope that makes sense.)
No.

The ToS platform does not provide the ability to scan for the "width"/range between the Daily ATR and Hourly Bollinger Band width for the reasons explained in my above post.
 

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
180 Online
Create Post

Similar threads

Similar threads

The Market Trading Game Changer

Join 2,500+ subscribers inside the useThinkScript VIP Membership Club
  • Exclusive indicators
  • Proven strategies & setups
  • Private Discord community
  • ‘Buy The Dip’ signal alerts
  • Exclusive members-only content
  • Add-ons and resources
  • 1 full year of unlimited support

Frequently Asked Questions

What is useThinkScript?

useThinkScript is the #1 community of stock market investors using indicators and other tools to power their trading strategies. Traders of all skill levels use our forums to learn about scripting and indicators, help each other, and discover new ways to gain an edge in the markets.

How do I get started?

We get it. Our forum can be intimidating, if not overwhelming. With thousands of topics, tens of thousands of posts, our community has created an incredibly deep knowledge base for stock traders. No one can ever exhaust every resource provided on our site.

If you are new, or just looking for guidance, here are some helpful links to get you started.

What are the benefits of VIP Membership?
VIP members get exclusive access to these proven and tested premium indicators: Buy the Dip, Advanced Market Moves 2.0, Take Profit, and Volatility Trading Range. In addition, VIP members get access to over 50 VIP-only custom indicators, add-ons, and strategies, private VIP-only forums, private Discord channel to discuss trades and strategies in real-time, customer support, trade alerts, and much more. Learn all about VIP membership here.
How can I access the premium indicators?
To access the premium indicators, which are plug and play ready, sign up for VIP membership here.
Back
Top