Login Page - Create Account

Support Board


Date/Time: Tue, 18 Mar 2025 14:36:16 +0000



Post From: Gap Entry - Spreadsheets

[2022-09-15 00:31:08]
Sawtooth - Posts: 4186
Gap Momentum System with spreadsheets. Enters a buy/sell when open is above/below the high/low of previous day.
I would approach it by referring to the previous bar/day, like this:
BuyEntry:
=AND(B3>ID1.SG2@4,INT(A3)>INT(A4))
SellEntry:
=AND(B3<ID1.SG3@4,INT(A3)>INT(A4))
where ID1 is the Daily OHLC study, with Reference Days Back set to 0.
This forces the signal to a single clearly defined transition.
This assumes the Session times have the RTH opening bar as the first bar of the new day.
Date Time Of Last Edit: 2022-09-15 00:44:26