Hi,

called function:
enterLong(10,1.332);

EUR_USD,2012-02-09 12:00:00,1.327880,1.328230,1.325010,1.325210,0
EUR_USD,2012-02-09 13:00:00,1.325210,1.325810,1.323480,1.325120,0
EUR_USD,2012-02-09 14:00:00,1.325120,1.330880,1.324090,1.327770,0 <--- The OHLC when the enterLong
EUR_USD,2012-02-09 15:00:00,1.327770,1.332180,1.327020,1.331130,0
EUR_USD,2012-02-09 16:00:00,1.331130,1.331570,1.326890,1.330360,0

From the log :
[8543: Thu 12-02-09 14:00] 130035 0 130/153 (1.32777)
(EUR/USD::L) Long 10@1.33200 Entry stop
(EUR/USD::L) Entry stop 1.33200 hit at 14:00:00
[EUR/USD::L4401] Long 10@1.33165 Risk 37489 at 14:00:00

My question is where is this 1.33165 comes from ? I could have wrong or missed some config but have been trying to search and still no idea what happened.

Any advise is much appreciated.

Thanks