How can I use a Range (Renko) in Custom Quotes as oppose to time
useThinkScript Community » Index Futures
by Branch
2M ago
How can I use a Range (Renko) in Custom Quotes as oppose to time ..read more
Visit website
View Of Volume --Archived
useThinkScript Community » Index Futures
by MatthewA
3M ago
Code: #____ ____.__ _____ ____ ____ .__ #\ \ / /|__| ______ _ __ _____/ ____\ \ \ / /___ | | __ __ _____ ____ # \ V / | |/ __ \ \/ \/ / / _ \ __\ \ V / _ \| | | | \/ \_/ __ \ # \ / | \ ___/\ / ( <_> ) | \ ( <_> ) |_| | / | | \ ___/ # \___/ |__|\___/ \/\_/ \____/|__| \___/ \____/|____/____/|__|_| /\___/... Read more ..read more
Visit website
View Of Volume and Volatility In ThinkOrSwim
useThinkScript Community » Index Futures
by MatthewA
3M ago
I have to study for my Medical Exams so I won't be able to do these calculations for a couple days. @MerryDay @Ramisegal @netarchitech @chewie76 is it okay if we relaunch this a little later? I am still excited to later bring Volume and Volatility together in a statistically significant way Thank you all for the direction ..read more
Visit website
View Of Volume, Easily visualize Volume and Volatility.
useThinkScript Community » Index Futures
by MatthewA
4M ago
View Of Volume​ Hello Thinkscript Family, I have completed my clinicals and so I will have some time to discuss my trading that is dependent on easily viewing Volumes & Volatilities. I would love to have some company in this. Every single sale has one single buyer and one single seller... The market may not be perfect but every single participant acts without coercion for the benefit of bringing the world economies together. No evidence of 'market makers' rigging... Read more ..read more
Visit website
MTF First Gap of the Day For ThinkOrSwim
useThinkScript Community » Index Futures
by FutureTony
1y ago
This simple indicator is based on the ICT 'Silver Bullet' concept. The idea is that the first gap created after the New York open becomes an important price area that price will react to in the future. This is really just a refined version of opening range price as it attempts to find the 'most sensitive' area in the opening range. See this description from ICT for more information. This is intended to be used on index futures and only on timeframes of 5 minutes or less. ... Read more ..read more
Visit website
Calculate rth range and the average of the ranges over n days
useThinkScript Community » Index Futures
by earlyinout
1y ago
I am trying to figure code/formula to be able to have an input that is the lenght of days to calculate the average daily range. Currently I am using this for a 10 day average , but I want to be able to look at many different periods. Code: def Time = GetTime() ; def Start = RegularTradingStart(GetYYYYMMDD()) ; def First = Time > Start and Time[1] <= Start ; def Opening = if First then open else Opening[1]; input BEG = "OPENINg"; input showOnlyToday = yes; input... Read more ..read more
Visit website
AverageCandleValue
useThinkScript Community » Index Futures
by mashume
1y ago
For anyone out there who wants another way to look at volatility, here's a little something I was curious about and so coded up. Offered here with minimal explanation: Average Candle Value Using tickValue() and tickSize() functions: Code: declare lower; def ts = TickSize(); def tv = TickValue(); def r = average(data = HIGH - LOW, length = 20); plot AverageCandleValue = tv * (r / ts); addlabel(yes, "tick size = " + ts); addLabel(yes, "tick value = " + tv); plots a simple line... Read more ..read more
Visit website
Correlation/Relative value indicator expressed in PnL
useThinkScript Community » Index Futures
by Val
1y ago
Hello, How can I find someone who is able to create and code a similar indicator: https://mastersintrading.com/edge-series/equity-edge ..read more
Visit website
ES
useThinkScript Community » Index Futures
by Mr.Wick
1y ago
Hi, Is there any recommendation you can make to trade the OR. I'm a road warrior and can't watch screens all day. Thanks, Lee ..read more
Visit website
VERTICAL LINE STUDY FOR 830 OPENING PRICE
useThinkScript Community » Index Futures
by tradinggenes
1y ago
Looking for a study that plots 830 open with vertical line Extra: if it can only plot the day of and delete the past days ..read more
Visit website

Follow useThinkScript Community » Index Futures on FeedSpot

Continue with Google
Continue with Apple
OR