Support Board
Date/Time: Fri, 31 Jan 2025 08:51:25 +0000
Post From: Automated Trading
[2019-01-08 19:15:00] |
Sawtooth - Posts: 4164 |
Combine them with the OR function: =OR(AND(FRACTIME($J$41)>=TIMEVALUE("09:00:00"),FRACTIME($J$41)<TIMEVALUE("09:00:06")),AND(FRACTIME($J$41)>=TIMEVALUE("10:00:00"),FRACTIME($J$41)<TIMEVALUE("10:00:06")))
In the Spreadsheet System for Trading study, only columns K-N are entry/exit columns. Other Formulas Columns O-Z...BR are for intermediate calculations, or other uses. When you copy/paste a formula from one cell to another, the references will auto-compensate for the move, unless the references are made absolute with a preceding $. So to avoid this auto-compensation, you'll need to double click in the source cell, highlight the formula, Ctrl-C, double click in the destination cell, Ctrl-V. Date Time Of Last Edit: 2019-01-09 19:30:55
|