Support Board
Date/Time: Sun, 22 Dec 2024 11:29:22 +0000
Post From: Cell J29
[2015-02-16 19:37:32] |
Sawtooth - Posts: 4141 |
=OR(J41-INT(J41)<TIMEVALUE("09:30:00"),J41-INT(J41) >TIMEVALUE("16:00:00")) This formula would more likely be used in J28 to disable autotrading after RTH. Try this in J29 to flatten at a certain time: =J41-INT(J41)>TIMEVALUE("16:00:00") If you want to be able to auto-exit after the close time in J28, or if you are scaling in or using reversals, here are more examples: http://www.sawtoothtrade.com/example-4.html (These examples would require the time in J29 to be later than the close time in J28) Date Time Of Last Edit: 2015-08-14 02:20:43
|