fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. ambrogio
    3. Best
    A
    • Profile
    • Following 4
    • Followers 52
    • Topics 81
    • Posts 2396
    • Best 307
    • Controversial 3
    • Groups 0

    Best posts made by ambrogio

    • RE: Pay

      @bk7 said in Pay:

      via custom code you can do pretty much everything!

      @bk7 how much for predict the future market price? đŸ˜„

      posted in Questions & Answers
      A
      ambrogio
    • RE: Pending Order does not trigger Trade/ Position

      @umbrellamaker i saw you have put a buy limit of 100 LotSize (one hundred), maybe this could be the problem? Maybe the instrument properties don't allow this big size.
      Ops, never mind. (EDIT)

      posted in Questions & Answers
      A
      ambrogio
    • RE: Please help me understand the logic

      @vonmunchy are you using the right buffers?

      0_1614005576580_ma_cross1.JPG

      posted in Questions & Answers
      A
      ambrogio
    • RE: Please help me understand the logic

      @vonmunchy have you already read the instruction? https://fxdreema.com/howto#Constants-and Variables

      this is just an example

      0_1614027220623_ma_cross1.JPG

      https://fxdreema.com/shared/wHTcg4S9d

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to get the EA to trade on indices?

      @vish said in How to get the EA to trade on indices?:

      @ambrogio Thank you very much. Do I have to add each of the index or is there way to add all?

      What if I add like this in a single line 0.01 = 0.1 ? Uhm...i don't know

      Also how do I add pip size for crypto pairs like BTCUSD? It's two digit, so the same BTCUSD = 0.1

      0_1616145525442_3Cattura.JPG

      posted in Questions & Answers
      A
      ambrogio
    • RE: My EA performed well on EVERY TICK on real i loose lot of money

      @andrew-8 there is nothing to fix at all. I think it's very helpful to read these two articles (there are many more on the MQL5 site) to understand what it means to run the backtest in the various options available on MT5.

      https://www.mql5.com/en/articles/2612
      https://www.mql5.com/en/forum/190852

      posted in Questions & Answers
      A
      ambrogio
    • RE: Triple exponential average oscillator cross over 0 not working at all

      @zhahz this works https://fxdreema.com/shared/OUjEi2Hcc
      by increasing cross width area and by putting a no trade block at the top like @jstap has suggested
      This is not the first time that I have to increase the area, even on the crossings of moving averages. In the past the administrator @Fxdreema could not explain why this malfunction (never happened on MT4)

      0_1630013954984_Cattura.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: Triple exponential average oscillator cross over 0 not working at all

      @zhahz It works for me. Check the journal for any errors.

      0_1630053519680_Cattura.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: Triple exponential average oscillator cross over 0 not working at all

      @zhahz If you copied and pasted the @jstap project you probably lost the variables. Do not copy and past, save directly on the terminal the projects of @jstap and mine (mq5 and ex5 also), and refresh the terminal or restart it.

      posted in Questions & Answers
      A
      ambrogio
    • RE: ATR Stoploss Not Triggering

      @pickay this way

      0_1632071938262_ATR.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: Trailling using Money

      @ontradingx said in Trailling using Money:

      Hi friends, can someone give me an example of how to build a Trailling Stop that works with amounts of money correctly and that works:

      I'm trying to create the following:
      When the total profit reaches 50$ guarantee me a 10$ profit and from then on I guarantee every 10$ earned.
      So in a nutshell.
      Profit achieved: 50$
      Reserved profit: 10$

      When the EA sees in the sum of the profits the value of 50$ it will guarantee me the 10$, if the price comes back it will not give me less than 10$.
      When the EA hits $60 then it will guarantee me a $20 profit.
      That's how I understand it works.
      Can anyone tell me if the way I'm doing it is correct and if not maybe give me an example?

      I created this project to try to understand how it works.
      https://fxdreema.com/shared/RgolfJA2d

      Try this way

      0_1637012951014_sgabello.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: higher high long lower low short EA

      @alphaomega said in higher high long lower low short EA:

      @ambrogio I totally agree with you, but you cannot say ID0 does not exist. @jordanburch is working on M1 chart so the ID0 will play an important role considering where PA is moving. He should consider using MA-crossover or candle volume to bring the ID0 into play?
      edit:
      This is ID0 orders... the current candle is still deciding where to go. IMO I think its important when using time frame M1 to consider ID0 in finding the HH or visa versa

      0_1645860736398_61c72891-e494-4ce4-bf7d-f460a4363eb8-image.png

      I'm sorry to contradict you but this is not my personal opinion, it's called technical analysis. What you mean you can do with a condition "bid > candle close ID1", but not "candle close ID0 > candle close ID1". Below I took the first condition from your project, you need to note all false signals and even the total lack of signals.

      0_1645869711010_sgabello2.PNG

      0_1645869746845_sgabello.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: My EA only opens SELLS...not BUYS...?

      @eren-0 and here in the tester you can allow buy or sell or both

      0_1649875755426_sgabello2.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to place a buy limit when current trade close by TP

      @migen

      0_1649885144554_sgabello1.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to do constant for time frame?

      @gtoat777 in the type of constant write ENUM_TIMEFRAMES

      0_1649921546232_sgabello1.PNG

      you can also find more on the forum typing Enumeration

      posted in Questions & Answers
      A
      ambrogio
    • RE: How to do constant for time frame?

      @gtoat777 Yes, this is what you will see on MT4 if you make the example I showed you above:

      0_1649946512318_sgabello1.PNG

      posted in Questions & Answers
      A
      ambrogio
    • RE: using spread

      @andrewfrank the spread on MT4 is always in points, means 1/10 of pip

      0_1651142207780_sgabello2.PNG

      posted in Questions & Answers
      A
      ambrogio
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 15
    • 16
    • 8 / 16