fxDreema

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

    leochangchen

    @leochangchen

    0
    Reputation
    157
    Profile views
    14
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    leochangchen Unfollow Follow

    Latest posts made by leochangchen

    • RE: A simple EA question

      @fxDreema Thanks again Admin for the detailed explanation
      I will continue learn and do more to build mi EA
      really appreciate your fxdreema project and the website

      posted in Questions & Answers
      L
      leochangchen
    • RE: candle patterns

      Maybe you can do :

      Condition Block : if "Candle 1 close" < "Candle 2 Open"
      Sell now Block : Candle 1 Close with S/L Candle 2 or Candle 1 High

      posted in Questions & Answers
      L
      leochangchen
    • RE: A simple EA question

      @fxDreema thanks again Admin, I will google about hedging and netting or ask my broker,

      regards the "Once per day", if I choice "Hours Period",
      let's say Start hour from (00:00) End hour to (12:00)
      the condition I put under the block "Once per day" will be checked repeatedly during 00:00~12:00?
      or will only check max 1 time during these hours,
      here's where I'm a bit confused

      @roar Thanks also for your reply, I will check this with the broker

      posted in Questions & Answers
      L
      leochangchen
    • RE: A simple EA question

      btw, I wish to add "Once per day" filter,
      "Once per day" mean it will check the condition I putted and open a trade only once per single day right?
      and how can I write if I wish to close all opened trade on the finish of each day?
      will be two block of "Once per day" Time filter?

      0_1550652428055_0827af5b-ff75-4f0e-b7ec-7e1e5d61e60b-image.png

      is this logic correct? (forget about the blocks number because I created them in random just to take a screenshot :P)

      posted in Questions & Answers
      L
      leochangchen
    • RE: A simple EA question

      Thanks again for reply dear Admin,

      I will write and test both "Custom (Price Level)" and "Custom (Price Fraction)" in a demo to see the difference,

      and about the mode netting or hedging, where I can check this?
      btw, I let them default while creating my MT4 and MT5 project

      posted in Questions & Answers
      L
      leochangchen
    • RE: ATR Value

      you're welcome,
      I'm new here too
      let's learn and earn together 🙂

      posted in Questions & Answers
      L
      leochangchen
    • RE: ATR Value

      I think it's 0.0010,
      will be the same format when you use the indicator,
      but all depend the symbol or product you're trading,
      some symbols has only two digit after the dot

      posted in Questions & Answers
      L
      leochangchen
    • RE: A simple EA question

      0_1550025781931_14b565d1-cde2-4ac0-871a-900d0e20f5e5-image.png
      can be this working?
      if yes, I know I can change the number "2" to a constant,
      but can I write to " * constant name"?

      posted in Questions & Answers
      L
      leochangchen
    • RE: A simple EA question

      @fxdreema wow~ thanks for reply Admin,
      btw,
      I got it work when I changed to MT4,
      but with same logic I can't let it work in MT5,
      it will work on MT5 when I disconnect the one of the two condition to "Non position",
      I mean, if I disconnect second condition, the first condition will buy,
      if I disconnect first condition, the second condition will sell,
      but connected both condition, no one is working,

      In MT4, both condition connected to "No Trade" will work both,

      btw, May I ask how to get value of indicator ATR to declare a variable for TP/SL?
      I wish to put for example,
      current ATR value (when open trade) * ATR_Multiplier (constant input or can be putted by user) = SL/TP

      Thanks in advance,
      also thanks again for your reply @josecortesllobat

      posted in Questions & Answers
      L
      leochangchen
    • RE: A simple EA question

      Gracias Jose,

      I will try your form soon,
      so the condition block I'm doing well ?
      setted Close candle > numeric Value,

      posted in Questions & Answers
      L
      leochangchen