Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
97
views
asked 5 years ago by
Category: Chart Studies
Hi Peter, really great content! Loving everything I've came across so far. One thing I cannot locate is an scanner column / chart study that indicates # of trades. I see many on volume, but nothing that can actually display "1000 trades" or a tick of...
0
votes
1
answer
285
views
asked 5 years ago by
Category: Chart Studies
Pete Could your help me with an audible alert for the SAR Crossover for the bearish/bullish.... #wizard input: crossingType #wizard text: Inputs: acceleration factor: #wizard input: accelerationFactor #wizard text: acceleration limit: #wizard input: ...
3
votes
1
answer
608
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn, Im looking for a chart label that displays the high and low in Premarket hours between 0400-0929 (I've searched but could not find it) Thank you
0
votes
1
answer
263
views
asked 5 years ago by
Category: Chart Studies
Dose any one know how to and/use TD Ameritrade API into excel? yes td ameritrade has an API and TD Ameritrade API its easy to use. Thank You
0
votes
1
answer
148
views
asked 5 years ago by
Category: Chart Studies
So im trying to get alerted for when the stock's candlestick closed above or below an exponential moving average of mine. Is that even possible?
0
votes
1
answer
161
views
asked 5 years ago by
Category: Chart Studies
Tags:
Hi guys, Anyone able to help for this.. Am trying to create a script that will plot the yearly Fibonacci levels on your chart no matter what timeframe you are on.. input price = close; input high = high; input low = low; input onExpansion = Yes; inpu...
0
votes
1
answer
199
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, I am trying to create a study to add horizontal lines across previos day high low only across US session. I want to specify the start time, end time as 0800 and 1600 hours.  I tried to modify your earlier code, but it does not work. ########...
0
votes
1
answer
1198
views
asked 5 years ago by
Category: Chart Studies
Hi Hahn i need auto fibonacci retracement from premarket high to premarket low level with the option to change/add additional retracement levels.  Hopefully the request isnt too sophisticated as the previous fibonacci request. Thank you
0
votes
1
answer
158
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, how do we create a chart indicator study that highlights the highest volume candle on the 1 minute chart? The condition is highlighting the candle with the greatest volume on the 1 minute chart purple. The minimum volume on that candle mu...
0
votes
1
answer
1634
views
asked 5 years ago by
Category: Chart Studies
I currently have thinks it code that plots an arrow when the criteria are met. PatternPlot.SetPaintingStrategy(PaintingStrategy.BOOLEAN_ARROW_UP); PatternPlot.SetDefaultColor(GetColor(8)); My only question is can the arrow code be modifyied to place ...