Hi, looking for a simple automated system code / programme to buy / sell when previous bar has a open close above a certain size and below a certain level ??
close crosses over high[1]
Sorry by certain size i mean dediacted pip size, say 100 pips
IF close > (open + (20 * pipsize)) THEN //closure 20 pips greater than opening
Or maybe:
IF Range > (30 * pipsize) THEN //RANGE is greater than 30 pips, either way
Robert, thankyou for your help. New to me so will sit and go through the probuild manual !! and try to code it