NWOG new week opening gap standard
Measures how often price retraces the weekend gap between Friday’s 5:00 PM ET close and Sunday’s 6:00 PM ET open during the following Monday-through-Friday window. Returns the six-row opened-above/opened-below retracement summary and one detail row per eligible week. Configurable via gap_reference and percentage.
Authorizations
Use your Edgeful API key as the bearer token. In the API Reference authorization drawer, paste only the key (for example, ef_live_<random>).
Path Parameters
ticker symbol. format varies by market_type: stocks use a plain symbol (e.g., SPY), forex uses a 6-character pair (e.g., EURUSD), crypto uses a contract pair (e.g., BTCUSD), futures uses the root symbol (e.g., ES).
"SPY"
"EURUSD"
"BTCUSD"
"ES"
market venue for the ticker. one of: forex, futures, crypto, stock. determines supported symbols and whether session-based intraday aggregation is available.
forex, futures, crypto, stock "stock"
"forex"
Query Parameters
inclusive start date, YYYY-MM-DD, interpreted in the request timezone. sessions on or after this date are included in the calculation.
"2024-01-01"
inclusive end date, YYYY-MM-DD, interpreted in the request timezone. sessions on or before this date are included in the calculation.
"2024-12-31"
reference used to define the weekend gap. friday_close uses Friday's final close; friday_visible_gap uses Friday's high for gap ups and low for gap downs.
friday_close, friday_visible_gap percentage of the weekend gap price must retrace. 100 requires a full return to the selected Friday reference; 50 requires half the gap.
x >= 0Response
Successful Response