Would be nice to formulate rules for in trend re-entries for strong trending day like today
The TICKS and AD are not extreme, reversals can happen anytime
My threshold is +/- 350
Would be nice to formulate rules for in trend re-entries for strong trending day like today
Check out our Buy the Dip indicator and see how it can help you find profitable swing trading ideas. Scanner, watchlist columns, and add-ons are included.
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
@tomsk So AD crosses 350 threshold continuation of current trend? Or does +/- 350 indicate reversal?
mmm. Actually I threat it differently. 350-450 tick is perfect strong trend tick range. Its the 850+ spikes which usually signify end of trendThe TICKS and AD are not extreme, reversals can happen anytime
My threshold is +/- 350
HELP!!!The TICKS and AD are not extreme, reversals can happen anytime
My threshold is +/- 350
god bless you guy for all the help!!!!!Would be nice to formulate rules for in trend re-entries for strong trending day like today
HELP!!!
can you please explain what "3350' and AD are you talking about?
thanks
thanks for clarifying, also where do you get info on advance decline number@Talochka You seem to have a typo. It's 350, and NOT 3350.
This is in reference to the S&P 500 that has a basket of 500 stocks.
AD 350 means that 350 stocks out of the 500 are advancing
AD -350 means that 350 stocks out of the 500 are declining
# AD Color Coded
# tomsk
# 12.2.2019
input ADSymb = "$ADSPD";
def AD = if !IsNaN(close(ADSymb)) then close(ADSymb) else AD[1];
AddLabel(1, " AD = " + AD, if AD < -350 then Color.Pink
else if AD > 350 then Color.Cyan
else if between(AD, -250, 250) then Color.White
else Color.Yellow);
Disagree. Ill write more detailed analysis later, but there is more to market than just ADShould be a trend down day with AD at greater than -350
Disagree. Ill write more detailed analysis later, but there is more to market than just AD
I wouldn't call this a course. My goal is zero fluff. I will jump right into my current watchlist, tell you the ThinkorSwim indicator that I'm using, and past trade setups to help you understand my swing trading strategy.
Start a new thread and receive assistance from our community.
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.
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.