Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
111
views
asked 3 years ago by
Category: Chart Studies
To create a zig zag study that would display a % value of retracement since last swing high or low. E.g Sierrachart zigzag using calculation mode #1
0
votes
1
answer
110
views
asked 4 years ago by
Category: Chart Studies
Hi Pete- How can I add three labels to a Study that are gray but turn green when the stock is trading within 2.5% of its daily, weekly and monthly highs respectively. Thanks.  
0
votes
1
answer
110
views
asked 3 years ago by
Category: Chart Studies
Hi Pete,   I hope you can help me on this. Are you able to make an indicator that shows a split between buying and selling per 1M candle instead of showing the entire volume on that minute as ToS already has it?   Thank you
0
votes
1
answer
110
views
asked 3 years ago by
Category: Chart Studies
I use grey for my down candles. I use blue for my up candles. I color the current candle red, yellow or green based on the buying volume percentage. The only problem is that the chart displays the red, yellow or green colors on the previous candles w...
0
votes
1
answer
109
views
asked 6 years ago by
Category: Chart Studies
Hello is it possible to remove the HI and Lo bubbles that appear on the chart? Thanks, P.S. thank you very much, this indicator is amazing
0
votes
1
answer
109
views
asked 5 years ago by
Category: Chart Studies
Hello Pete, A while ago, you provided the code below for a chart label. I wanted to know, how can we modify the code to only begin counting from the 52 week high.   input percent = 50.0; def percentCloseWithinRange = if (high – low) == 0 then 0 ...
0
votes
1
answer
109
views
asked 4 years ago by
Category: Chart Studies
I was up all night trying to create a code which will display the distance amount between my entry price and the 9 ema line on both 5 min chart and 1 minute chart and could not find a way to do that. Any help will be much appreciated..thanks everyone...
0
votes
1
answer
109
views
asked 4 years ago by
Category: Chart Studies
Is it possible to have multiple Charts or Flexible Grid tabs? I would like to have multiple Study Sets in each tab so I can look at them quick instead of loading them one by one. See the image attached.
0
votes
1
answer
108
views
asked 6 years ago by
Category: Chart Studies
Hello Hahn, when looking to trade a stock a lot of traders look at a stocks previous history for the potential of the stock running up and making large moves to the upside. The question is how we can create a chart label that displays this historical...
0
votes
1
answer
108
views
asked 4 years ago by
Category: Chart Studies
Pete, In reference to my question " How to stop indicators from displaying in relation to a linear regression channels (LRC) direction". I've been giving this some thought and may have an idea but still don't know how to implement it. The attached PD...