ChartScript: TsunamiUp

A forum for all EdgeRater users

Moderator: Chris White

Post Reply
Import
Posts: 21
Joined: Wed Dec 29, 2010 5:28 pm

ChartScript: TsunamiUp

Post 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;
Post Reply