Boxes I meantOne thing you try is go to style, settings, price axis and choose the expansion area the % up and down windows
Wish you the best tyI unchecked fit studies and that did it right . Thank you so much .
Boxes I meantOne thing you try is go to style, settings, price axis and choose the expansion area the % up and down windows
Wish you the best tyI unchecked fit studies and that did it right . Thank you so much .
See these posts:@J007RMC can you point me to the version that shows the counts 1,2,3..? I can't seem to find that one on your chart.
You would need to scan for FS17x5 to be less than -1.2 and for FS17x5U to be true.@J007RMC .. Many thanks for sharing the indicators and great effort by the coder community.
The "Latest RAF_Stochastic lwr thinkorswim Sharing (tos.mx)" is pretty useful to me. And I am trying to create a scanner out of it to identify the stocks where the fish line is below -ObOs and having upper Arrow... Some how not able to work out... Can some one please help.. !
I guess this indicator was prepared by @cos251
Sry for this brief note as I need to jump to my office work...@Esvee/SV Can you please share your upper chart indicators?
@cos251 @SuryaKiranC .. Looks like code is modified by SuryaKiran and it has different definitions... like fish, ObOS, ObOl ..You would need to scan for FS17x5 to be less than -1.2 and for FS17x5U to be true.
@cos251 - I went through the revision history of the indicator and looks like @SuryaKiranC has optimized the code and there are different definitions. But I am able to manage my scanner. Thank you !You would need to scan for FS17x5 to be less than -1.2 and for FS17x5U to be true.
@tomcat07 Yes Ben I rely more on other indicators that is correct of course I just like to see information on my chart but try to keep it as simplistic as possible. More importantly, wait for swing high confirmation but rely on the ema's with the cloud very important and the highly reliable Legurre Time indicators. Well, I watch the ema's closely anyway and wait for the first atr low confirmation must also wait for confirmation of the second low line/ green low red high. More often than not it is a waiting game as always.
dO YOU mind your script? i couldn't get it to working. thank you
#plot oBl = ObOs;
#plot ZeroLine = 0;
#plot oSl = -ObOs;
#plot FTd = if (Sign (fish - fish[1]) < Sign (fish[1] - fish[2])) then fish[1] else Double.NaN;
def FT = fish < OBoS;
def FTu = if (Sign (fish - fish[1]) > Sign (fish[1] - fish[2])) then fish[1] else Double.NaN;
plot ScanForArrow = FT and Ftu;
FTu is true set to daily alert when scan results change is working
Join useThinkScript to post your question to a community of 21,000+ developers and traders.
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.