Search found 457 matches

by henry1224
Sat Apr 30, 2016 5:42 pm
Forum: EdgeRater Scripting
Topic: 64 high low Bands
Replies: 5
Views: 19471

Re: 64 high low Bands

here is the code

LB:=4;
N:=6;
H4:=Ref(High,LB);
L4:=Ref(Low,LB);
64H:MA(H4,N);
64L:MA(L4,N);

and I keep getting errors
cs1002 ; expected
cs1513 ) expected
by henry1224
Sat Apr 30, 2016 3:06 pm
Forum: EdgeRater Scripting
Topic: 64 high low Bands
Replies: 5
Views: 19471

64 high low Bands

I am trying to plot 2 bands in one indicator

here is my code
LB;=4;
N:=6;
H4:=Ref(High, LB);
L4:=Ref(Low, LB);
64H:MA(H4, N);
64L:MA(L4, N);

but I keep getting errors needing a ;

Thanks in advance

Henry
by henry1224
Fri Apr 29, 2016 7:39 pm
Forum: EdgeRater Scripting
Topic: Scan for SQUEEZE (John Carter)
Replies: 6
Views: 23672

Re: Scan for SQUEEZE (John Carter)

Can MyVal1 thru MyVal3 be selected thru the parameter tab?
by henry1224
Fri Apr 29, 2016 7:06 pm
Forum: Forum
Topic: Pro Tools / group rotation Template
Replies: 2
Views: 12631

Pro Tools / group rotation Template

After running this template, when I try to doubleclick on the values tab results to get a chart, I don't get the same chart that is in the video?
Whats wrong?
Edgerater Group rotation chart.png
Thanks

Henry
by henry1224
Fri Apr 29, 2016 7:01 pm
Forum: EdgeRater Scripting
Topic: BowTie
Replies: 4
Views: 18185

Re: BowTie

When I copied the code , I got the same error messages from the first post. I then copied them again and found out that I also had to set the parameters tab. It now works

Thanks
by henry1224
Fri Apr 29, 2016 5:45 pm
Forum: EdgeRater Scripting
Topic: BowTie
Replies: 4
Views: 18185

Re: BowTie

Chris, I tried to create this indicator with your code and I still get 4 errors?