Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hi Pete Do you have a script for Message & Sound alert when BollingerPercentB Crosses Above or Below the 100 or 0 lines - Please see screenshot PS - I am a past and future Paypal donor and happy to support your great work :-) Many thanks Matthew ...
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hello Hahn, I wanted to know if you could create a chart indicator that colored price candles under these conditions. When the close>open (green) When the current candle volume is equal or greater than 100k with an RVI (RelativeVolatilityIndex) &g...
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Pete Could you help me with a grab candle alert.  I would like an alert when the candle closes above or below the grab candles..Could the alert happen after the candle closes..Long call when it crosses above EMA1 and short when it crosses below EMA3....
0
votes
1
answer
96
views
asked 5 years ago by
Category: Chart Studies
Hi Pete, how are you, how is your recovery? hey I need a little help i'm trying to write a study but the label displays N/A can you help me please, thanks PS I am not a programmer sorry for the code. def spike = ( close[1] * 130) / 100; def bull = if...
0
votes
1
answer
96
views
asked 2 years ago by
Category: Chart Studies
Hi pete, This is my code for wavetrend. I did not find  previous Discussion about this indicator on your website. could you please help me to create a alert for me. If the red dot plotted below the green line means it is an uptrend. if it is plot abo...
0
votes
1
answer
96
views
asked 2 years ago by
Category: Chart Studies
Hi Pete!  I am working with an indicator in TOS that plots a linear regression channel. (photo attached + code below). I am trying to edit this script so that instead of printing a cloud, TOS instead prints a center line, a line at the top deviation,...
0
votes
1
answer
95
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
95
views
asked 3 years ago by
Category: Chart Studies
This might seem odd, but trying to overcome a limitation of TOS (mixing aggregations). Would it be possible to capture the total volume accumulated at a specific time of day? So, at 11am (or whatever input), return the total volume thus far. My hope ...
0
votes
1
answer
95
views
asked 2 years ago by
Category: Chart Studies
Tags:
Hey Pete, I would like horizontal lines to show the high and low of /ES between the hours of 2am-5am MST (4am-7am EST, the London open). I tried modifying this code to suit my needs: https://www.hahn-tech.com/ans/premarket-highlow-label/ input startT...
0
votes
1
answer
94
views
asked 7 years ago by
Category: Chart Studies
How can I capture the market price at a specific time?   For example, I have a TOS study that will submit a market order when a certain condition is met.  How can I record the market price at that time so that I can use it in a trading stop?