fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. chanukonboss
    C
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    chanukonboss

    @chanukonboss

    0
    Reputation
    80
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online
    Location Thailand Age 29

    chanukonboss Unfollow Follow

    Latest posts made by chanukonboss

    • RE: Please, need help to solve my 3 PROBLEMS.

      @l-andorrà They are just RSI MACD and MA That's it. I'm pretty sure these are not repaint.

      posted in Questions & Answers
      C
      chanukonboss
    • Please, need help to solve my 3 PROBLEMS.

      Can anyone help me or give me solutions and example of these problems.
      I have no clues how to build it. Which block or condition do I have to use?

      !! 1st !! Stop loss at the Lowest/Highest at the candle before the crossed candle MA

      I want to put the stop loss at the (Yellow ARROW) price. [The lowest of candle stick not the wick]
      It has to be on the first one before the candle crossed MA, or the last candle before the candle crossed MA,
      not the candle that crossing one. Like if the trade entry at the (GREEN ARROW) candle,
      the previous blue candle one has been crossed and end up on top of the MA but that shouldn't be count as the SL point.
      It has to be the one that above MA or the body has not touched the MA.

      GREEN AND YELLOW.png
      Another Green.png

      !! 2nd !! check PIPS from current price to Stoploss before entering

      Before any Entry (BUY/SELL) Check the entry level and stoploss that it has more or less than the certain pips. for Example.
      Check Stoploss compare to Current price->Check Condition-> If it more than 10 pips= ENTRY buy/sell
      Check Stoploss compared to Current price->Check Condition-> If it less than 5 pips= [X]

      !! 3rd !! check PIPS and distant from entry price to the candle crossing that MA

      "This one has the similarity like !! 2nd !! problem. But I don't know how to."

      Checking the PIPS and distant before any Entry (BUY/SELL). it must not pass more than the certain number of candles after crossing the MA
      (Count the candle that crossed the ma too) and Checking the PIPS from Lowest/Highest of the crossed one to the entry price.
      I want to make this as a condition before entry For Example.
      From Candle crossed MA to the entry price.
      If I want to set it pass less than 5 candles and more than 5 PIPS to entry
      This picture below wouldn't match the condition.
      9 Candles has passed: 23 PIPS from crossed to the entry price.

      PINK.png
      .
      Sorry, if this really easy or have been asked before. I try to find the solutions for this but couldn't figure it out.

      posted in Questions & Answers
      C
      chanukonboss
    • RE: All The condition is correct, but wrong,delay entry or not entry at all.

      @l-andorrà So I should test it on Demo rather than backtest? I choose everytick for testing in make it slows already by put the indicator in but that might be the answer. I will try on demo and see the results.

      posted in Questions & Answers
      C
      chanukonboss
    • All The condition is correct, but wrong,delay entry or not entry at all.

      The main point of this EA is to entry after crossing ( >x) no more than certain amount of candle.

      Why there is so many right entries but still have so many wrong entries or not even entry at all.

      Example
      Untitled.png
      the yellow mark is where it should entry.
      (the #2 is wrong yellow it should be the next one)

      I don't know what I am doing wrong on the number in this EA because there is still many correct entries.

      This is the project
      https://fxdreema.com/shared/jVV3iMkmc

      posted in Questions & Answers
      C
      chanukonboss
    • Compilation errors 'return' - function must return a value

      Hi I'm very new here.

      I got this in text error after I click .ex4 Compilation errors 'return' - function must return a value.
      I don't really know about mql4. Can someone help?

      https://fxdreema.com/shared/rPzzX9JPd

      posted in Questions & Answers
      C
      chanukonboss