Support Board
Date/Time: Tue, 28 Oct 2025 13:01:32 +0000
Post From: ACSIL :different entry prices at same condition
| [2013-10-04 20:55:18] |
| crazybears - Posts: 314 |
|
Hi can i set, with ACSIL , different entry ,when my condition is true, at different prices ? s_SCNewOrder NewOrder; NewOrder.OrderQuantity = 1; NewOrder.OrderType = SCT_MARKET // first entry at market s_SCNewOrder NewOrder1; NewOrder1.OrderQuantity = 1; // another entry price is submited as limit price at lower price NewOrder1.OrderType = SCT_LIMIT; // for instance (CL) sc.Close-0.04 ; |
