Jump to content

Balay Khan

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by Balay Khan

  1. Hi, Thanks for your response. Can you please create EA based on these indicators? Forex Pips Striker v.2 should separate EA

    Download link http://www.4shared.com/file/1omr8uBb/Forex_Pips_Striker_v2.html?

    while BrainTrend2_all_in_one should have separate EA. download link http://www.4shared.com/file/cEwwHRS/BrainTrend2_all_in_one.html?

     

    Just EA should follow Indicator's signal with current candle for current pair and current time frame.

     

    If possible add EMA 200 as optional filter which can be enable and disable manually, the filter should be something like this when Indicator gives signal and the price will close above ema 200 then ea should open buy trade so for sell is the same logic. Please add trailing stop abilities with breakeven etc.

    I want you to add the following features if possible:

    If there is anything to ask regarding the logic etc which is just simple following indicators but still ask me please if there is anything and the features are as follows:

     

    extern bool SignalOnly = false,

    UseClosedCandle=true,

    ShowArrows=true,

    AlertOn=false,

    EmailOn=false;

    extern string mm = "Money Management settings - Percent Risk";

    extern bool UseMM = true;

    extern double Risk = 1.0,

    NoMMLots = 0.01;

    extern bool UseBasketProfit = false;

    extern double BasketProfit = 5;

    extern bool UseEquityPctClose = false;

    extern double EquityPct = 2.0;

    extern bool UseAutoGMTOffset = true;

    extern int ManualGMTOffset = 2;

    extern string i1 = " EA settings";

    extern int SignalPeriod = 30;

    extern int NR_SLIPE = 3;

    extern double FilterNumber = 3.0;

    extern string g0 = "Misc settings";

    extern bool Martingale=false;

    extern double LotMultiplier=2.0;

    extern int MaxTrades = 10;

    extern int MaxSpread = 15,

    Slippage = 3;

    extern bool CloseOppositeTrades = true;

    extern string s1 = "SL Options";

    extern bool UseStdSL = true;

    //UseHiddenSL = false;

    extern int StopLoss = 50;

    extern bool UseSRStopLoss = false;

    extern int SLPipDiff = 1;

    extern bool AddSpread = true;

    extern string t1 = "TP Options";

    extern bool UseStdTP = false,

    //UseHiddenTP = false,

    UseScaleOutTP = false;

    extern int TakeProfit = 50;

    extern double CloseTPPercent = 50;

    extern string b1 = "BE Options";

    extern bool UseStdBE = false;

    extern double BreakEvenPips = 20;

    extern int LockInPips = 2;

    extern bool BE_AfterTP1 = false;

    extern string t0 = "Trail Stop settings";

    extern bool UseTrailingStop = false;

    extern int TrailStart = 40,

    TrailStop = 10;

    extern bool UseSRTrailStop = false,

    UsePercentTS = false;

    extern double TSPercent = 30.0;

    extern int TSPercentStartPips = 20;

    extern bool UsePSARTrail = true;

    extern double PSAR_Step = 0.005,

    PSAR_Max = 0.05;

    extern bool MoveSL_TP = false;

    extern int TP_DistancePips = 10,

    MovePips = 10;

    extern bool UseCandleTrail = false;

    extern int TrailCandlesBack = 3,

    StartCTPips = 20;

    extern string Info9 = "News Filter Setup";

    extern bool UseTSDNewsFilter = false; //Switches News Filter on/off

    extern bool High_Impact=true;

    extern int MinsUntilNextHighNews=90;

    extern int MinsSincePrevHighNews=90;

    extern bool Medium_Impact=true;

    extern int MinsUntilNextMediumNews=90;

    extern int MinsSincePrevMediumNews=90;

    extern bool Low_Impact=false;

    extern int MinsUntilNextLowNews=60;

    extern int MinsSincePrevLowNews=60;

    extern string Info10 = "News Currency Filter"; //Select the Currency which News should be filtered

    extern bool USD = true;

    extern bool EUR = false;

    extern bool GBP = true;

    extern bool JPY = false;

    extern bool AUD = false;

    extern bool CAD = false;

    extern bool CHF = false;

    extern bool NZD = false;

    extern int TSD_CalendarID = 4; // TSD News Calendar ID reference on the TSD Homepage

    extern string TSD_Calendar_URL = "http://calendar.forex-tsd.com/calendar.php?csv=1&date=";

    extern bool UseFFNewsFilter = false;

    extern int MinsBeforeNews = 60;

    extern int MinsAfterNews = 30;

    extern int NewsImpact = 3;

    extern bool UseHourTrade1 = false;

    extern int FromHourTrade1 = 6,

    ToHourTrade1 = 18;

    extern bool UseHourTrade2 = false;

    extern int FromHourTrade2 = 6,

    ToHourTrade2 = 18;

    extern color ArrowsUpColor = Green,

    ArrowsDnColor = Red;

    extern int MagicID = 306729;

    extern string TradeComment = "";

  2. EA coding Required for my Indicators

     

    Can someone code for me 3 different EAs?

    1 based on Breakout with some filters

    2nd based on Indicator and 3rd one also based on Indicator.

    I personally am satisfied with three types because I have used so many systems since few years but these 3 are really accurate.

    Hope someone can reply so that I can attach Indicators here or send to that Coder.

×
×
  • Create New...