fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. migen
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 1
    • Topics 33
    • Posts 67
    • Best 2
    • Controversial 0
    • Groups 0

    Posts made by migen

    • no trade/order nearby problem

      For example.
      No buy trade nearby / no buy pending order nearby - 20 pips in the range 20 pip in the winning side -> place a buy pending (price offset 10 pips).

      However, it place many orders. Not sure why.

      https://fxdreema.com/shared/l3Mi1I1Sc

      posted in Questions & Answers
      M
      migen
    • How to place order when price higher than all prices of old trades

      Place an buy order when price is higher than all prices of existing trades of that symbol (ie. GBPUSD) ?

      Any suggestions ?

      posted in Questions & Answers
      M
      migen
    • MT5 "netting mode", how to set target for account, works even EA restarted ?

      Because of trading grids, I place hundreds of orders. To avoid fee and limited number of orders, I have to consider to use MT5 with netting mode.

      What I tried is use formula block (Balance + profit), put in a Variable (when no trade).
      Set EA close all orders when Equity > Variable.
      https://fxdreema.com/shared/AqAfTIjNc

      It works. However, when my laptop closed Metatrader, EA restarted. It caused a mess.

      Because of netting mode, balance is changing. So I can only set profit target before EA trades.

      Any ideas to set target profit with MT5 netting mode, works even EA restarts ?

      posted in Questions & Answers
      M
      migen
    • How to open new order at the same price of the closed trade

      I try to build a grid EA. I need to find a way to:
      A buy trade reach take "profit" and closed.
      open a new Buy pending order at the same price (open price) of the closed trade ( which is just closed).

      I find some ways to do that, however, it miss the open price of closed trade.

      Any suggestions ?

      posted in Questions & Answers
      M
      migen
    • How to sort a list of Variables in order " from High to Low value" ?

      I have a list of Variables to show the currency strength.

      Ideas from :https://forums.babypips.com/t/trading-the-trend-with-strong-weak-analysis/77959

      So I have Variables : 1,2,3
      How to sort these value in order from High to Low and display the list on chart

      Any suggestion ?

      posted in Questions & Answers
      M
      migen
    • How to place a buy limit when current trade close by TP

      How to place a buy limit when current trade close by Target Profit ?

      Not "check last trade close", because when EA restarts, it will open buy limit - pending order.

      I want EA check the running trade, when the trade is close by TP, then it will open a limit buy - pending order.

      I tried but i still don't find a good logic.

      Any suggestion ?

      posted in Questions & Answers
      M
      migen
    • How to skip the first bar of the day ?

      My EA trade many timeframes. I want to skip the first bar of each timeframe. Anyone know how to do ?

      posted in Questions & Answers
      M
      migen
    • RE: Do you use your EA for live trading?

      @l-andorrà said in Do you use your EA for live trading?:

      @seb-0 I'm a firm believer in karma. This is why I try to do as much good as possible to the world of forex. I hope some day the world will reward me for that in the form of a good profitable EA! LOL 😄

      Have you ever read about Alien System :https://www.forexfactory.com/thread/463573-aliens-extraterrestrial-visual-systems
      Do you have any interest in it ?
      I try to build EA for this system.

      posted in Questions & Answers
      M
      migen
    • how to write the repeated condition - Candle Close ID 0 > Candle Close ID 5,...

      Anyone knows how to write the repeated formula in condition block:
      Candle Close ID 0 > Candle Close ID 5, Candle Close ID 0 > Candle Close ID 15, Candle Close ID 0 > Candle Close ID 30,...

      0_1607656373554_Capture.JPG

      posted in Questions & Answers
      M
      migen
    • RE: how to get EA complete calculation before placing order ?

      @biztet said in how to get EA complete calculation before placing order ?:

      The candle id _0_0 & _1

      The candle id _0_0 & _1 : it's Constants ( Inputs ), so I can input and test the settings of different conditions easily without changing the code.

      Constants ( Inputs 😞
      _0_0 = 0
      _1 = 1
      Later I can change the numbers in the EA's Input settings in MT4 to test bigger periods.

      posted in Questions & Answers
      M
      migen
    • RE: how to get EA complete calculation before placing order ?

      @l-andorrà the issue is solved by arranging the numerical order of blocks correctly. Fxdreema admin told me but I forgot.

      Do you know how to write the repeated formula in condition block:
      Candle Close ID 0 > Candle Close ID 5, Candle Close ID 0 > Candle Close ID 15, Candle Close ID 0 > Candle Close ID 30,...

      0_1607574293686_Capture.JPG

      posted in Questions & Answers
      M
      migen
    • RE: Making Profit from EAs

      it's not easy to just say yes or no. Because to create a good EA isn't easy. Sometimes, a bug appears and I need to fix, later another bug appears.

      You can do manual trading with profitable results, however, a buggy EA still loses money because of unperfect logic in building your EA.

      Sometimes, I just build an EA to do some consuming time tasks and fix it little by little.

      posted in Questions & Answers
      M
      migen
    • RE: how to get EA complete calculation before placing order ?

      It seems to get the number of blocks in order to get the EA works one after another.

      posted in Questions & Answers
      M
      migen
    • RE: how to get EA complete calculation before placing order ?

      oh, it can't solve the issue. Does anyone have any suggestions?

      posted in Questions & Answers
      M
      migen
    • RE: how to get EA complete calculation before placing order ?

      I found it out. Using Controlling block "AND" to finish the calculation before using result for trading.

      posted in Questions & Answers
      M
      migen
    • how to get EA complete calculation before placing order ?

      I build EA to do the calculation of Currency Strength.

      However, sometimes, the EA still place an order when processing calculation. How to get the EA works in order to place an order after completing the calculation ?

      0_1607336429676_111.JPG

      posted in Questions & Answers
      M
      migen
    • RE: Block "PASS"

      Read instructions: https://fxdreema.com/instructions

      Pass block just to make other single block work. Sometimes, it helps to link in complicated EA.

      posted in Questions & Answers
      M
      migen
    • How to get data from API and use it in comparation ?

      Dukascopy has a sentiment index https://www.dukascopy.com/trading-tools/widgets/quotes/realtime_sentiment_index
      and API to get data:

      https://www.dukascopy.com/client/javadoc/com/dukascopy/api/IFXSentimentIndex.html
      https://www.dukascopy.com/client/javadoc/com/dukascopy/api/IDataService.html

      I wonder if there is a way to get the index value (example EUR) to use in FXdreema condition block ?

      posted in Questions & Answers
      M
      migen
    • RE: One trade hit trailing stop (Stoploss), it will close all trade ?

      i have just found a solution

      https://fxdreema.com/shared/c1Q0vfEEb

      posted in Questions & Answers
      M
      migen
    • One trade hit trailing stop (Stoploss), it will close all trade ?

      I need simple EA will check if one trade hit trailing stop (Stoploss), it will close all trade ?

      Anyone can help ?

      posted in Questions & Answers
      M
      migen
    • 1
    • 2
    • 3
    • 4
    • 1 / 4