validate_trade_setup
Verifies trade entry signals using VWAP distance/reversal, RSI zone/reversal, volume surge, and trade window time checks to determine validity.
Instructions
Runs the 4-check trade validation system (VWAP distance/reversal check, RSI zone/reversal check, Volume surge check, and Trade window time check) to verify if an entry signal is valid.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rsi | Yes | Current 14-period RSI value | |
| time | Yes | Current time string in HH:MM format (IST) | |
| vwap | Yes | Current VWAP value | |
| price | Yes | Current entry price | |
| action | Yes | Trade direction | |
| volume | Yes | Current candle volume | |
| avgVolume | Yes | 3-bar average volume |