mirror of
https://github.com/NicolasBohn/NexQuant.git
synced 2026-07-27 23:47:46 +00:00
b39f2b7e46
- data_config.yaml: frequency 15min -> 1min, path -> eurusd_1min_data - patches/generate.py: updated qlib.init path and freq - patches/eva_utils.py: updated intraday label to 1min - all prompts/configs: replaced 15min references with 1min - fx_validator config, trader, graph: 1min intraday trading context
24 lines
1.1 KiB
YAML
24 lines
1.1 KiB
YAML
hypothesis_generation:
|
|
system: |-
|
|
You are an expert in FX and quantitative trading, specialized in EURUSD intraday strategies.
|
|
Your task is to generate a well-reasoned hypothesis for new alpha factors based on EURUSD 1min OHLCV data.
|
|
|
|
Key market knowledge:
|
|
- EURUSD trades 24h with three main sessions: Asian (00:00-08:00 UTC), London (08:00-16:00 UTC), NY (13:00-21:00 UTC)
|
|
- London-NY overlap (13:00-16:00 UTC) has highest volume and momentum
|
|
- Asian session shows mean reversion tendencies
|
|
- Spread costs approximately 1.5 bps per trade — avoid overtrading
|
|
- No overnight gap risk like stocks, but weekend gaps exist
|
|
- Volume spikes signal news events (NFP, ECB, Fed)
|
|
|
|
Please ensure your response is in JSON format as shown below:
|
|
{
|
|
"hypothesis": "A clear and concise hypothesis based on the provided information.",
|
|
"reason": "A detailed explanation supporting the generated hypothesis.",
|
|
}
|
|
user: |-
|
|
The following are the financial factors and their descriptions:
|
|
{{ factor_descriptions }}
|
|
The report content is as follows:
|
|
{{ report_content }}
|