Support Board
Date/Time: Wed, 07 May 2025 15:55:09 +0000
Post From: Beginner ACSIL help please
[2024-11-26 03:49:50] |
User745789 - Posts: 377 |
I'll get a book or basic course. I tried this, it compiles, but it still doesn't solve the problem in the original post. s_SCPositionData PositionData;
int Hour = BarDateTime.GetHour(); int Minute = BarDateTime.GetMinute(); int Second = BarDateTime.GetSecond(); int WorkingOrders = PositionData.WorkingOrdersExist; if(Hour == 10 && Minute == 45 && Second == 0 && !WorkingOrders) { I'll give a $50 Amazon gift voucher to anyone who helps me solve this. Date Time Of Last Edit: 2024-11-26 03:50:57
|