AGAIG Price Pointer For ThinkOrSwim

csricksdds

Trader Educator
VIP
This is a price pointer that moves directionally with a candle with a Horizontal Blue Line to the right of the current candle.

Indicator Link: http://tos.mx/Rmiy7Xy

Indicator Code:
Ruby:
##AsGoodAsItGets-PricePointer
declare upper;

input PriceMarker = yes; #Hint PriceMarker: Shows a line pointing to the current price level.

def closeplot = if !IsNaN(close) and IsNaN(close[-1]) then close else closeplot[1];
plot pricepointer = if PriceMarker and IsNaN(close) then closeplot else Double.NaN;
pricepointer.SetDefaultColor(Color.CYAN);
pricepointer.SetLineWeight(3);
#End
H04lZJ2.png
 
Last edited by a moderator:
This is a price pointer that moves directionally with a candle with a Horizontal Blue Line to the right of the current candle.

Indicator Link: http://tos.mx/Rmiy7Xy

Indicator Code:
##AsGoodAsItGets-PricePointer
declare upper;

input PriceMarker = yes; #Hint PriceMarker: Shows a line pointing to the current price level.

def closeplot = if !IsNaN(close) and IsNaN(close[-1]) then close else closeplot[1];
plot pricepointer = if PriceMarker and IsNaN(close) then closeplot else Double.NaN;
pricepointer.SetDefaultColor(Color.CYAN);
pricepointer.SetLineWeight(3);
#End
Hi this looks great, but what I was looking for is for it to overlay the line on the candle. Is that possible? or maybe touch the right side of the candle?
Thanks
 
If you go to the wheel (next to the beaker on your chart) click on the wheel and go to "Time axis" and give yourself some expansion area (I use 10) you will find the blue line makes a lot more sense to you...it tracks to the right of the candle and shows if candle moving up or down currently.
 
@csricksdds
I read what you wrote about the Price Pointer in one of your post and you said "This is a price pointer that moves directionally with a candle with a Horizontal Blue Line to the right of the current candle." I still don't understand how to use the Price Pointer? Can you please explain? Second, what do you think about applying these indicators to a longer time frame or daily chart for swing trading. Thanks
 
Last edited by a moderator:
I read what you wrote about the Price Pointer in one of your post and you said "This is a price pointer that moves directionally with a candle with a Horizontal Blue Line to the right of the current candle." I still don't understand how to use the Price Pointer? Can you please explain? Second, what do you think about applying these indicators to a longer time frame or daily chart for swing trading. Thanks
I'm assuming you have the Price Pointer loaded from your comments? The price pointer shows price movement along side the candle at the price point of the candle. Is it moving up, static, or down on the candle itself.

Helps show price and price movement without needing to check price at top of chart. Right now I'm looking at the QQQ after hour for the weekend and the price pointer is at lower wick of candle with the blue corresponding price bubble to the right of 462.20.

It looks like you are a VIP member who should be able to download the Merry Day updated 10X
https://usethinkscript.com/threads/...e-is-most-favorable-to-trade-using-dmi.10438/
which will will show you activity in the longer time frames.

Indicators on longer time frames gets to be a bit jumbled which is why I use the 5 min for my personal trading.

This particular chart layout
https://usethinkscript.com/threads/agaig-keepitsimplechart-for-thinkorswim.18894/#post-142644
is the best of my charts (to my thinking) and is the one I currently use. I'm glad you like it.
 
Last edited by a moderator:
  • Like
Reactions: Tek
I'm assuming you have the Price Pointer loaded from your comments? The price pointer shows price movement along side the candle at the price point of the candle. Is it moving up, static, or down on the candle itself.

Helps show price and price movement without needing to check price at top of chart. Right now I'm looking at the QQQ after hour for the weekend and the price pointer is at lower wick of candle with the blue corresponding price bubble to the right of 462.20.

It looks like you are a VIP member who should be able to download the Merry Day updated 10X
https://usethinkscript.com/threads/...e-is-most-favorable-to-trade-using-dmi.10438/
which will will show you activity in the longer time frames.

Indicators on longer time frames gets to be a bit jumbled which is why I use the 5 min for my personal trading.

This particular chart layout
https://usethinkscript.com/threads/agaig-keepitsimplechart-for-thinkorswim.18894/#post-142644
is the best of my charts (to my thinking) and is the one I currently use. I'm glad you like it.
Thanks Rick for the reply. I believe you said you are 75? If so, I am happy to see older folks trading and especially coming up with nice combo indicator setups. I am not that far off from you and hope to trade until I am dead. :)
 
This is a price pointer that moves directionally with a candle with a Horizontal Blue Line to the right of the current candle.

Indicator Link: http://tos.mx/Rmiy7Xy

Indicator Code:
Ruby:
##AsGoodAsItGets-PricePointer
declare upper;

input PriceMarker = yes; #Hint PriceMarker: Shows a line pointing to the current price level.

def closeplot = if !IsNaN(close) and IsNaN(close[-1]) then close else closeplot[1];
plot pricepointer = if PriceMarker and IsNaN(close) then closeplot else Double.NaN;
pricepointer.SetDefaultColor(Color.CYAN);
pricepointer.SetLineWeight(3);
#End
H04lZJ2.png
I use this daily, is there a way to make it plot current price with pre market data off? Would be nice to show its current position on the chart without having pre market data turned on
 
I use this daily, is there a way to make it plot current price with pre market data off? Would be nice to show its current position on the chart without having pre market data turned on
It shows current price whether after hours or current. If you don't want after hours on your charting click on the wheel between your minute and beaker, click on equities and uncheck Show Extended-Hours Trading Session, click OK and then do the same for Options and Futures.
 
It shows current price whether after hours or current. If you don't want after hours on your charting click on the wheel between your minute and beaker, click on equities and uncheck Show Extended-Hours Trading Session, click OK and then do the same for Options and Futures.
No what saying is I don't want to see pre market data but I do want to see the price pointer showing where the current price is even if the pre market is turned off. Basically price pointer is always active example pre market off but price pointer is still showing current price
 
No what saying is I don't want to see pre market data but I do want to see the price pointer showing where the current price is even if the pre market is turned off. Basically price pointer is always active example pre market off but price pointer is still showing current price

Unfortunately no.
You can only see the current price premarket, if premarket is turned on.
 

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
354 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