ChartScript: TsunamiDn
Posted: Wed Dec 29, 2010 6:38 pm
Chris White wrote
Monday, May 31, 2010 11:52 AM
Here's a chart script scan that looks for the TsunamiDn condition. To use this scan, add it to the 'MyScripts' area. See the documentation for details on adding a new chart script:
http://www.edgerater.com/documentation/ ... kstart.htm
Monday, May 31, 2010 11:52 AM
Here's a chart script scan that looks for the TsunamiDn condition. To use this scan, add it to the 'MyScripts' area. See the documentation for details on adding a new chart script:
http://www.edgerater.com/documentation/ ... kstart.htm
Code: Select all
Cond1:= FML('PercentBChg(20,2)') <= -0.4;
Cond2:= FML('PercentB(20,2)') >= 0.4;
Cond3:= FML('PercentB(20,2)') <= 0.4;
Event: (Cond1 & Cond2) | Cond3;