fxDreema

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

    djredwood

    @djredwood

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

    djredwood Unfollow Follow

    Latest posts made by djredwood

    • All projects remain stuck in the 'loading..' phase and are unusable.

      All projects remain stuck in the 'loading....' phase. Is it just me or is there an error with the entire site?

      posted in Bug Reports error loading
      D
      djredwood
    • Simple 'Close trade after crossing Moving Average' not working

      Hi, I hope someone can please help me.

      I have created an EA that I want to close trades after crossing a moving average (after the trade has been entered manually) however my EA closes the trades immediately after loading, not after crossing the MA.

      The conditions are:

      If in a manually entered buy trade, close the trade after bar crosses from ABOVE and closes BELLOW the Moving Average.

      If in a manually entered sell trade, close the trade after bar crosses from BELLOW and closes ABOVE the Moving Average.

      Does anyone have some advice for me on how to get this to work. I have attached the my EA here.

      0_1621001456931_MA CLOSER 5.mq4

      posted in Questions & Answers
      D
      djredwood
    • RE: Help with Time Bomb Modification

      @djredwood said in Help with Time Bomb Modification:

      l only

      Anyone help, please.

      posted in Questions & Answers
      D
      djredwood
    • Help with Time Bomb Modification

      Hi,

      I am having difficulty creating my robot as I don't have the experience to put my ideas into practice. If someone could please help it would be greatly appreciated.

      This is to do with 'time bomb'.

      'Pips to raise' and 'time to wait' are the variables in the time bomb module however I would like to be more specific.

      My parameters would be:

      (1) 'MINIMUM Pips to raise ' i.e. a specified amount of pips to move in one direction, OR MORE) within a specified time
      (2) 'time to wait'.

      Further more, the trade will only be placed AFTER a
      (3)'pause of specified time'

      If my parameters are: (1) 10-pips minimum (2) 2-sec and (3) 1-sec

      Then if the price rises 15 pips in 2 seconds (no trade yet) because it continues to rise every half second up to 20pips and then stops for a second. Then only (after the 1-sec pause) it places the trade.

      How do I modify it?

      I have included basic idea bot and screenshot.

      0_1598536780440_Sunshine 2020.08.27.mq4 0_1598536743502_Screenshot 2020-08-27 at 15.48.22.png

      posted in Questions & Answers
      D
      djredwood
    • RE: Help with loop module

      @josecortesllobat

      Thanks for your help, I'll try it out.

      posted in Questions & Answers
      D
      djredwood
    • RE: Help with loop module

      @josecortesllobat said in Help with loop module:

      In other cas

      Thank you for this. It never occurred to me to use 'on trade'.

      posted in Questions & Answers
      D
      djredwood
    • RE: Help with loop module

      0_1598079909692_WALKER EA buy 2020:08:22.mq4 0_1598079862874_Screenshot 2020-08-22 at 09.03.38.png

      Please see my updated mq4 and screenshot. I adjusted the Buy Pending Order parameters to what I initially intended.

      posted in Questions & Answers
      D
      djredwood
    • RE: Help with loop module

      0_1598078671063_WALKER EA buy 2020:08:21 3.mq4 !
      0_1598079237551_Screenshot 2020-08-22 at 08.53.19.png

      Hi Thanks, I have attached my MQ4 file and screenshot.

      • EA opens a pending order on Candle ID = 0 but the trade does not open because the trigger level is not reached. When a new bar opens: place a new pending order (I will have 2 and so on). Do not remove the previous order. This is continuous regardless of how many orders or trades might currently be open. (I know there will be many pending orders and trades open at once, but that's the strength of this strategy.)

      • EA opens a pending order on Candle ID = 0 and trade opens on the trigger level. When the next bar opens: open a new pending order regardless of how many might currently be open.

      Thanks

      posted in Questions & Answers
      D
      djredwood
    • Help with loop module

      Hi,

      I was hoping someone could help me, please.

      I have created an ea that places an order on every new bar.

      The order is placed 4 pips up from the open bar price. when that price is met, a buy trade is opened with TP of 16 pips and the SL of 4 pips (SL level is the same as open bar level)

      When the TP is hit, the trade is over and nothing else happens. The order is cancelled if the price goes down 20 pips from the open bar price This is simple.

      Bar opens, the pending order is placed 4 pips up. When the price goes 4 pips up from bar open, trade is opened. Thereafter when the price goes 4 pips down from trade open, SL is hit.

      I am not experienced and so I tried the loop module, the trade does not place one order each time, it places many. What am I doing wrong?

      0_1598075947127_WALKER EA buy 2020:08:21 3.ex4

      posted in Questions & Answers
      D
      djredwood