Support Board
Date/Time: Wed, 19 Mar 2025 23:37:21 +0000
Post From: Programming Spreadsheets - Exit/Entry Signal On Same Bar
[2022-10-14 14:33:57] |
GG - Posts: 20 |
Thank you. J28 =AND(J8 = 0, OR(FRACTIME(J41) < TIMEVALUE("09:25:00"), FRACTIME(J41) > TIMEVALUE("09:35:00"))) J29 =FRACTIME(J41) > TIMEVALUE("09:40:00") When 9:40 rolled around, the code said Flatten and Cancel has been ignored because autotrading has been disabled Cell J28. I can see with my eyes that J8 = -1 yet the order is still rolling over onto the next day. Grace |