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.
For which indicator? Can you post a picture?@cos251 Do you know what means on the Horizontal Price Study the NS or S label associated with a number (ie., NS 23 or S 3)?
The labels are coming from the Horizontal Priceline Indicator (i.e, NS 14, or S 9, etc).For which indicator? Can you post a picture
Should be able to. You can create a scan for the study and point it to a watch list with only AAPL in it and set it to alert you when the condition changes. The study scan should look like this:@cos251 Great Script!
Does anyone know if it would be possible to set custom individual stock alerts when the arrow is pointing up? For instance if I wanted an alert on Apple when the arrow is pointing up on the hourly tf.
shared_Fisher_3xStochastics_02V04()."FS17x5u" is true
Sure all I have ib the header information https://tos.mx/GrlqWw1
Sorry to be a pain, but for some reason when I try to create a scan for the study I am not getting any results. Any idea what I could be doing wrong?Should be able to. You can create a scan for the study and point it to a watch list with only AAPL in it and set it to alert you when the condition changes. The study scan should look like this:
The scan should be set to 1hr Timeframe
Code:shared_Fisher_3xStochastics_02V04()."FS17x5u" is true
You want to find the following conditions correct?Sorry to be a pain, but for some reason when I try to create a scan for the study I am not getting any results. Any idea what I could be doing wrong?
shared_Fisher_3xStochastics_02V04()."FS17x5u" is true
I looked at the indicator that @J007RMC posted for Horizontal Priceline Indicator by Thinkscripter and the following code is generating the /NS and /S bubbles. It is counting how many consecutive bars have been in a squeeze (/S) or not in a squeeze (/NS), at least that is what it looks like.The labels are coming from the Horizontal Priceline Indicator (i.e, NS 14, or S 9, etc).
#Count of Periods in consecutive squeeze
rec countsq = if Squeeze then countsq[1] + 1 else 0;
rec count1sq = if !Squeeze then count1sq[1] + 1 else 0;
#Expansion Bubbles
input n = 5;
def n1 = n + 1;
def c = close;
input showsqueezebubble = no;
AddChartBubble(showsqueezebubble and !IsNaN(c[n1]) and IsNaN(c[n]), c[n1] ,( if Squeeze[n1] then "S \n"+Round(countsq[n1], 2) else "NS \n" + count1sq[n1]) , color.orange);
I believe they mean nuetralHey @J007RMC can you explain the grey candles to mean?
Nice job with the update FISH/CCI Combo. Have you tried to duplicate the Voodoo Lines? That would be interesting to have.@cos251 can you please make the RAF script above work for tick charts?
If you go to to the fwtrader website. You can read all about it. It needs to be manually updated. Actually simpler trading had a webinar on it.Nice job with the update FISH/CCI Combo. Have you tried to duplicate the Voodoo Lines? That would be interesting to have.
Hi @ph19golf - I have not seen the Voodoo Lines Indicator. I'll take a look and see if there anything there for us.Nice job with the update FISH/CCI Combo. Have you tried to duplicate the Voodoo Lines? That would be interesting to have.
Kudos again for all the great work!Hi @ph19golf - I have not seen the Voodoo Lines Indicator. I'll take a look and see if there anything there for us.
Thanks, looking forward to it if you can create anything......Hi @ph19golf - I have not seen the Voodoo Lines Indicator. I'll take a look and see if there anything there for us.
Get access to Ben's watchlist, swing trading strategy, ThinkorSwim setup, and trade examples.
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.