fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. shg
    S
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 9
    • Best 0
    • Controversial 0
    • Groups 0

    shg

    @shg

    0
    Reputation
    82
    Profile views
    9
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    shg Unfollow Follow

    Latest posts made by shg

    • RE: Thank You...

      ____well signal will be taken once the current candle close so multiple fresh cross is not the isue...[/quote:12xpj1qi]
      When you work under "on Tick", blocks will run on every tick. "Condition" block is a simple "IF", it compares two values and goes to one of it's outputs. In case of crossover, there are two IF, but again, it goes to one of it's outputs while the crossover is true. And the crossover can be true for the whole candle, which is multiple pips.[/quote:12xpj1qi]

      so which one is then block because that can help me to make it work...thanks for your help...

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      ____well signal will be taken once the current candle close so multiple fresh cross is not the isue...[/quote:1f4bm2on]
      When you work under "on Tick", blocks will run on every tick. "Condition" block is a simple "IF", it compares two values and goes to one of it's outputs. In case of crossover, there are two IF, but again, it goes to one of it's outputs while the crossover is true. And the crossover can be true for the whole candle, which is multiple pips.[/quote:1f4bm2on]

      hhmmm...well it seems that its bit technical stuff and i am not able to understand it...

      but any way..thanks for yur help

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      how about and block...will that do? i am not sure what to add so just guessing if something can work...

      thanks

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      check attached image...

      http://s14.postimg.org/3wvgnw8q9/Untitled.png

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      so i dont know how to set the ea blocks so that it do not take the trade when there is fresh cross in h1 or h4. I hope i have explained properly

      thanks

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      well signal will be taken once the current candle close so multiple fresh cross is not the isue...

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      the current problem is, it opens the trade when there is a fresh cross in h1 or h4 and by that time in m15 it has finished its trade and entering in to opposite direction so i want to take the trade only when there is a fresh cross in m15 and not in h1 or h4...

      thanks...

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      __What I can see now is that you are working under "on Timer", while normally you should work under "on Tick"[/quote:21agrvma]

      hhmmm...

      i am attaching the mql file to see...

      strategy is...very profitable at long run and it is very interesting...

      Let me explain my strategy:

      it based on osma and simple moving average...

      1. OsMA(12,26,9)
      2. MA Period - 3, close price, sma,
      3. MA Period - 5, close price, sma

      Strategy:

      it checks the H4 for osma either below zero or above
      it checkes the H1 for osma either below zero or above
      and once if both are above or below confirm...
      it take the signal in M15 osma above or below zero. If it confirms above zero then 3 should be crossed 5 from below and it enter the buy trade

      Imp Note: it only take trade when there is every fresh cross in m15 and if conditions match in H4 and H1(H1 and H4 is like trend continuation. It only required fresh cross in M15 and not in other both tfs)...

      so for buy trades:

      osma in H4 is above zero
      osma in h1 is above zero
      osma in m15 is crossed above zero at previous candle
      sma 3 crossed sma 5 from below

      close buy trade

      sma 3 crossed sma 5 from top

      for sell trades

      osma in H4 is below zero
      osma in h1 is below zero
      osma in m15 is crossed below zero at previous candle
      sma 3 crossed sma 5 from top

      close buy trade

      sma 3 crossed sma 5 from bottom

      all condition should match at closing candle...

      thanks

      ......
      osma(2).mq4

      posted in Questions & Answers
      S
      shg
    • RE: Thank You...

      Hi there,

      excellent tool. thank you for creating this tool and giving me opportunity to use it...

      But i think it need good knowledge as well to use it...i am creating ea using my strategy but no success. Problem is my strategy checking 2 higher time frame to match the signal at lower tf. I have created EA but what it does is when the trend changes in higher tf it is opening the trade so i need help...

      if you can help me then i will explain my strategy here...

      let me know

      thanks

      posted in Questions & Answers
      S
      shg