Questions (2374)

Votes
Answers
Views
Question
0
votes
1
answer
190
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
81
views
asked 3 years ago by
Category: TS Solutions
I configure Trade Station to auto send stop orders to the Trade Station server. My strategy has 2 exist rules, one is a trailing stop and the second is a programmed rule base stop exit. The trailing stop is sent to the trade station server when the t...
0
votes
1
answer
66
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
187
views
asked 3 years ago by
Hello Hahn, I want to receive some form of alert (in my tos messages and via text message) any time there is a transaction greater than 100,000 shares on the SPY. I would like to test this out with any ticker symbol and with any selected share size, ...
0
votes
1
answer
124
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
57
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
263
views
asked 3 years ago by
Category: Stock Scanners
I've been searching your forum and I know you've done this scan but I just can't find it. MACDStrategy in TOS on a single time frame turned into a scan. I've tried converting this myself but I'm just missing something can you help? Thanks Anthony Tre...
0
votes
1
answer
93
views
asked 3 years ago by
Category: Strategy Guide
Is it possible to determine Intraday volume POC for a given day programmatically? Basically want to input Symbol and Date and get the POC.
0
votes
1
answer
85
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
2
answers
178
views
asked 3 years ago by
Category: Strategy Guide
THanks Pete for your reply, the code for Pop out the box works fine.   Is it possible to Auto trade with conditons( below study) for /ES? this would be on 5 min Timeframe MAXC4.1 / MINC4.1 < 1.01 and C > MAXH4.1 and H > L   enter t...