Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
82
views
asked 4 years ago by
Category: Chart Studies
Thanks for your time. Sorry about the confusion. I know its frustrating trying to help someone yet not knowing what they want. This is the same question as above just repost to add pictures through cloud link. Last quesiton can be deleted/removed. Th...
0
votes
1
answer
82
views
asked 8 months ago by
Category: Chart Studies
Hello please can u help me with the script for thinkorswim that show addlabel premarket volume  and show only during premarket hours and in market hours addlabel day volume and when afterhours i want aaddlabel afterhours volume and hide day volume
0
votes
1
answer
81
views
asked 7 years ago by
Category: Chart Studies
I have the code: def highestMonthlyHigh = Highest(high[1], 21); def highestMonthlyLow = Lowest(low[1], 21); How would I plot this on a lower chart study? plot highestMonthlyLow; doesn't work
0
votes
1
answer
81
views
asked 6 years ago by
Category: Chart Studies
So here is the script I'm using on TOS plot sma1 = Average(close, 2); sma1.AssignValueColor(if sma1 > sma1[1] then Color.liME else Color.magENTA); It is a very simple script that colors the 2sma in lime when it's moving up and magenta when it's mo...
1
vote
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I'm trying to create a very simple study that marks the third consecutive higher high candle (or third lower low) with a up (or down) arrow, but only if the prior arrow was in the opposite direction.  In other words, it flips. My scripting a...
0
votes
1
answer
81
views
asked 5 years ago by
Category: Chart Studies
Chart_MTF_MACDSTUDY.ts when I add this to a chart and then add another study this study goes blank. How do I avoid that?
0
votes
1
answer
81
views
asked 3 years ago by
Category: Chart Studies
I was interested in overlaying the daily Hull MA and daily Adaptive MA over a lower time frame chart, ideally the 1 minute chart.  Is this possible ?
0
votes
1
answer
80
views
asked 4 years ago by
Category: Chart Studies
->Reposting as previous question code got corrupted I’m checking if the first 5-min bar of the day is the widest range in 5 days and write a Label in a Custom Quote. My code is based on the approach used in another question here. It has the Ext Ho...
0
votes
1
answer
79
views
asked 7 years ago by
Category: Chart Studies
I would like to know if there is a way to write a script that would place a live bracket order from a chart study? Thank you for you response.   Learning a lot from your informative videos.  
0
votes
1
answer
79
views
asked 5 years ago by
Category: Chart Studies
I need help with some code logic. suppose x is the high and y is the low of an indicator. how do I make a variable true if "close crosses above x" and false when "close crosses below y"? The problem if I use "close crosses above x" is that it will on...
1 64 65 66