Hedge All Open Positions With Opposite Signal ( Marti (x) Multiplier) = true/false; if it to be set to true it hedge all opened positions when it comes opposite signal,e.g we have one buy opened position and now it comes opposite sell signal and EA will hedge the buy position then will be opened a sell order (x Buy) Close All Open Positions With Opposite Signal and Reverse = true/false; if it to be set to true it closes all opened positions when it comes opposite signal,e.g we have one buy opened position and now it comes opposite sell signal and EA will be closed the buy position then will be opened sell order Reverse_Orders=True/False; if it to be set to true all signals will be reversed,e.g we have now buy signal but then EA will be opened sell trades Zulufx HHLHLLHL Indicator_as_filter(True/false) TF=15-30-60-240-1440-10080 extern int ExtDepth= (x)12; extern int ExtDeviation=(x)1; extern int ExtBackstep=(x)1; color LabelColor1 = Blue; color LabelColor2 = Red; int Labeldistance = 2; Reverse_Orders=True/False; if it to be set to true all signals will be reversed,e.g we have now buy signal but then EA will be opened sell trades ASO Indicator_as_filter (True/false) TF=15-30-60-240-1440-10080 Signal= cross/+70/-30/+-50 extern int AsoPeriod=(x)10; extern int Mode=0-1-2; extern bool Bulls=true; extern bool Bears=true; Reverse_Orders=True/False; if it to be set to true all signals will be reversed,e.g we have now buy signal but then EA will be opened sell trades Strategy_Controlled_Settings TakeProfit=1 StopLoss=1 PipStepMultiplier=1 LotStepMultiplier=1 PipStep=1 LotMultiplier=1 MaxBuyTrades=5 MaxSellTrades=5 WaitForNextBar=true/false HEDGE UseSameTP=true/false UseSameSL=true/false WaitForNextBar=true/false Lot_Control MM=true/false Risk_=0.1 Risk_Type=account balance/ account equity ManualLot=0.01 MaxSpread=4.0 Slippage=3 TP_SL_DD_Controls DD_SL_Mode= this chart/all charts DD_TP_Mode= this chart/all charts DD_StoplossPct=35.0 DollarSL=0.0 DD_Pause=20.0 FloatingTP_Pct=1 (% off balance) close all open trades DollarTP=0.0 PauseBasketsAtDD= true/false Trailing_Modes TrailingMode=2 TrailingStep=2.0 TrailTP=5.0 TrailSL=5.0 TrendTrailTrigger=5.0 EquityTrail=0 EquityTrailStep=0.2 EquityTrailTP=2.0 EquityTrailSL=0.0 FullBasketEquityTrail=true/false (in case all chartes) ADR Addittionals DynamicAdditionals=true/false MaxADR=160 ADR_Days=7 ADRDynamic_Multipliers adrPipStep= adrTakeProfit= adrLotMultiplier= CloseTradesAtADR=true/false PauseBasketsAtADR=true/false Time_Day_Filters Mins_Between_Trades=5 StartingTradeDay= EndingTradeDay= Start_Hour=0 Stop_Hour=24 TradeAustralian=true/false TradeAsian=true/false TradeLondon=true/false TradeNewYork=true/false CloseBasketAfterXmins=true/false CloseMinutes=0 CloseTradesBeforeMarketClose=true/false CloseHour=15 Hedging_and_Recovery UseEarlyRecoveryMode=true/false if true the firs x positions does not multiplier UseLateRecoveryMode=true/false if true, multiplier the first x positions and after not multiplier StartRecovery=4 UseHedging=true/false HedgeOnce=true/false ( once time or not limited) HedgeAfterPips=0 HedgeTP= HedgeSL= HedgeMultiplier=0.1-5 NumberBarsToValidateHeddge= (if new intervale not x bares, hedge not validated and continue trading same signal) EA_Information ECN=true EA_Name= MagicNumber= HideFromBroker=true/false Max_Charts=X CurrencyPair_Filters USD=1 EUR=1 GBP=1 JPY=1 CHF=1 CAD=1 AUD=1 NZD=1 News_Trading UseNewsFilter=false MinsBeforeNews= MinsAfterNews= NewsImpact=3 OffSetHour=0 ShowNewsPanel=false Popup chart window and email and notifications alerts extern bool Use_Alerts=f/t; extern bool Use_SendEmails=f/t; extern bool Use_Notifications=f/t; Display condition trading on the chart ...