Jump to content

muruku

Members
  • Posts

    183
  • Joined

  • Last visited

Posts posted by muruku

  1. Here's my logic in TF M15

    ==================

     

    RefreshRates();

    double val1now = iCustom(Symbol(), PERIOD_M15, "Kicker", 0, 81, 1, 1); //buy buffer

    double val2now = iCustom(Symbol(), PERIOD_M15, "Kicker", 0, 81, 2, 1); //sell buffer

     

    double val1b4 = iCustom(Symbol(), PERIOD_M15, "Kicker", 0, 81, 1, 2); //buy buffer

    double val2b4 = iCustom(Symbol(), PERIOD_M15, "Kicker", 0, 81, 2, 2); //sell buffer

    double mome = iMomentum(Symbol(), PERIOD_M15, 8, 0, 0);

     

    double val1_small = iCustom(Symbol(), PERIOD_M15, "Kicker", 0, 35, 1, 1); //buy buffer

    double val2_small = iCustom(Symbol(), PERIOD_M15, "Kicker", 0, 35, 2, 1); //sell buffer

     

    double roi_resistance = iCustom(Symbol(), PERIOD_M15, "ROIAlert", 1, 1);

    double roi_support = iCustom(Symbol(), PERIOD_M15, "ROIAlert", 0, 1);

     

     

    Comment("\n\n\n\n\n\n\n\n\n\n\n\n"+"val1now ="+ val1now

    + "\n"

    +"val2now ="+ val2now

    + "\n"

    +"val1b4 ="+ val1b4

    + "\n"

    +"val2b4 ="+ val2b4

    + "\n"

    +"Resist ="+roi_resistance

    + "\n"

    +"Support ="+roi_support

    + "\n"

    + "NO TRADE "+ Symbol()+ "-"+ Period());

     

    if ( val2now == val1b4 || val1now == val2b4 )

    {

    Comment("\n\n\n\n\n\n\n\n\n\n\n\n"+"val1now ="+ val1now

    + "\n"

    +"val2now ="+ val2now

    + "\n"

    +"val1b4 ="+ val1b4

    + "\n"

    +"val2b4 ="+ val2b4

    + "\n"

    +"Resist ="+roi_resistance

    + "\n"

    +"Support ="+roi_support

    + "\n"

    + "!!!!!!! Yellow Zone !!!!!!!! "+ Symbol()+ "-"+ Period());

    }

     

    // look at kicker values

    if ( val1now >100000 && val1b4 >100000 && val2b4 > val2now && mome < 100 && val2now > val2_small && val2now <=roi_support )

    {

    Comment("\n\n\n\n\n\n\n\n\n\n\n\n"+"val1now ="+ val1now

    + "\n"

    +"val2now ="+ val2now

    + "\n"

    +"val1b4 ="+ val1b4

    + "\n"

    +"val2b4 ="+ val2b4

    + "\n"

    +"Resist ="+roi_resistance

    + "\n"

    +"Support ="+roi_support

    + "\n"

    +"Kicker Sell Signal "+ Symbol()+ "-"+ Period());

    SendMail("Kicker Sell "+ Symbol()+ "-"+ Period(),"");

     

    }

    if (val2now >100000 && val2b4 >100000 && val1b4 < val1now && mome > 100 && val1now < val1_small && val1now >= roi_resistance)

    {

    Comment("\n\n\n\n\n\n\n\n\n\n\n\n"+"val1now ="+ val1now

    + "\n"

    +"val2now ="+ val2now

    + "\n"

    +"val1b4 ="+ val1b4

    + "\n"

    +"val2b4 ="+ val2b4

    + "\n"

    +"Resist ="+roi_resistance

    + "\n"

    +"Support ="+roi_support

    + "\n"

    +"Kicker Buy Signal "+ Symbol()+ "-"+ Period());

    SendMail("Kicker Buy "+ Symbol()+ "-"+ Period(),"");

    }

     

    return (0);

  2. Here's my thought

     

    TF 15

     

    Buy

    ====

    - Enter when momentum8 > 100

    - Enter when Kicker81 turn from red-yellow-blue

    - Exit when Kicker35 turn from blue-yellow-red

     

    Sell

    ====

    - Enter when momentum8 < 100

    - Enter when Kicker81 turn from blue-yellow-red

    - Exit when Kicker35 turn from red-yellow-blue

     

     

    Umm -> Some Corrections

     

    Trade Rules :-

     

    Go Long When

     

    1> Kicker Is Blue

    2> Price Breaks the Resistance Level

     

    Go Short When

     

    1> Kicker is Red

    2> Price Breaks The Support Levels

     

    Take Profits & Trading Scheme :-

     

    => Take two trades as soon as you find a signal

     

    Take Profits :-

     

    => For the First Trade :- Give it a solid Take Profit of 10 Pips

    => For the Second Trade :- Let it ride the trend till the kicker Indicator changes its colour. And ** Always keep a note to keep a TRAILING STOP of 10 pips, So if there is a reversal -> You'll be safe.

     

    Stop Losses :-

     

    => I am still researching for possible based Stop loss entries but I am not able to give much time to find a Fixed Value

    => And If stop losses are hit too - I want to make the trades as safe and reduce the losses to the highest extent.

    => If anyone generous enough could invest some time here for that - I'll be glad

     

    Trailing Stops :-

     

    => Let first trade append to system rules of 10 Pips.

    => Let Second Trade Ride the trend with a Trailing stop of 10 Pips & Close the trade as soon as kicker changes colour.

     

    New Experiments :-

    => I will try to add some new Indicators which can give better quality signals!

     

    I think I have made myself clear, However any more questions , Doubts Issues - Feel Free to contact me!

     

    Harsh124

  3. FXClarence,

    i lost 70 pips with False signal at EJ yesterday, TF 1 hr...

    There are 3 type of signals (Neuro, BBand , xTra signal) to be triggered before we make decision to open the trade. My opinion is Market sentiment signal maybe lagging & we should start to see opportunity to trade if BBand start to trigger.

    In term of helper to this indicator, i 'm using Quik_Trailing_expert to help managing the trades.. see how's things goes... so far i 'm still evaluating how good this system..

  4. hi folks,

    Please read below blog to understand what the hedge strategy proposed by Harry

    http://forexarena.blogspot.com/2009_09_09_archive.html

     

    & actually I modified the PauloCosta EA with changes as below (I name it as PauloCosta_V1.mq4)..

    Features added

    ============

    -- Add in MN (ie :- magic#, 1.5600 as base/golden line, EA will trigger either buy/sell at these so called horizontal line (HL), 1.5560,1.5600, 1.5640, 1.5680, 1.5720), TP/SL = 40/80

    -- Special for GU@TF 1 Hr.

    -- Add in EMA filter 18 & 28 to precisely trigger for buy/sell signals when price touching these HL..

     

    http://www.megaupload.com/?d=CPVMM44B

    Let's do backtest & comment pls ?

    Any good programmer, please keep on modify if flaw found & share by updating the version pls.

  5. Re: Fusion v1.1a

     

    hi all,

    mine works in live. I turned off the MM, so that it trades fixed lot 0.1..

    Strategy 1 seemed disabled as what your guys notices...

     

    extern string _2 = "Strategy Parameters";

    extern double Equitylimit = 500.0; <-- I did not disturb, this is default..

    extern int S1_MaxTrades = 2; //10

    extern int S2_MaxTrades = 1;

    extern int S3_MaxTrades = 1;

    extern int S4_MaxTrades = 1;

    extern int S1_MagicNumber = 7771;

    extern int S2_MagicNumber = 7772;

    extern int S3_MagicNumber = 7773;

    extern int S4_MagicNumber = 7774;

    extern double Lots = 0.1;

    extern bool UseMM = FALSE;

    extern double LotsRiskReductor = 5.0;

    extern double MaxLots = 1.0; // 10.0

  6. Re: What do you think about EA KAIN?

     

    folks,

    5 trades all win, small gains..with 104...

    ===============================

    buy 0.30 eurchf. 1.4259 1.4202 1.4289 2010.03.26 01:29 1.4262 8.38

    sell 0.30 usdchf. 1.0742 1.0808 1.0712 2010.03.26 01:22 1.0736 16.77

    buy 0.30 eurgbp. 0.8962 0.8916 0.9015 2010.03.26 01:10 0.8965 13.33

    sell 0.30 eurchf. 1.4262 1.4319 1.4232 2010.03.26 00:40 1.4259 8.38

    buy 0.30 eurchf. 1.4259 1.4202 1.4289 2010.03.26 00:15 1.4262 8.38

  7. Re: What do you think about EA KAIN?

     

    Folks,

    i analyzed this KAIN trade statement from forexpeacearmy & below were some breakdown.. so we should know what pair should not be good choice of scalp...

    hope it helps !

     

    Currency Sum of profit

    =================

    eurchf 384.84

    eurgbp 1300.89

    eurusd -1635.34 <-- that's killing the KAIN ranking downword

    gbpchf 154.26 <-- i dun like this pair, spread in fx open too high 7 pips !

    usdcad 1286.79

    usdchf 1024.63

    usdjpy 824.65

    ==================

    Grand Total 3340.72

  8. Re: What do you think about EA KAIN?

     

    hmm,

    still not performing today in fx open real.., plan to lower the lot size again...

    which version is safer & perform better (in real acc) ? any ideas my fellow fren ?

     

    2010.03.25 00:13 buy 0.50 eurchf. 1.4288 1.4229 1.4316 2010.03.25 05:20 1.4282 0.00 0.00 0.00 -28.01

    2010.03.25 00:10 buy 0.50 usdchf. 1.0726 1.0660 1.0756 2010.03.25 04:30 1.0716 0.00 0.00 0.00 -46.66

    2010.03.25 00:35 sell 0.50 eurusd. 1.3330 1.3405 1.3300 2010.03.25 04:05 1.3332 0.00 0.00 0.00 -10.00

×
×
  • Create New...