item_id
stringlengths
8
8
prompt
stringlengths
157
1.67k
item_101
//#PROMPT_BEGIN // NAME: EA_C400_0073_chk_macd_fixed_pip_v100 // TIMEFRAME: H4 // INDICATORS: Chaikin(3,10), MACD(12,26,9) // BUY: Chaikin crosses above zero AND MACD histogram positive (main-signal>0) (bar[2] Chk<=0, bar[1] Chk>0, MACD main[1]>signal[1]) // SELL: Chaikin crosses below zero AND MACD histogram negative ...
item_102
//#PROMPT_BEGIN // NAME: SCRIPT_global_var_manager_v001 // TYPE: script // DESCRIPTION: Set a global variable value // PARAMS: InpVarName=GV_test_0, InpValue=1.0 //#PROMPT_END
item_103
//#PROMPT_BEGIN // NAME: EA_EOD_0341_EA_Multi_14B_0046_v100 // MARKET: Fx // TIMEFRAME: D1 // INDICATORS: DeMarker(21), ATR(14) // BUY: DeMarker(21) exits oversold zone (crosses above 0.3) // SELL: DeMarker(21) exits overbought zone (crosses below 0.7) // EXIT: SL/TP only. Reduce position by 50% at close. Allow overnig...
item_104
//#PROMPT_BEGIN // NAME: EA_MIN_1836_rsi_ema_cross_mtf_v100_H4_trail // TIMEFRAME: H4 // INDICATORS: RSI(14), EMA(10), EMA(21), ATR(14) // BUY: HTF RSI above 50 (trend up) AND LTF fast EMA(10) crosses above slow EMA(21) // SELL: HTF RSI below 50 (trend down) AND LTF fast EMA(10) crosses below slow EMA(21) // EXIT: ATR ...
item_105
//#PROMPT_BEGIN // NAME: EA_OOP_1094_EA_PRO_8F_0098_v100_D1_trail // TIMEFRAME: D1 // INDICATORS: ATR(14) // BUY: Stop run below previous day low + close back above (fade buy) // SELL: Stop run above previous day high + close back below (fade sell) // EXIT: Trailing stop + break-even. // MANAGE_TIMING: ON_TICK (ManageP...
item_106
//#PROMPT_BEGIN // NAME: EA_SES_10126_ichimoku_stochastic_dynamic__v100 // TIMEFRAME: M15 // INDICATORS: Ichimoku(9,26,52), Stochastic(14,3,3), ATR(14) // BUY: Stochastic(14,3,3)[1] crosses above dynamic buy threshold (InpBaseLow(20.0) - Ichimoku(9,26,52) ROC%[bar] * InpThreshFactor); threshold evaluated per bar // SEL...
item_107
//#PROMPT_BEGIN // NAME: EA_C1E_0184_max_pos_per_symbol_v100 // MARKET: Index // INDICATORS: RSI(14), ATR(14) // BUY: RSI crosses above 30 from below on confirmed bar // SELL: RSI crosses below 70 from above on confirmed bar // EXIT: SL=ATR*2.0; TP=ATR*3.0; No trailing. Entry skipped if SL/TP < broker stops/freeze leve...
item_108
//#PROMPT_BEGIN // NAME: EA_C3B_0643_triple_ichimoku_wpr_v100 // TIMEFRAME: M5 // INDICATORS: Ichimoku(9,26,52), Ichimoku(9,26,52), WPR(14), ATR(14)@M5 // BUY: H4 TENKAN rising (trend up) AND H1 TENKAN rising (confirms) AND LTF WPR crosses above InpWPR_OS (oversold recovery) // SELL: H4 TENKAN falling (trend down) AND ...
item_109
//#PROMPT_BEGIN // NAME: EA_CAT327_cup_trend_bull_d1_s30_d50_r50_v100 // TIMEFRAME: PERIOD_D1 // INDICATORS: iMA(50, MODE_SMA) -- cup & handle with SMA(50) trend filter requiring price above SMA during cup formation and at breakout // BUY: State machine detects cup & handle pattern. Cup only starts forming when close i...
item_110
//#PROMPT_BEGIN // NAME: EA_EOD_12289_sar_macd_regime_d_v100 // MARKET: Fx // TIMEFRAME: H1 // INDICATORS: SAR, MACD(12,26,9), ATR(14) // BUY: SAR(0.02,0.2) flips below price (SAR reversal to bullish) (regime) AND MACD(14,30,10) Main[1] > [2] (rising) (trigger) // SELL: SAR(0.02,0.2) flips above price (SAR reversal to ...
item_111
//#PROMPT_BEGIN // NAME: EA_EOD_12047_obv_rsi_dynamic__v100 // MARKET: Fx // TIMEFRAME: H4 // INDICATORS: OBV, RSI(14), ATR(14) // BUY: RSI(14)[1] crosses above dynamic buy threshold (InpBaseLow(30.0) - OBV(VOLUME_TICK) ROC%[bar] * InpThreshFactor); threshold evaluated per bar // SELL: RSI(14)[1] crosses below dynamic ...
item_112
//#PROMPT_BEGIN // NAME: EA_CAT294_twz_top_ma_h4_t10_r15_v100 // TIMEFRAME: H4 // INDICATORS: iMA(InpEMA_Period, MODE_EMA) -- tweezer top near EMA resistance within 1% // BUY: No buy signal (short-only EMA-resisted tweezer top). // SELL: Tweezer top: |high[1]-high[2]| <= tolerance AND bar[2] bullish, bar[1] bearish AND...
item_113
//#PROMPT_BEGIN // NAME: TS_T02_K01_M5 // INDICATORS: EMA(20), EMA(50), ATR(14) // BUY: Fast EMA crosses above slow EMA AND tick volume > 20-bar average // SELL: Fast EMA crosses below slow EMA AND tick volume > 20-bar average // EXIT: SL=ATR*2.0, TP=ATR*3.0, Partial close 50% at TP1, trailing remainder // MANAGE_TIMIN...
item_114
//#PROMPT_BEGIN // NAME: EA_OOP_0434_EA_Multi_14D_0039_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: Envelopes(20), ATR(14) // BUY: Close crosses above lower Envelope // SELL: Close crosses below upper Envelope // EXIT: Break-even with lock. Activation=ATR*InpATR_BE, lock=InpBE_Lock points. // MANAGE_TIMING: ON_NEW_BAR ...
item_115
//#PROMPT_BEGIN // NAME: EA_MFI_0007_MFI_MID_pct10_rr20_ob80_v100 // INDICATORS: MFI(14) // BUY: MFI crosses above 50 (mid-line). // SELL: MFI crosses below 50 (mid-line). // EXIT: SL=1.0% of price. TP=SL×2.0. // MANAGE_TIMING: ON_NEW_BAR // RISK: Fixed fractional equity risk (InpRisk=1.0%). Lot size from pct SL. // GU...
item_116
//#PROMPT_BEGIN // NAME: EA_OOP_0853_EA_PRO_8C_0165_v100_H4_trail // TIMEFRAME: H4 // INDICATORS: Momentum(21), ATR(14) // BUY: Momentum crosses above 100 (bullish) // SELL: Momentum crosses below 100 (bearish) // EXIT: SL/TP only (no trailing) // MANAGE_TIMING: ON_NEW_BAR // RISK: Fixed fractional equity risk per trad...
item_117
//#PROMPT_BEGIN // NAME: EA_FGM_0020_fgm_500_s50_z15_r20_v100 // INDICATORS: None (pure OHLCV — iHighest/iLowest swing detection + Fibonacci math) // BUY: Price near 50% retracement from below: Low[1] within InpFib_Zone of fib500 AND Close[1] > fib500 (reversal bar) // SELL: Price near 50% retracement from above: High[...
item_118
//#PROMPT_BEGIN // NAME: EA_OOP_0638_EA_PRO_8A_0130_v100_M5_trail // TIMEFRAME: M5 // INDICATORS: SAR, ATR(14) // BUY: Price crosses above SAR (SAR flips below price) // SELL: Price crosses below SAR (SAR flips above price) // EXIT: Trailing stop + break-even. // MANAGE_TIMING: ON_TICK (ManagePosition every tick; signa...
item_119
//#PROMPT_BEGIN // NAME: EA_C2B_0074_star_reversal_v100 // TIMEFRAME: H4 // INDICATORS: ATR(14) // BUY: Morning star: bearish bar[3], small body bar[2] (body < 30% of bar[3] body), bullish bar[1] closing above bar[3] midpoint (requires 4+ bars) // SELL: Evening star: bullish bar[3], small body bar[2] (body < 30% of bar...
item_120
//#PROMPT_BEGIN // NAME: EA_ER_0087_er_donch_e13_r25_sw_v100 // INDICATORS: iMA(InpEMA_Period, MODE_EMA) -- Elder Ray with inline Donchian channel breakout (InpDonch_N bar lookback from bar[2]) // BUY: EMA rising (ema[1] > ema[2]) AND close[1] breaks above InpDonch_N-bar high computed from bars[2..InpDonch_N+1]. Donchi...
item_121
//#PROMPT_BEGIN // NAME: EA_OOP_0738_EA_PRO_8B_0129_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: ATR(14) // BUY: Close breaks 24-bar high (Turtle entry) // SELL: Close breaks 24-bar low (Turtle entry) // EXIT: Break-even with lock. Activation=ATR*InpATR_BE, lock=InpBE_Lock points. // MANAGE_TIMING: ON_NEW_BAR // RISK: ...
item_122
//#PROMPT_BEGIN // NAME: EA_FSM_1076_CRY_SES_001_v100 // TIMEFRAME: M5 // INDICATORS: ATR // BUY: Close breaks above 8h Asian high (00-08 UTC) during active hours // SELL: Close breaks below 8h Asian low (00-08 UTC) during active hours // EXIT: SL = ATR * 1.0, TP = ATR * 1.5; trailing in MANAGING, then COOLDOWN // MANA...
item_123
//#PROMPT_BEGIN // NAME: EA_PRO_8A_0111_v105 // TIMEFRAME: M5 // INDICATORS: Ichimoku(9,26,52), ATR(14) for SL/TP // BUY: Tenkan crosses above Kijun with price above cloud // SELL: Tenkan crosses below Kijun with price below cloud // EXIT: ATR trailing stop // MANAGE_TIMING: ON_NEW_BAR // RISK: balance-based sizing // ...
item_124
//#PROMPT_BEGIN // NAME: EA_FSM_7415_rsi_wpr_mtf_v100 // TIMEFRAME: M15 // INDICATORS: RSI(14), WPR(14), ATR(14) // BUY: HTF RSI above 50 (trend up) AND LTF WPR crosses above InpWPR_OS (oversold recovery) // SELL: HTF RSI below 50 (trend down) AND LTF WPR crosses below InpWPR_OB (overbought reversal) // EXIT: SL = ATR ...
item_125
//#PROMPT_BEGIN // NAME: EA_CAT330_accel_reversal_bear_mp10_am10_m15_v100 // TIMEFRAME: M15 // INDICATORS: None -- inline N-bar high detection and acceleration sign change // BUY: Not used for this signal. // SELL: DUAL: cond_A = close[1] >= highest high of bars[2..InpBreakBars+1] (price at N-bar high = extended). cond...
item_126
//#PROMPT_BEGIN // NAME: EA_EVT_1911_sma_price_cross_v100_D1_trail // TIMEFRAME: D1 // INDICATORS: SMA(100), ATR(14) // BUY: Close crosses above SMA (Close[2]<=SMA[2] AND Close[1]>SMA[1]) // SELL: Close crosses below SMA (Close[2]>=SMA[2] AND Close[1]<SMA[1]) // EXIT: ATR trailing stop. Trail activation=ATR*InpATR_Trai...
item_127
//#PROMPT_BEGIN // NAME: EA_SFP_0055_SfpWPR_sw20_sl15_rr20_v100 // INDICATORS: Price action SFP + WPR(14) // BUY: Bullish SFP AND WPR < -80 (deeply oversold at swing failure) // SELL: Bearish SFP AND WPR > -20 (deeply overbought at swing failure) // EXIT: SL = bar[1] low - 15*_Point (buys) / bar[1] high + 15*_Point (se...
item_128
//#PROMPT_BEGIN // NAME: EA_MBP_0001_EveStar_v_fast_v100 // INDICATORS: None (pure OHLCV candlestick pattern detection) // BUY: No buy signal (evening star is bearish only) // SELL: Evening Star 3-bar pattern: bar[3] big bull (close-open > InpMinBody*_Point), bar[2] small body (<40% of range), bar[1] big bear closing b...
item_129
//#PROMPT_BEGIN // NAME: EA_CAT262_0042_ha_color_chg_bear_h1_dc_r25_v100 // TIMEFRAME: PERIOD_H1 // INDICATORS: None -- inline Heikin Ashi from iOpen/iClose/iHigh/iLow (no indicator handle) // BUY: HA bars[3] and [2] both bearish, then HA bar[1] turns bullish. Extended downtrend reversal BUY. // SELL: HA bars[3] and [2...
item_130
//#PROMPT_BEGIN // NAME: EA_C390_0035_mom_divergence_fixed_pip_v100 // TIMEFRAME: D1 // INDICATORS: Momentum(20) // BUY: Bullish divergence: price makes lower low but Momentum makes higher low over InpDiv_Bars bars AND Momentum[1]<100 // SELL: Bearish divergence: price makes higher high but Momentum makes lower high ov...
item_131
//#PROMPT_BEGIN // NAME: EA_KAM_0034_kam_flat_er10_f2_s15_r20_v100 // INDICATORS: KAMA(InpER_Period, InpFast, InpSlow) inline // BUY: KAMA is flat (change < InpFlat_Thresh*_Point) AND price breaks above KAMA + threshold // SELL: KAMA is flat AND price breaks below KAMA - threshold // EXIT: SL: 5-bar swing low/high (for...
item_132
//#PROMPT_BEGIN // NAME: EA_Multi_14C_0023_v102 // TIMEFRAME: H4 // INDICATORS: CCI(20), ATR(14) for SL/TP // BUY: CCI(20) exits oversold zone (crosses above -100) (via CSignalCciZone) // SELL: CCI(20) exits overbought zone (crosses below 100) (via CSignalCciZone) // EXIT: SL/TP only (no trailing) // MANAGE_TIMING: ON_...
item_133
//#PROMPT_BEGIN // NAME: EA_CAT294_twz_top_ma_h1_t15_r20_v100 // TIMEFRAME: H1 // INDICATORS: iMA(InpEMA_Period, MODE_EMA) -- tweezer top near EMA resistance within 1% // BUY: No buy signal (short-only EMA-resisted tweezer top). // SELL: Tweezer top: |high[1]-high[2]| <= tolerance AND bar[2] bullish, bar[1] bearish AND...
item_134
//#PROMPT_BEGIN // NAME: FILL_BB_14_XX_x_1 // TYPE: indicator // WINDOW: chart // BUFFERS: 2 (upper BB + lower BB for filled cloud) // PLOTS: 1: DRAW_FILLING clrDeepSkyBlue,clrCoral Bollinger cloud // DRAW_TYPES: DRAW_FILLING // COLORS: clrDeepSkyBlue, clrCoral // CALCULATION: Bollinger Bands(14, dev=2) shown as DRAW_F...
item_135
//#PROMPT_BEGIN // NAME: EA_OOP_1735_london_session_entry_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: ATR(14) // BUY: Bullish bar (Close[1]>Open[1]) during London session (08:00 to before 16:00) with rising ATR (ATR[1]>ATR[2]) // SELL: Bearish bar (Close[1]<Open[1]) during London session (08:00 to before 16:00) with r...
item_136
//#PROMPT_BEGIN // NAME: EA_C1E_0095_free_margin_check_v100 // MARKET: Gold // INDICATORS: RSI(14), ATR(14) // BUY: RSI crosses above 30 from below on confirmed bar // SELL: RSI crosses below 70 from above on confirmed bar // EXIT: SL=ATR*2.0; TP=ATR*3.0; No trailing. Entry skipped if SL/TP < broker stops/freeze level ...
item_137
//#PROMPT_BEGIN // NAME: EA_SES_3395_EA_PRO_8C_0157_v100 // TIMEFRAME: M15 // INDICATORS: Momentum(9), ATR(14) // BUY: Momentum crosses above 100 (bullish) // SELL: Momentum crosses below 100 (bearish) // EXIT: ATR trailing stop + forced close at session end (16:00 GMT) // MANAGE_TIMING: ON_TICK (SupervisePosition ever...
item_138
//#PROMPT_BEGIN // NAME: EA_MIN_0188_CRY_MOM_002_v100 // TIMEFRAME: H1 // INDICATORS: ATR, EMA_H4, RSI // BUY: H4 EMA rising AND RSI pulled back below 45 from above 60 // SELL: H4 EMA falling AND RSI pulled back above 55 from below 40 // EXIT: Breakeven at InpBE_Trigger points profit, lock InpBE_Lock points. Initial SL...
item_139
//#PROMPT_BEGIN // NAME: EA_FRT_0022_FracWPR_fl20_fb15_rr20_v100 // INDICATORS: iFractals (Williams Fractals for SL/trail), Williams %R(InpWPR_Period) // BUY: Williams %R(InpWPR_Period) crosses above -80 from below (WPR[1] > -80 AND WPR[2] <= -80, exit oversold) AND a down fractal exists within InpFracLookback bars // ...
item_140
//#PROMPT_BEGIN // NAME: EA_FSM_3396_EA_PRO_8C_0157_v100 // TIMEFRAME: D1 // INDICATORS: Momentum(9), ATR(14) // BUY: Momentum crosses above 100 (bullish) // SELL: Momentum crosses below 100 (bearish) // EXIT: SL = ATR * 1.5, TP = ATR * 2.0; trailing in MANAGING, then COOLDOWN // MANAGE_TIMING: ON_TICK (ProcessManaging...
item_141
//#PROMPT_BEGIN // NAME: EA_OOP_0660_EA_PRO_8B_0014_v100_D1_trail // TIMEFRAME: D1 // INDICATORS: ATR(14) // BUY: Close breaks above 24-bar highest high // SELL: Close breaks below 24-bar lowest low // EXIT: Trailing stop + break-even. // MANAGE_TIMING: ON_TICK (ManagePosition every tick; signals on new bar) // RISK: F...
item_142
//#PROMPT_BEGIN // NAME: EA_FGM_0047_fgm_ext127_s40_z8_r20_v100 // INDICATORS: None (pure OHLCV — iHighest/iLowest swing + Fibonacci extension math) // BUY: Price near 61.8% retracement (Low[1] within zone): entry for run to 127.2% extension; Close[1] > fib618 confirms reversal // SELL: Price near 61.8% retracement fro...
item_143
//#PROMPT_BEGIN // NAME: EA_CAT264_0042_vsg_breakout_bear_v20_s25_sw8_v100 // INDICATORS: None -- iVolume tick volume surge + N-bar lowest close breakout for bearish breakout // BUY: No buy signal. This EA only trades bearish volume breakouts. // SELL: Volume surge (vol[1] > InpSurge_Thresh x avg) AND close[1] falls be...
item_144
//#PROMPT_BEGIN // NAME: EA_C3C_0367_csymbolinfo_v100 // INDICATORS: RSI(14), ATR(14) // BUY: RSI crosses above InpRSI_OS (only when spread <= InpMaxSpread) // SELL: RSI crosses below InpRSI_OB (only when spread <= InpMaxSpread) // EXIT: ATR-based SL/TP. Uses CSymbolInfo class for symbol property access (spread filter,...
item_145
//#PROMPT_BEGIN // NAME: EA_EVT_0206_EA_GAP_9D_0015_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: MACD(14,30,10), ATR(14) // BUY: MACD main crosses above signal line // SELL: MACD main crosses below signal line // EXIT: Break-even with lock. Activation=ATR*InpATR_BE, lock=InpBE_Lock points. // MANAGE_TIMING: ON_NEW_BAR ...
item_146
//#PROMPT_BEGIN // NAME: EA_C364_0105_bwmfi_divergence_v100 // TIMEFRAME: M30 // INDICATORS: iBWMFI(VOLUME_TICK) buffer 0 for MFI values and buffer 1 for zone color index (0=Green,1=Fade,2=Fake,3=Squat), iATR(InpATR_Period) for SL distance // BUY: Score system: price makes lower low (low[1] < low[InpLookback]) but MFI ...
item_147
//#PROMPT_BEGIN // NAME: EA_C2D_0273_martin_max_consec_v100 // TIMEFRAME: H1 // INDICATORS: None // BUY: Martingale: open buy, multiply lots by InpLotMultiplier per level as price drops InpGridSpacing // SELL: N/A // EXIT: Close all when basket profit >= InpBasketTP or loss >= InpBasketSL ($) // MANAGE_TIMING: ON_TICK ...
item_148
//#PROMPT_BEGIN // NAME: EA_OOP_2461_EA_PRO_8E_0100_v100 // TIMEFRAME: M15 // INDICATORS: ATR(14) // BUY: Close crosses above session range high (checked on bar[1] after session ends) // SELL: Close crosses below session range low (checked on bar[1] after session ends) // EXIT: ATR trailing stop. Trail activation=ATR*I...
item_149
//#PROMPT_BEGIN // NAME: EA_C3B_0482_triple_ichimoku_wpr_v100 // TIMEFRAME: M5 // INDICATORS: Ichimoku(9,26,52), Ichimoku(9,26,52), WPR(14), ATR(14)@M5 // BUY: H4 TENKAN rising (trend up) AND H1 TENKAN rising (confirms) AND LTF WPR crosses above InpWPR_OS (oversold recovery) // SELL: H4 TENKAN falling (trend down) AND ...
item_150
//#PROMPT_BEGIN // NAME: TS_T06_E32_M2 // INDICATORS: HTF BB on PERIOD_D1, MACD(12,26,9), ATR(14) // BUY: D1 bb bullish AND MACD buy // SELL: D1 bb bearish AND MACD sell // EXIT: SL=ATR*2.0, TP=ATR*3.0, ATR trailing stop // MANAGE_TIMING: ON_TICK // RISK: Fixed fractional equity risk per trade using Risk=1.0% position ...
item_151
//#PROMPT_BEGIN // NAME: EA_CAT309_0081_sth_asian_bull_t100_sl50_r20_asi_v100 // INDICATORS: None -- session open price via iOpen; thrust during low-volatility Asian window // BUY: Hour is within Asian session (0-7 server time) AND close[1] > session open price + InpThrust_Pips*Point (bullish thrust). BUY only. // SELL...
item_152
//#PROMPT_BEGIN // NAME: EA_C3D_0191_oop_base_derived_v100 // INDICATORS: RSI(14), ATR(14) // BUY: CSignalRSI::CheckSignal returns 1 // SELL: CSignalRSI::CheckSignal returns -1 // EXIT: ATR-based SL/TP // MANAGE_TIMING: ON_NEW_BAR // RISK: Fixed lot 0.1 // FUNCS: OnInit, OnDeinit, OnTick, IsNewBar, CSignalBase(virtual)...
item_153
//#PROMPT_BEGIN // NAME: EA_MTF_0100_mtf_roc_h4p50_r20_sw_v100 // INDICATORS: iMA(50, MODE_EMA) on PERIOD_H4 for trend. No additional H1 indicator -- rate of change computed inline from iClose // BUY: H4 EMA rising (ema_h4[1] > ema_h4[2]) AND ROC = (iClose(1)-iClose(11))/iClose(11)*100 > 0.3. Positive momentum BUY. // ...
item_154
//#PROMPT_BEGIN // NAME: EA_SDD_0005_StchCCIDiv_dl7_sw7_rr25_v100 // INDICATORS: Stochastic(14,3,3), CCI(14) // BUY: Double divergence: price lower low (low[InpDivLook] < low[1]) + Stochastic-K(14,3,3) higher low (stoch[InpDivLook] < stoch[1]) + CCI(14) higher low (cci[InpDivLook] < cci[1]) (triple confirmation) // SEL...
item_155
//#PROMPT_BEGIN // NAME: EA_SMC_0002_SMCBasic_sk14_mp14_cp14_fp14_sl50_rr20_v100 // INDICATORS: iStochastic(InpStochK,InpStochD,InpStochSlow), iMomentum (period=InpMomPeriod) // BUY: Stoch %K[1] < InpStoch_OS AND Momentum[1] > Momentum[2] (oversold + momentum rising) // SELL: Stoch %K[1] > InpStoch_OB AND Momentum[1] <...
item_156
//#PROMPT_BEGIN // NAME: EA_C3A_0030_adx_stochastic_divergen_v100 // INDICATORS: ADX(14)[ADX], Stochastic(14,3,3)[%K], ATR(14) // BUY: Bullish divergence: iLow[1] < iLow[InpDivLookback] (price lower low) AND ADX(14)[1] > [ADX(14)][InpDivLookback] (indicator higher low), confirmed by Stochastic(14,3,3) crosses above 20....
item_157
//#PROMPT_BEGIN // NAME: EA_EVT_0984_EA_PRO_8E_0042_v100_H4_trail // TIMEFRAME: H4 // INDICATORS: EMA(20), ATR(14) // BUY: London session: bullish bar with body >= ATR * LO_BodyPct, close above EMA(20) // SELL: London session: bearish bar with body >= ATR * LO_BodyPct, close below EMA(20) // EXIT: SL/TP only (no traili...
item_158
//#PROMPT_BEGIN // NAME: EA_CAT305_bso_cross_bear_h4_p20_t04_v100 // INDICATORS: None -- Bar Strength Oscillator computed inline from OHLC bars // BUY: No buy signal. // SELL: BSO crosses below 0: previous bar BSO (period shifted by 1) >= 0 AND current BSO < 0. Momentum turning negative. Short entry. // EXIT: SL = 8-ba...
item_159
//#PROMPT_BEGIN // NAME: EA_CAT323_bull_confirm_h4_n30_va10_v100 // TIMEFRAME: H4 // INDICATORS: iVolume() tick volume, inline SMA (no indicator handle) // BUY: cond_A: close[1] > inline SMA(20, bar 1) (price above 20-bar SMA). cond_B: iVolume bar[1] > CalcAvgVolume(InpVolAvg, 2) (volume expanding vs average). DUAL gat...
item_160
//#PROMPT_BEGIN // NAME: EA_CAT281_ht_sustained_bear_m15_p20_c3_sw5_v100 // TIMEFRAME: PERIOD_M15 // INDICATORS: None -- inline Donchian midline from iHigh/iLow over InpMid_Period bars // BUY: No buy signal for this sustained bearish filter. // SELL: Close < midline for last 3 bars: close[1] < mid[1] AND close[2] < mid...
item_161
//#PROMPT_BEGIN // NAME: TS_T18_I07_M3 // INDICATORS: ADX(14), Ichimoku(9,26,52), RSI(14), ATR(14) // BUY: ADX > 25 AND close above cloud AND RSI crosses above 50 // SELL: ADX > 25 AND close below cloud AND RSI crosses below 50 // EXIT: SL=ATR*2.0, TP=ATR*3.0, Step trailing stop // MANAGE_TIMING: ON_TICK // RISK: Fixed...
item_162
//#PROMPT_BEGIN // NAME: EA_SXE_0350_FUT_SES_002_v100 // MARKET: Futures // TIMEFRAME: H1 // INDICATORS: ATR, EMA // BUY: Close above prior-day high AND above EMA(20) // SELL: Close below prior-day low AND below EMA(20) // EXIT: ATR trailing stop // MANAGE_TIMING: ON_TICK (position management every tick; signals on new...
item_163
//#PROMPT_BEGIN // NAME: EA_CAT276_vwap_squeeze_h1_v40_dc20_v100 // TIMEFRAME: PERIOD_H1 // INDICATORS: None -- inline VWAP from typical price x iVolume, squeeze detection via narrow VWAP band // BUY: Price squeezed near VWAP for InpSqueeze_Bars bars (|close - vwap| / vwap < InpBand_Pct for each bar), then close[1] bre...
item_164
//#PROMPT_BEGIN // NAME: EA_EVT_1457_bears_power_cross_zero_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: BearsPower(13), ATR(14) // BUY: Bears Power crosses above zero (bp[2]<0 AND bp[1]>=0) // SELL: Bears Power crosses below zero (bp[2]>0 AND bp[1]<=0) // EXIT: Break-even with lock. Activation=ATR*InpATR_BE, lock=InpB...
item_165
//#PROMPT_BEGIN // NAME: EA_OOP_0890_EA_PRO_8D_0038_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: ATR(14) // BUY: Outside bar (engulfs bar[2] range) with bullish close // SELL: Outside bar (engulfs bar[2] range) with bearish close // EXIT: Break-even with lock. Activation=ATR*InpATR_BE, lock=InpBE_Lock points. // MANAGE...
item_166
//#PROMPT_BEGIN // NAME: EA_C377_0020_RsiOBOS_sl140_rr20_v100 // INDICATORS: iRSI(InpRSI_Period, PRICE_CLOSE) // BUY: RSI crosses above InpRSI_OS from below (bar[2] <= InpRSI_OS, bar[1] > InpRSI_OS) // SELL: RSI crosses below InpRSI_OB from above (bar[2] >= InpRSI_OB, bar[1] < InpRSI_OB) // EXIT: Partial close 50% at T...
item_167
//#PROMPT_BEGIN // NAME: INC_math_utils_v029 // TYPE: include // DESCRIPTION: Math utility functions: NormalizeToTickSize, Clamp, FibLevel, PipsToPrice, SafeDivide // METHODS: NormalizeToTickSize, RoundToStep, Clamp, FibLevel, PipsToPrice, SafeDivide //#PROMPT_END
item_168
//#PROMPT_BEGIN // NAME: EA_MIN_1416_adx_stochastic_mtf_v100_H1_trail // TIMEFRAME: H1 // INDICATORS: ADX(14), Stochastic(14,3,3), ATR(14) // BUY: HTF ADX above threshold AND +DI > -DI (bullish directional) AND LTF Stoch %K crosses above %D in OS zone (below InpStoch_OS) // SELL: HTF ADX above threshold AND -DI > +DI (...
item_169
//#PROMPT_BEGIN // NAME: EA_MIN_1772_momentum_sma_regime_d_v100_H1_be // TIMEFRAME: H1 // INDICATORS: Momentum(14), SMA(100), ATR(14) // BUY: Momentum(14)[1] > [2] (rising) (regime) AND SMA(100)[1] > [2] (rising) (trigger) // SELL: Momentum(14)[1] < [2] (falling) (regime) AND SMA(100)[1] < [2] (falling) (trigger) // EX...
item_170
//#PROMPT_BEGIN // NAME: EA_ENG_0013_ENGPin_ep100_cp14_vp20_vm15_rr20_v100 // INDICATORS: Pure OHLCV: pin bar (wick > 2x body), tick volume spike // BUY: Bullish pin: lower wick > 2x body AND upper wick < body AND vol spike // SELL: Bearish pin: upper wick > 2x body AND lower wick < body AND vol spike // EXIT: SL = bar...
item_171
//#PROMPT_BEGIN // NAME: EA_FBL_0022_CCIFib500_sw20_fb20_rr20_v100 // INDICATORS: CCI(InpCCIPeriod), Fibonacci retracement (50%) of InpSwingBars-bar swing // BUY: BUY when CCI(InpCCIPeriod) crosses above -100 (oversold exit) AND price above 50% Fibonacci midpoint of InpSwingBars-bar swing // SELL: SELL when CCI crosses...
item_172
//#PROMPT_BEGIN // NAME: EA_SES_1970_triple_ichimoku_wpr_v100 // TIMEFRAME: M5 // INDICATORS: Ichimoku(9,26,52), Ichimoku(9,26,52), WPR(14), ATR(14) // BUY: H4 TENKAN rising (trend up) AND H1 TENKAN rising (confirms) AND LTF WPR crosses above InpWPR_OS (oversold recovery) // SELL: H4 TENKAN falling (trend down) AND H1 ...
item_173
//#PROMPT_BEGIN // NAME: EA_C2C_0006_london_session_entry_v100 // TIMEFRAME: M15 // INDICATORS: ATR(14) // BUY: Bullish bar (Close[1]>Open[1]) during London session (08:00 to before 16:00) with rising ATR (ATR[1]>ATR[2]) // SELL: Bearish bar (Close[1]<Open[1]) during London session (08:00 to before 16:00) with rising A...
item_174
//#PROMPT_BEGIN // NAME: EA_SXE_7156_outside_bar_v100 // MARKET: Fx // TIMEFRAME: H1 // INDICATORS: ATR(14) // BUY: Outside bar bullish: bar[1] engulfs bar[2] range (H[1]>H[2] AND L[1]<L[2]) with Close[1]>Open[1] // SELL: Outside bar bearish: bar[1] engulfs bar[2] range (H[1]>H[2] AND L[1]<L[2]) with Close[1]<Open[1] /...
item_175
//#PROMPT_BEGIN // NAME: EA_C389_0049_env_adx_filter_m20d02_r20_sw6_v100 // INDICATORS: iEnvelopes(InpEnv_Period, InpEnv_Shift, InpEnv_Method, InpEnv_Applied, InpEnv_Dev) upper/lower bands, iADX(14) trend strength filter // BUY: Low[1] touches lower envelope (low[1] <= envLower[1]) AND close[1] > envLower[1] AND ADX[1]...
item_176
//#PROMPT_BEGIN // NAME: EA_FSM_5333_I09_v100 // TIMEFRAME: H1 // INDICATORS: Bollinger(20), Stochastic(14,3,3), ADX(14), ATR(14) // BUY: Close touches BB lower AND Stoch K crosses above D AND ADX < 25 (ranging) // SELL: Close touches BB upper AND Stoch K crosses below D AND ADX < 25 (ranging) // EXIT: SL = ATR * 2.0, ...
item_177
//#PROMPT_BEGIN // NAME: EA_ADX_0021_MACD_ADX_DI_pct05_rr20_adx20_v100 // INDICATORS: MACD(12,26,9), ADX(14) // BUY: MACD main crosses above signal AND ADX > InpADX_Min AND +DI > -DI. // SELL: MACD main crosses below signal AND ADX > InpADX_Min AND -DI > +DI. // EXIT: SL=0.5% of price. TP=SL×2.0. ADX filter: min 20.0. ...
item_178
//#PROMPT_BEGIN // NAME: EA_OOP_0434_EA_Multi_14D_0039_v100_H4_trail_1 // TIMEFRAME: H4 // INDICATORS: Envelopes(14), ATR(14), Envelopes // BUY: Close crosses above lower Envelope // SELL: Close crosses below upper Envelope // EXIT: SL/TP only (no trailing) // MANAGE_TIMING: ON_NEW_BAR // RISK: Fixed fractional equity ...
item_179
//#PROMPT_BEGIN // NAME: EA_OOP_0845_EA_PRO_8C_0150_v100_H4_trail // TIMEFRAME: H4 // INDICATORS: WPR(21), ATR(14) // BUY: WPR crosses above oversold (reversal buy) // SELL: WPR crosses below overbought (reversal sell) // EXIT: SL/TP only (no trailing) // MANAGE_TIMING: ON_NEW_BAR // RISK: Fixed fractional equity risk ...
item_180
//#PROMPT_BEGIN // NAME: EA_OOP_0600_EA_PRO_8A_0076_v100_H1_e978 // TIMEFRAME: H1 // INDICATORS: ADX(14), ATR(14) // BUY: ADX above threshold + +DI crosses above -DI // SELL: ADX above threshold + -DI crosses above +DI // EXIT: Break-even with lock. Activation=ATR*InpATR_BE, lock=InpBE_Lock points. // MANAGE_TIMING: ON...
item_181
//#PROMPT_BEGIN // NAME: EA_ZSC_0004_ZScore_Smpl_p30_z20_v100 // INDICATORS: iMA(SMA, InpPeriod) for mean, iStdDev(InpPeriod) for StdDev, iBands(InpPeriod,2.0) for SL/TP // BUY: Z-score = (close[1] - SMA[1]) / StdDev[1] < -InpZThresh (price below mean by threshold StdDevs, expect revert up). SL at lower Bollinger band,...
item_182
//#PROMPT_BEGIN // NAME: EA_SPE_0065_spe_dch_s003_m03_e50_r20_v100 // INDICATORS: iSAR(InpSAR_Step, InpSAR_Max), iMA(InpEMA_Period, EMA) -- SAR flip + Donchian channel alignment // BUY: SAR flips bullish AND close is in upper half of 20-bar Donchian channel (close > channel midpoint) // SELL: SAR flips bearish AND clos...
item_183
//#PROMPT_BEGIN // NAME: EA_C401_0075_AoRsiDrt_dt2_rr30_sw12_v100 // INDICATORS: iAO single buffer (buf 0), iRSI(InpRSI_Period) single buffer (buf 0), inline daily OHLC tracking reset at London open // BUY: Daily reset at hour 8 (London open). AO[1] > 0 AND AO[1] > AO[2] (AO positive and rising) AND RSI[1] > 50 AND RSI...
item_184
//#PROMPT_BEGIN // NAME: EA_SES_0184_CRY_SES_001_v100 // TIMEFRAME: M15 // INDICATORS: ATR // BUY: Close breaks above 8h Asian high (00-08 UTC) during active hours // SELL: Close breaks below 8h Asian low (00-08 UTC) during active hours // EXIT: ATR trailing stop + forced close at session end (16:00 GMT) // MANAGE_TIMI...