46 Comments

Thanks Tic for all your wisdom and support. One question: am I assuming right, that you use Ninjatrader and the MzPack Pro for your Volume Profile Charts? Or is is RanchoDinero? In any case, could you may be share any template file or settings you made?

Expand full comment

where can one find the tv tic top script?

Expand full comment

I like the distinction between Trade Tic and Investor Tic! Have a great week!

Expand full comment

Thanks so very much Tic!

Expand full comment

Hi Boss another question. Is 4360 important because it was friday's VPOC? Or is there a different reason?

Expand full comment

Tic, When you analyze the daily volume profile. Do you include Globex as well? or RTH only?

Expand full comment

Tic, if ES crosses into the bullish or bearish levels before cash session, is it still playble?

Expand full comment

Tic, what's the best index to look at for a 200D SMA for the market: A) SPX, B) ES1! [continuous contract future] or C) ESH22 [current contract future]? Thanks.

Expand full comment

Tic, have you ever discussed gold as an investment?

Expand full comment

Great post, i want to share this interview with a guy who worked on the NY Feds money market desk. He worked through a whole host of previous liquidity crises and explains how the desk helps create liquidity and how the rate increases might play out. Hope folks watch/enjoy! https://m.youtube.com/watch?v=0SxOhu4q_v8

PS it’s a full weekly show, just forward to the interview with Joseph if you don’t want to hear them talk about beer and markets in general.

Expand full comment

hey tic, amazing analysis, I was just wondering what the importance of 4360; i noticed it was a POC on my volume profile for past 30 days, was wondering if that was the reason why it is your key pivot. Thank you and keep up the amazing work

Expand full comment

Hi Tic, I’ve been searching all over your twitter and through various old newsletters for the tic indicator for TradingView. While I was trading the other day I saw you post a script for someone who did it. Can you share the author or the script for trading view pls? Thanks

Expand full comment

// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/

//@version=5

indicator("Percent Change Monitor", overlay=false)

currentTimeFrame = input.timeframe("","Timeframe")

stock1 = input.symbol(defval="AAPL", title="Symbol 1")

stock2 = input.symbol(defval="MSFT", title="Symbol 2")

stock3 = input.symbol(defval="AMZN", title="Symbol 3")

stock4 = input.symbol(defval="TSLA", title="Symbol 4")

stock5 = input.symbol(defval="GOOGL", title="Symbol 5")

Price1 = request.security(stock1, currentTimeFrame, close[1])

Price2 = request.security(stock1, currentTimeFrame, close)

Price3 = request.security(stock2, currentTimeFrame, close[1])

Price4 = request.security(stock2, currentTimeFrame, close)

Price5 = request.security(stock3, currentTimeFrame, close[1])

Price6 = request.security(stock3, currentTimeFrame, close)

Price7 = request.security(stock4, currentTimeFrame, close[1])

Price8 = request.security(stock4, currentTimeFrame, close)

Price9 = request.security(stock5, currentTimeFrame, close[1])

Price10 = request.security(stock5, currentTimeFrame, close)

PercentChg3 = ((Price2 - Price1)+ (Price4 - Price3)+ (Price6 - Price5)+ (Price8 - Price7)+ (Price10 - Price9))/(Price1+Price3+Price5+Price7+Price9) *100

plot(PercentChg3,style=plot.style_columns,color=PercentChg3>0 ? color.green : color.red )

Expand full comment

Hey Vince, I copied and pasted this into the pine script editor at the bottom of TV. It says it connot be compiled. Any idea whats up?

Expand full comment

just make sure you are copying all of the above lines, and only those lines. I opened up an existing script, then did a save as, renamed to Tic TOP Indicator, cleared out text, and copied the above, and then hit save. Worked fine. (I don't know how to create an indicator from scratch.)

Expand full comment

Thanks Vincent. Sorry to be a pain but how do you insert it on TV?

Expand full comment

Thanks Tic, just recently subscribed. You mentioned recently that you could like TSM. How do you feel about it at these levels? Pretty beat up since their earnings pop. Thanks!

Expand full comment

Tic, Thank you! Learning slowly but surely to trade the levels u give.

Expand full comment

Tic … why do you say in an unlikely event of an open above 4411? ES closed at 4420 … wouldn’t bullish momentum continue into globex Sunday? Please explain why you think it unlikely for a positive open Monday. Thanks.

Expand full comment

I think it may sell off tomorrow night . Will need to see the open.

Expand full comment

You expect ES 4700 and then 1800 so why buy GOOG, AMZN for 10 year horizon now. Why not wait for much lower prices and when ES tanks in the months ahead?

Expand full comment

Averaging on $goog $amzn $tsla

Expand full comment