Search found 1 match

by Tex66
07 Apr 2014
Forum: MultiCharts
Topic: syntax error powerlanguage
Replies: 1
Views: 900

syntax error powerlanguage

hello, anyone can help me I have this code that crashes at compile time IF MINLIST (B1, B2, B3) <99999 then begin IF B1 <= B1 AND B2 <= B3 then begin BUY ("RbUP LE") B1 stop; end else begin IF B2 <= B3 THEN BEGIN BUY ("Rlev LE") B2 stop; end else begin BUY ("Break LE") B3 stop; END; END; END; if t> ...

Go to advanced search