Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 06:37:45 +0000



Post From: ACSIL Price2 for Stop Limit order is different in trade activity log

[2016-08-03 02:29:47]
@sstfrederik - Posts: 403
Hi,

I have noticed that the NewOrder.Price2 is not set correctly when using a Stop limit order in acsil.

It is working in this case:
-Long: price1 = 30; price2 = 31;

Not working when trying to accomplish this:
-Long: price1 = 30; price2 = 29;

In trade activity log price2 = 31; While I use my Message log to output the price2 just before the BuyEntry order is given, which shows 29 as the price2.

When using the Stop-Limit Order Limit Offset manually this order works fine.

I can not figure out what is wrong. I will put a simple code example together tomorrow and see if I can show this is actually happening.