Chart Studies (879)

Votes
Answers
Views
Question
1
vote
1
answer
167
views
asked 3 years ago by
Category: Chart Studies
I have made a repeating "study alert" on TOS, and it sends me text notifications...  But I want to see it on my charts too. How do you make alerts visible on charts; such as, a bubble, line, or other marking to indicate when/where on the chart the al...
0
votes
1
answer
184
views
asked 3 years ago by
Category: Chart Studies
I'm basically looking to put a white arrow on my daily chart where the high of the first candle passes the previous week high.  THis study doesn't work the way I expected as it's placing a arrow under every candle. # input aggregationPeriod = Aggrega...
0
votes
1
answer
62
views
asked 3 years ago by
Category: Chart Studies
Hi, Is it possible to plot the volume value at POC? Eg if POC is $40.2 and 200,000 shares were traded, I want to plot 200,000. Thanks, Prakash
0
votes
1
answer
117
views
asked 3 years ago by
Category: Chart Studies
Hi Pete, I am currently using this code in TOS which you have provided me but can you help me encode this in TradingView as chart script since I am not familiar in the codes in TradingView. I shared you the link of my previous inquiry. https://www.ha...
0
votes
1
answer
52
views
asked 3 years ago by
Category: Chart Studies
Hello Pete,   I need help with code that highlights (show default color) of each High of day candle on a multi-day chart. Right now the current code I have only shows it for the "HIGHEST" candle on the entire chart. How can I modify this code to...
0
votes
1
answer
78
views
asked 3 years ago by
Category: Chart Studies
Is there a code that exist for a single to be produced for the following 8ema, 21ema and 50sma intersecting. Please see picture as an example.
1
vote
1
answer
51
views
asked 3 years ago by
Category: Chart Studies
Hi, I would like to plot 2 lines - high & low - for only the afterhours sessions (from close of real trading hours to rollover). Is that possible to do without hardcoding start and end times (whether as inputs or as static values - /Cl close to r...
0
votes
1
answer
116
views
asked 3 years ago by
Category: Chart Studies
Greetings, In TOS Is there a way to have the ParabolicSAR  display different colors when plotting above and below the candles? The settings dialogue box only allows one color.
0
votes
1
answer
318
views
asked 3 years ago by
Category: Chart Studies
Greetings, I thought it would be a simple task but my searches have been fruitless. How can I turnoff Volume Subgraph in TOS on individual charts before I detach them. TIA.... Peter
0
votes
1
answer
33
views
asked 3 years ago by
Category: Chart Studies
https://www.hahn-tech.com/ans/price-for-a-specified-date/ discusses how to define a price for a previous date using the code def priceAtDate = if GetYYYYMMDD() == 20170103 then close else Double.NaN; That code gives a value only for the single day 20...