Registered User Joined: 10/17/2011 Posts: 12
|
Hi,
I have created a scan conditon using the following steps:
- 3-min Chart, Add Moving Lin Reg 10 and Moving Lin Reg 30 as indicators
- Click on MovLReg10, "Create Scan Condition..."
In the box menue, I chose
- Indicator: Moving Ling Reg 10
- Condition: Moving Lin Reg 10 vs Moving Lin Reg 30
Crossing up Moving Lin Reg 30
- True: within last x bars
- Within Bars: 5
- Timefrrame: 3 minute
Then I saved the scan and added it to a watchlist, where it should show a check when conditions are met.
These conditions apply quite frequently over a large amount of charts, however the scan condition does not work and does not show a check when the crossover happens or has happened within the last 5 bars.
Any advice on how to fix this is highly appreciated.
Many thanks
|
Worden Trainer
Joined: 10/7/2004 Posts: 65,138
|
It is a bug. I cannot give you a fix, but I can give you a workaround. Please try using the following Condition Formula in TC2000 v17 and set it to a 3 minute time frame.
CountTrue(XUP(3 * FAVGC10 - 2 * AVGC10, 3 * FAVGC30 - 2 * AVGC30), 5) > 0
-Bruce Personal Criteria Formulas TC2000 Support Articles
|