Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- begin
- if (Low < Lowest(Low[1],2)) and (Close > Close[1])then
- BuyAtMarket
- else if (High > Highest(High[1],2)) and (Close < Close[1]) then
- SellShortAtMarket;
- end;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement