Support Board
Date/Time: Wed, 22 Jan 2025 00:28:58 +0000
Post From: is there any ACSIL function that rounds
[2018-08-11 19:18:01] |
User61576 - Posts: 445 |
floats and double to to be by tick size? trying to send a limit order which will not be lower than the stop price and both prices are double. lvl1OrderPrice = sc.BaseDataIn[SC_LOW][cur - 1] + (lvl1Price.GetInt() * sc.TickSize);
I am trying to get a result which is good both for CL (65.54) and for ZB (112.034375)pls advise thanks Date Time Of Last Edit: 2018-08-11 19:18:15
|