Chart Studies (873)

Votes
Answers
Views
Question
0
votes
1
answer
111
views
asked 3 years ago by
Category: Chart Studies
I'm trying to define the highest point (indicated with the two red arrows) before the MACD cross. Ultimately I will add the ATR value to that point to determine my stop loss. Just not sure how to define that point. Thanks! Ive worked on a couple of i...
0
votes
1
answer
110
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
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
110
views
asked 2 years ago by
Category: Chart Studies
Pete, Do you know if it's possible to change the "AddCloud" Color using the Edit Studies Dialog (as opposed to specifying the AddCloud Color in the code)? Example:  AddCloud(DataValue1, DataValue2, Color.VIOLET, Color.PINK); I tried to configure this...
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 2 years ago by
Category: Chart Studies
Hey Pete, I found an old scan you had made that would alert when a price crossed a previous day's close (shown below). Is there a simple way to add a paintingStrategy to also mark an arrow on the chart when this occurs? Thanks for all your hard work!...