Market Phases Indicator for ThinkorSwim

@Billions good idea, I don't think it has to be difficult, I think if we all observe the relationships of the states, across the timeframes, and how the states change over the course of days, it can yield a good time and entry bias.

so to get started, something like this:

wtJKtOF.png


when the phases start to cycle across the time frames, go to a lower time frame like the 5 min, 1 hour for entry. usually you can see the effects of the phases changing as you up the timeframe.

in this example, cycling for a weekly swing trade, with the 5M (for entry), 1 Hour, 4 Hour, 1 Day and a 3 Day.

In the example of CSCO, I would expect a recovery phase soon in the lower time frames, setting it self up for a potential reversal/trade back to the mean/long, without looking at the chart.

Welcome any other thoughts, ideas and other columns to complement.
 

Attachments

  • wtJKtOF.png
    wtJKtOF.png
    159.8 KB · Views: 126
@Billions good idea, I don't think it has to be difficult, I think if we all observe the relationships of the states, across the timeframes, and how the states change over the course of days, it can yield a good time and entry bias.

so to get started, something like this:

wtJKtOF.png


when the phases start to cycle across the time frames, go to a lower time frame like the 5 min, 1 hour for entry. usually you can see the effects of the phases changing as you up the timeframe.

in this example, cycling for a weekly swing trade, with the 5M (for entry), 1 Hour, 4 Hour, 1 Day and a 3 Day.

In the example of CSCO, I would expect a recovery phase soon in the lower time frames, setting it self up for a potential reversal/trade back to the mean/long, without looking at the chart.

Welcome any other thoughts, ideas and other columns to complement.

As a follow-up to the example on CSCO

iULodF4.png


It's now enter a Bull Phase on the 5M, Recovery on the 1H, might make a good candidate for a short term trade.

Build and a system and share your ideas. Let us know how you plan to trade it ;)
 

Attachments

  • wtJKtOF.png
    wtJKtOF.png
    159.8 KB · Views: 115
  • iULodF4.png
    iULodF4.png
    15.1 KB · Views: 121
As a follow-up to the example on CSCO

iULodF4.png


It's now enter a Bull Phase on the 5M, Recovery on the 1H, might make a good candidate for a short term trade.

Build and a system and share your ideas. Let us know how you plan to trade it ;)
Will do
 

Attachments

  • iULodF4.png
    iULodF4.png
    15.1 KB · Views: 109
Thank you I appreciate it

Paste at the end of the code. You can change the sounds under edit studies



Code:
Alert(condition = bullphase[1] == 1 and bullphase == 0, text = "Bull Phase", sound = Sound.Bell, "alert type" = Alert.BAR);
Alert(condition = accphase[1] == 1 and accphase == 0, text = "Accumation Phase", sound = Sound.Bell, "alert type" = Alert.BAR);
Alert(condition = recphase[1] == 1 and recphase == 0, text = "Recovery Phase", sound = Sound.Bell, "alert type" = Alert.BAR);
Alert(condition = warnphase[1] == 1 and warnphase == 0, text = "Warning Phase", sound = Sound.Bell, "alert type" = Alert.BAR);
Alert(condition = distphase[1] == 1 and distphase == 0, text = "Distribution Phase", sound = Sound.Bell, "alert type" = Alert.BAR);
Alert(condition = bearphase[1] == 1 and bearphase == 0, text = "Bear Phase", sound = Sound.Bell, "alert type" = Alert.BAR);
 

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

Similar threads

Not the exact question you're looking for?

Start a new thread and receive assistance from our community.

87k+ Posts
436 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