fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Daverazon
    D
    • Profile
    • Following 1
    • Followers 0
    • Topics 6
    • Posts 11
    • Best 0
    • Controversial 0
    • Groups 0

    Daverazon

    @Daverazon

    0
    Reputation
    170
    Profile views
    11
    Posts
    0
    Followers
    1
    Following
    Joined Last Online

    Daverazon Unfollow Follow

    Latest posts made by Daverazon

    • How To Buy when ask price >= open price of previous bearish candle???

      0_1645491872399_Screenshot_20220222-014838_MetaTrader 4.jpg

      https://fxdreema.com/shared/M0YuCUNeb

      Please my strategy is to buy when

      1. The previous candle was bearish
      2. Then the ask price of the current candle is greater than or equal to the open of that previous bearish candle.

      (Note: under that condition block I've tested tick id as blank, 0 and 1 but none of them opens my position 😣)

      posted in Questions & Answers @l-andorrà @jstap @fxdreema
      D
      Daverazon
    • RE: How do I make ea to save the id (probably timestamp) of a particular candle for future trade setup confirmation

      @l-andorrà thanks a lot for looking into it for me. I've also tried other methods but it's evident that the current fxdreema can't perform this kind of function. I'll try out another strategy.

      posted in Questions & Answers
      D
      Daverazon
    • How do I make ea to save the id (probably timestamp) of a particular candle for future trade setup confirmation

      0_1639673711836_Screenshot_20211216-174445_MetaTrader 5.jpg
      Please I need to create an ea for my trading strategy which goes like this,
      For Sell,
      Step 1. 100 ema (red) below 150 ema (green)
      Step 2. A candle opens below and closes above the slow ema
      Step 3. Later on, as long as the 100 ema stays below the 150, the first candle that opens above and closes below the 100 ema
      Step 4. Sell at the close of that candle
      (and vice versa for buy)

      I've shared a pic of the setup above, as you can see the strategy simply states that (for sell trade) sell at the close of the FIRST bearish candle to cross 100ema down after a bullish candle crossed the 150ema up in the past.

      I know that for step 3 I'll put the candle Id as 1, so that my order will be placed at its close below 100ema. Seeing as I must give my entry candle the "id of 1" what "id" do I put for the step 2 candle in the condition block that shows when the previous cross above the 150ema occurred. This previous candle could be 1 candle in the past, 2, 3, 5, 10 or even 20 candles backwards so I don't know how to create the ea using this candle id method.

      I thought of this, is there a way to set the ea such that after step 2 occurs it stores the time stamp of that candle and later on when step 3 is fulfilled, it places the order and resets its memory so it can analyze (store time stamp of next step 2 candle, whenever step 3 is fulfilled, place order) the next setup.

      This is currently the only thing I could think up but I've looked at fxdreema's toolbox and I don't think it can be done. Please help me out 🙇🏽‍♂️🙇🏽‍♂️🙇🏽‍♂️

      posted in Questions & Answers @l-andorrà @fxdreema
      D
      Daverazon
    • RE: HOW CAN I SET LIMIT ORDER AT THE HIGH OR CLOSE OF MY CANDLE?

      @jstap Thank you very much for helping me out. I'd seen that custom price option before but thought nothing of it. Just after listening to you I went and checked again and everything is as you said. Thanks a lot once again 😁😁😁
      FXDREEMA IS THE BEST !!!!

      posted in Questions & Answers
      D
      Daverazon
    • RE: HOW CAN I SET LIMIT ORDER AT THE HIGH OR CLOSE OF MY CANDLE?

      @jstap Thanks a lot for taking your time to help me out but I've checked out the "single candle template" and it's not what I'm asking about. In my question I explained that I've already set my ea to identify the bearish pin bar (so I don't need the single candle template), the problem I'm asking for clarification on is this:

      0_1638457298498_Screenshot_20211202-142635_MetaTrader 4.jpg

      how do I set a sell limit order at the high of THIS ALREADY IDENTIFIED CANDLE?

      posted in Questions & Answers
      D
      Daverazon
    • RE: HOW CAN I SET LIMIT ORDER AT THE HIGH OR CLOSE OF MY CANDLE?

      @jstap Please I don't know how to get/create a single candle template moreso creating a custom price. Could you please use that picture I posted above and create a sell limit order let me study it. Some people such as myself learn better with practical examples.

      posted in Questions & Answers
      D
      Daverazon
    • HOW CAN I SET LIMIT ORDER AT THE HIGH OR CLOSE OF MY CANDLE?

      After much research, I was able to find out how to use variables to enable my ea to locate a pin bar but now an even more daunting problem has arisen. With the current buy/sell pending order options, how am I supposed to set a sell limit at the high of my identified bearish pin bar (or buy limit at the low of my identified bullish pin bar)????
      0_1638453411409_Screenshot_20211202-142635_MetaTrader 4.jpg

      The main problem here is that in fxdreema builder, the pending order price is just a fixed pips offset from the current price, but how am I supposed to know the pip distance between the closing price and the high/low of the pin bar???

      Please you guys should help me out here, and besides pending orders should have a custom price entry level where you can just set it to the high, low or open of the current or previous candle.

      I already know how to identify the pin bar candle pattern, what I'm requesting is how to set a limit order at it's high (for bearish pin bar) or low (for bullish pin bar)

      And PLEASE 🙏🙏🙏 don't just explain with words, use the bearish pin bar picture I posted above and create a sell limit order for it on fxdreema builder mt5 and share it here, let myself and others who are still confused about this pending order limitation study it.
      Thank you.

      posted in Questions & Answers @admin @fxdreema @jstap @l-andorrà
      D
      Daverazon
    • Multicurrency trader where pairs can be toggled on and off

      I want to create a multicurrency ea with different strategies for different currency pairs. Please what function do I use so that once I load the ea on the chart I can choose which of the available pairs to turn on for trading just like the "weekdays" filter where you can choose from the inputs which day to trade.
      So in the project I shared is just for illustration, how should I achieve my desired result?
      I previously tried that "toggle blocks" function but when I loaded the ea I didn't see any input menu to choose which pairs get turned on or off.

      https://fxdreema.com/shared/Sa3owdAWb

      posted in Questions & Answers
      D
      Daverazon
    • HOW DO I SET ENGULFER CANDLES AS BUY OR SELL CONDITION & AND ALLOW TRADE ON ONLY MY FIRST SIGNAL CANDLE

      0_1637933373149_20211126_141335.jpg

      Please someone should direct me on how to do this, based on the diagram I drew.

      My signal candles are of 2 types:
      A bullish candle (candle 1 and 2) or a bearish engulfer (candle 4 and 5) which forms below (the bullish candle can close above the ema but it MUST have opened below it, meanwhile the bearish engulfer can open above but it MUST close below the ema) the ema when both Stochastic lines are in overbought zone.

      So I want to sell at the close of the FIRST signal candle whenever Stochastic lines are in overbought zone. As you can see, candle 1, 2 and 3 are all legitimate signal candles but candle 1 is the FIRST signal candle after Stochastic entered overbought. So before another sell order is activated, both Stochastic lines must go back below overbought then enter overbought again.

      You can see candle 5 is a bearish engulfer and it occurs when Stochastic lines are in overbought so it's good to go.

      Please direct me on which conditions and functions are to be used to achieve this.

      posted in Questions & Answers
      D
      Daverazon
    • RE: How do I make my expert advisor trade multiple currency pairs

      @jstap OK, thanks for your guidance.

      posted in Questions & Answers
      D
      Daverazon