How would it a condition be written that checks
X number of consecutive higher high and higher low bars in a row - each bar closes > open
X consecutive Lower high and Lower low bars in a row - each bar closes < open
And same to say Minumum rather than define the exact # of bars
|
I am aware that TC does not have pre-market gaps, but has pre-market data.
Can someone say why we cannot get a gap scan that works pre-market?
Other than to say it's not available.
A program of these capabilities should have this feature. Whatever the restriction is getting it out of the way must be possible.
This is a big negative as a platinum subscriber.
Greg
|
How is the first formula below different for calculating a 5 day % change?
((C-C5)/C5*100)
Then
100 * (C / C5 - 1)
On a weekly chart that has a Bar % change. Neither of these formulas match it.
Which is correct for a 5-day % change?
|
Is it possible to share my conditions, formulas and layouts with another user?
|