Page 1 of 1

ChartScript: TsunamiUp

Posted: Wed Dec 29, 2010 6:37 pm
by Import
Chris White wrote
Monday, May 31, 2010 11:47 AM

Here's a chart script scan that looks for the TsunamiUp 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;

Event: Cond1 | Cond2;