ChartScript: TsunamiDn

A forum for all EdgeRater users

Moderator: Chris White

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

ChartScript: TsunamiDn

Post by Import »

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

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