Search found 8 matches

by zztopband
Thu Jan 07, 2016 11:25 pm
Forum: Forum
Topic: MAD & MAU
Replies: 10
Views: 81036

Re: MAD & MAU

oops, not working getting a sap error, sent report
Can I just re-install the program?
by zztopband
Thu Jan 07, 2016 10:57 pm
Forum: Forum
Topic: MAD & MAU
Replies: 10
Views: 81036

Re: MAD & MAU

Thanks!
by zztopband
Wed Jan 06, 2016 11:51 am
Forum: Forum
Topic: MAD & MAU
Replies: 10
Views: 81036

Re: MAD & MAU

Sent to your email twice over last 2 weeks...hopefully u will receive this, tried to send as attachment but failed <?xml version="1.0" encoding="UTF-8"?> <Namespace Version="1.0.0.5" Name="FML" xmlns:Formula="http://www.edgerater.com"><Description>Th...
by zztopband
Tue Dec 22, 2015 8:49 pm
Forum: Forum
Topic: MAD & MAU
Replies: 10
Views: 81036

Re: MAD & MAU

not sure what nor how to get myscripts.xml file

Rick
by zztopband
Fri Dec 18, 2015 9:45 am
Forum: Forum
Topic: MAD & MAU
Replies: 10
Views: 81036

Re: MAD & MAU

chart script : Event:Cross(eMA(C, SlowPeriod),eMA(C,FastPeriod)); parameters: Name Type Default Min Max FastPeriod Double 22 1 1000 SlowPeriod Double 50 1 1000 Thanks, Riick
by zztopband
Thu Dec 10, 2015 2:01 pm
Forum: Forum
Topic: MAD & MAU
Replies: 10
Views: 81036

MAD & MAU

I am trying to add my script for emad and emau (exponential down and up). 1. Bring up MAD under system scan. 2. In the event only add e in front of ma (for exponential moving average) ie. ema 3. Not changing anything else, I save as eMAD, which should add to my scripts...it does not I get a compilat...
by zztopband
Tue Jan 24, 2012 8:54 am
Forum: EdgeRater Scripting
Topic: BowTie
Replies: 4
Views: 37097

BowTie

Wrote scrip for the Bow Tie from David Landry, sma 10(FastPeriod) crosses ema 20(MediumPeriod) and ema 30(SlowPeriod) downside (bearish), and adding the prospective paramaters. Cond 1:= Cross(EMA(C, SlowPeriod),MA(C,FastPeriod)); Cond 2:= Cross(EMA(C, MediumPeriod),MA(C,FastPeriod)); Event: Cond1 &a...
by zztopband
Tue Jan 10, 2012 3:33 pm
Forum: Forum
Topic: Moving Average Crossover
Replies: 1
Views: 16360

Moving Average Crossover

Looking for a simple M.A. crossover scan (ie 10sma crosses 22ema) that is able to tell me 2 things:
1. How many days ago was the last crossover and 2. able to click in your spread sheet, starting from 0 (today crossover) on up.