Questions (2377)

Votes
Answers
Views
Question
0
votes
1
answer
94
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
87
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
180
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...
1
vote
1
answer
56
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
124
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, I have a scan in TC2000 which basically identifies consolidation of 4 bars ( usually less than 1 %). Its consolidates in a box and as soon as the current candle breaks above the previous 4 candles we can enter a long trade. Can you please he...
0
votes
1
answer
138
views
asked 3 years ago by
Category: Stock Scanners
Hi Pete, It's been a while since I last checked your website. I hope you can help me in the coding I tried to compose from the previous codes you provided me before. I tried to combine them. But not getting what I want. I am using this for my scanner...
0
votes
1
answer
129
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
424
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
94
views
asked 3 years ago by
Category: Strategy Guide
Hi Pete, I have written a simple back testing program for my strategy and I am now stuck. The program works fine, except that if an additional buy condition occurs before my sell condition is triggered, it just ignores the additional sell condition (...
0
votes
1
answer
35
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...