fxDreema

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

    divinefang

    @divinefang

    0
    Reputation
    125
    Profile views
    18
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    divinefang Unfollow Follow

    Latest 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