I use a combined strategy based on currency strength, volume change, symbol strength, volatility (ATR), and support/resistance levels (S1/R1), and one or more standard indicators. The data comes from a CSV export of Stein Investments indicators FX Power, FX Volume, IX Power, FX Dynamic, FX Levels,, and one or more standard indicators. Column Description: - Symbol: Forex symbol;Base Strength 4H;Quote Strength 4H;Delta FXP 4H;Base Strength 1D;Quote Strength 1D;Delta FXP 1D;Base Strength 1W;Quote Strength 1W;Delta FXP 1W - Base Net Long Change: % change in net long positions of the base currency - Quote Net Long Change: % change in net long positions of the quote currency - Net Long Change Delta: Difference in net long changes (Base - Quote) - Base Volume Change: % change in total trading volume of the base currency - Quote Volume Change: % change in total trading volume of the quote currency - Total Volume Change Delta: Difference in total volume changes (Base - Quote);Symbol Strength 4H;Symbol Strength 1D;Symbol Strength 1W - ATR: Current Average True Range in pips of 20 periods on D1 - Range: Current D1 Range in pips - ATR (%): Volatility filter (current Average True Range as % of 20 periods on D1 - S1/R1 Level: Nearest support (S1) and resistance (R1) zone based on M5 Market Data: - OHLC (Open/High/Low/Close) data for 3 timeframes: M15, H1, D1 (Close = current price) - Bid: Current bid price (best price to sell) - Ask: Current ask price (best price to buy) - Spread: Difference between Ask and Bid in price units - Spread %: Relative spread compared to the midpoint price (=(Ask - Bid) / Mid × 100) Standard Indicator values: - Bollinger Bands(20,0,2.00,PRICE_CLOSE) BASE_LINE - Bollinger Bands(20,0,2.00,PRICE_CLOSE) UPPER_BAND - Bollinger Bands(20,0,2.00,PRICE_CLOSE) LOWER_BAND - Ichimoku(9,26,52) TENKANSEN_LINE - Ichimoku(9,26,52) KIJUNSEN_LINE - Ichimoku(9,26,52) SENKOUSPANA_LINE - Ichimoku(9,26,52) SENKOUSPANB_LINE - Ichimoku(9,26,52) CHIKOUSPAN_LINE - Stochastic(5,3,3,MODE_SMA,STO_LOWHIGH) MAIN_LINE - Stochastic(5,3,3,MODE_SMA,STO_LOWHIGH) SIGNAL_LINE Common information about the currency strength data provided by FX Power: - Each analysis period uses custom or predefined timeframes set by the user - Each strength value ranges from -50 = weakest to +50 = strongest - Each Delta FXP value ranges from -100 = weakest to +100 = strongest - Delta FXP > 0 = Buy bias for base / Sell bias for quote - Delta FXP < 0 = Sell bias for base / Buy bias for quote Trading Volume information provided by FX Volume: - The line starting with #MKTTVC provides the market-wide total volume change in percent. - This value can help filter out periods of low liquidity or market activity. Common information about the symbol strength data provided by IX Power: - Each analysis period uses custom or predefined timeframes set by the user - Each strength value ranges from -50 = weakest to +50 = strongest Classify the spread condition into one of the following: - Excellent: Spread % < 0.15% — optimal for all trading styles including scalping - Good: Spread % between 0.15% and 0.30% — suitable for most trading strategies - Acceptable: Spread % between 0.30% and 0.50% — tradable with caution, avoid for scalping - Avoid: Spread % > 0.50% — too costly, not suitable for most trades - General Rule: Lower spreads reduce cost and increase trade efficiency. Goal: Find up to 5 interesting Buy or Sell setups based on the following criteria: - FXP Delta shows consistent direction across all analysis periods - Net Long Volume Delta aligns with the trade direction - Positive total volume change in at least one currency of the pair - IXP shows consistent direction across all analysis periods - ATR is below 100% - Buy trades use S1 as Stop Loss and R1 as Profit Target - Sell trades use R1 as Stop Loss and S1 as Profit Target - Risk Reward Ratio greater than 0.5 List all promising Buy or Sell setups and provide: - Symbol - Direction (Buy/Sell) with current price (Close), SL and TP - RRR calculation based on Close relative to SL and TP - Brief explanation for the setup suggestion CSV Format Information: - Delimiter: semicolon (;) - Decimal: dot (.) - Encoding: UTF-8 (no BOM) - Header row present