Jump to content

bamik

Members
  • Posts

    196
  • Joined

  • Last visited

Posts posted by bamik

  1. Re: Multi time frame indicator requested

     

    I am mt4 novice bamik.

    Can you please show me in code above where it calls SuperTrend.ex4

     

    My friend when you making an MTF indicator from an indicator you need to have that base indicator in your folder indicator of MT4.

    However,look at here that MTF indicator call base indicator:

    buf_up1D[i] = iCustom(NULL, Period_4, "[size=150]SuperTrend[/size]", false, 1, y1d);
         buf_down1D[i] = iCustom(NULL, Period_4, "[size=150]SuperTrend[/size]", false, 0, y1d);
        
         if (i < 2)
         {
            SoundAlarm(buf_up1D[i] , iCustom(NULL, Period_4, "[size=150]SuperTrend[/size]", false, 1, y1d+1), 4, "Down");
            SoundAlarm(buf_down1D[i] , iCustom(NULL, Period_4, "[size=150]SuperTrend[/size]", false, 0, y1d+1), 4, "Up");
         }
         buf_up4H[i] = iCustom(NULL, Period_3, "[size=150]SuperTrend[/size]", false, 1, y4h);
         buf_down4H[i] = iCustom(NULL, Period_3, "[size=150]SuperTrend[/size]", false, 0, y4h);
    
         if (i < 2)
         {
            SoundAlarm(buf_up4H[i] , iCustom(NULL, Period_3, "[size=150]SuperTrend[/size]", false, 1, y4h+1), 3, "Down");
            SoundAlarm(buf_down4H[i] , iCustom(NULL, Period_3, "[size=150]SuperTrend[/size]", false, 0, y4h+1), 3, "Up");
         }
        
         buf_up1H[i] = iCustom(NULL, Period_2, "[size=150]SuperTrend[/size]", false, 1, y1h);
         buf_down1H[i] = iCustom(NULL, Period_2, "[size=150]SuperTrend[/size]", false, 0, y1h);
        
         if (i < 2)
         {
            SoundAlarm(buf_up1H[i] , iCustom(NULL, Period_2, "[size=150]SuperTrend[/size]", false, 1, y1h+1), 2, "Down");
            SoundAlarm(buf_down1H[i] , iCustom(NULL, Period_2, "[size=150]SuperTrend[/size]", false, 0, y1h+1), 2, "Up");
         }
        
         buf_up30M[i] = iCustom(NULL, Period_1, "[size=150]SuperTrend[/size]", false, 1, y30m);
         buf_down30M[i] = iCustom(NULL, Period_1, "[size=150]SuperTrend[/size]", false, 0, y30m);
    
         if (i < 2)
         {
            SoundAlarm(buf_up30M[i] , iCustom(NULL, Period_1, "[size=150]SuperTrend[/size]", false, 1, y30m+1), 1, "Down");
            SoundAlarm(buf_down30M[i] , iCustom(NULL, Period_1, "[size=150]SuperTrend[/size]", false, 0, y30m+1), 1, "Up");
         }
      }

  2. Re: [Req] Forex Income Engine - EA

     

    Please someone tell us the (Set up condition & Buy entry & Sell entry & TP & SL & Exit) roles of this system.

    I want test this system and make an EA from this system.I do not have a lot of time to watch these videos.

    Thanks

     

    I wrote an indicator Based on this system to check the system.

    This indicator show arrows after set up candle.(Only for buy).

    I can't understand this role:"HH5-LL5 Must Outside 20 bar Rang"

    When I add this role to Indicator we have not any signal.Please check the indicator and tell me your advice .

    Thanks

    http://www.4shared.com/file/154750089/1bd11340/InComeEngine_V1.html

  3. If you love martingale and If you don't use stop loss,This EA suitable for you.This EA is very profitable but it has big drawdown. :P

    EUR-USD 30M

    http://www.4shared.com/file/145477308/ad1705da/PipsManiaV20_Expert_Advisor.html
    

     

    7 months back test result with default setting.($1000 Initial deposit)

    Enjoy it.

    http://www.mypicx.com/uploadimg/1856607178_11012009_1.gif

×
×
  • Create New...