Support Board
Date/Time: Sun, 02 Feb 2025 10:06:14 +0000
Post From: Auto trading spreedsheet start at 0731, stop at 1300, resume 1301 and flatten at 1500
[2019-08-26 13:38:10] |
Sawtooth - Posts: 4164 |
a) it starts at 0731 but it does not flatten position at 1259?
Try this in J29:=OR(AND(FRACTIME(J41)>TIMEVALUE("12:58:59"),FRACTIME(J41)<=TIMEVALUE("12:59:01")),FRACTIME(J41)>TIMEVALUE("15:00:00")) You might need to widen the window at 12:59 if there is no chart update within it. b) it does not resume trading at 1301 and but it does flatten at 1500?
The J28 formula does not disable autotrading between 13:01 and 15:00 so there must be another reason.To verify this, scroll the chart to a time between 13:01 and 15:00 and go to Chart >> Replay Chart, and note that the condition of J28 is 0. |