fxDreema

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

    Posts made by divinefang

    • RE: Need help for my EA

      Yes hedging and martingale indeed, and I am aware that I am playing with fire đŸ˜›

      Back to topic, thank you so much for pointing out the "on Trade" tab, I totally overlooked that one, which is exactly what I needed.

      I need some help about modifying my TP.

      The EA will Buy and set a Pending Order. For the Buy order, I would like the EA to modify its TP to +1 pip if the price is 10 pips below its open price. However upon testing, the EA modify the TP as soon as the Buy order is started. Please have a look https://fxdreema.com/shared/8KjIsLm9

      Thanks

      posted in Questions & Answers
      D
      divinefang
    • RE: Need help for my EA

      Hello again, it has been quite a long while since I last posted here and now I need some help with my martingale EA.

      The constants; initial_lot_size=0.01, mutipliersize=2

      I have a Long trade opened and running at 0.01 lot and a Short Pending Order set at 0.03 lot.

      Once the Short Pending Order is triggered, I want the EA to do the following:

      • Breakeven my first Long trade with 1 pip profit.

      • Check the Short Pending Order lot size (say "SPOLS"). Open a Long Pending Order with its price equal to my first Long trade open price, and lot size of "(SPOLS x mutipliersize)+initial_lot_size", i.e. 0.03x2+0.01=0.07

      Now I have 2 trades running (Long 0.01 lot and Short 0.03 lot) and 1 Long Pending Order set.

      If the most recent opened trade TP is hit (ie the Short at 0.03), the EA will delete the Long Pending Order (or any Pending Order).

      Thank you and looking forward to be a subscriber again.

      posted in Questions & Answers
      D
      divinefang
    • RE: Simple partial close EA

      Hi, I need help creating this very simple EA.

      I open a trade manually with 0.3 lot. I would like the EA to close 0.1 lot after I make 10pips, close another 0.1 lot after 20 pips and let the remaining 0.1 lot run until it hit the TP or SL that I set on the broker. Is this the correct logic?
      https://fxdreema.com/shared/TTf86H2Ib

      The nod "pips away from open price", "away" means profiting or losing?

      Thank you

      posted in Questions & Answers
      D
      divinefang
    • RE: Stoch Divergence available? Custom indi attached here.

      I have attached a custom indicator Stoch divergence here. When there is a divergence, it will show an arrow (either red or blue).

      Can you please show me an example for SELL, when the red arrow appear? Thank you!

      ......
      Stochastic_DivergenceMTF.mq4
      Stochastic_DivergenceMTF.ex4

      posted in Questions & Answers
      D
      divinefang
    • RE: What if, for ECN broker, the SL/TP failed to be set?

      What if, for ECN broker, the SL/TP failed to be set? Is there a retry or a workaround?

      posted in Questions & Answers
      D
      divinefang
    • RE: How to set Buy Pending to expire in 90mins?

      How to set Buy/Sell Pending Order to expire in 90mins from the time it is placed? Thanks!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to check previous trade level (losing) of the day?

      I got it! You have been very helpful as always, thanks!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to check previous trade level (losing) of the day?

      Hi, need some help building a logic in the following order:

      1. Check the most recently closed trade for today with the condition the trade was opened today.
      2. Check if it is a winning or losing trade.
      3. If it is a **losing **trade, get the price level of the **open **of that trade.
      4. If it is a **losing **trade, check if it is a Long or Short.
      5. With that price level obtained in step 3, if Long, do something A. if Short, do something B.

      Thanks!

      posted in Questions & Answers
      D
      divinefang
    • RE: Stoch Divergence available? Custom indi attached here.

      Hi, I wonder if it is possible to add a Stoch Divergence (Bull&Bear) pattern? Thanks!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to modify TP Reward:Risk 2:1 to 1:1 after 18:30?

      Thanks!!!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to modify TP Reward:Risk 2:1 to 1:1 after 18:30?

      How to modify a running Long trade TP with Reward:Risk of 2:1 to 1:1 after 18:30 when price still below 50% of TP level?

      In otherwords, after 18:30 server time, close that Long trade if price is already above 50% TP level, otherwise set new TP level to 50% of the initial TP.

      Thanks!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to trade only after S1 and R1 of Pivot Point?

      Thanks!!!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to trade only after S1 and R1 of Pivot Point?

      The screenshot shows Daily Candle ID is 0. But I am supposed to use 1, right?

      posted in Questions & Answers
      D
      divinefang
    • RE: How to trade only after S1 and R1 of Pivot Point?

      That's very kind of you. Thank you so much!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to trade only after S1 and R1 of Pivot Point?

      Can you show me the calculation in the custom box please? Thanks!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to set TP:SL ratio as 3:1? (SL is dynamic here)

      Okay got it. I didn't know SL*3 is possible on the field there. Thanks a lot!

      posted in Questions & Answers
      D
      divinefang
    • RE: How to trade only after S1 and R1 of Pivot Point?

      Hi all,

      I am building an intraday strategy I would like to restrict my Long trade ONLY if the low of candle ID 2 (2 bar ago) is BELOW the Daily S1 level. Opposite for Short.

      So I need to calculate S1 and then compare it to the low of candle ID 2. And I am having problem with applying math calculation here and doing the comparison on fxdreema builder.

      Please help me, thanks!

      • Daily Pivot Point (P) = (H+L+C)/3
      • S1 = 2xP - H
      • Therefore S1 = 2(H+L+C)/3 - H
      posted in Questions & Answers
      D
      divinefang
    • RE: How to set TP:SL ratio as 3:1? (SL is dynamic here)

      Hi all! I am a new user and I have this question:

      For a Long entry, my SL is the lowest low by looking back 4 bars ago. However, I would like my TP to be 3 times of that for a 3:1 Reward:Risk. How do I set that TP?

      Thank you!

      posted in Questions & Answers
      D
      divinefang
    • 1 / 1