Opening multiple orders

 
trade.Buy(0.02,NULL,PriceInfo[1].close,PriceInfo[1].low,2*PriceInfo[1].high-PriceInfo[9].low,NULL);

How come does this open multiple trades on a candle instead of only on the value of the previous low?

Reason: