fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. RGoo
    3. Posts
    R
    • Profile
    • Following 11
    • Followers 4
    • Topics 11
    • Posts 149
    • Best 16
    • Controversial 0
    • Groups 0

    Posts made by RGoo

    • RE: Import mq5 projects

      @RGoo ......

      posted in Bug Reports
      R
      RGoo
    • Import mq5 projects

      deleted...

      posted in Bug Reports
      R
      RGoo
    • RE: How to delete comments from the chart when EA is removed?

      @roar
      Thank you very much, a very useful tip, I also had this problem occasionally.

      posted in Questions & Answers
      R
      RGoo
    • RE: Sells not working, need help.

      @Mitchp
      b60440ab-51f7-4874-9a45-b0398d733a33-image.png

      Here it is better to use candle "1" because candle "0" is also the market price, although not the middle one but it could be due to such a constellation.

      posted in Questions & Answers
      R
      RGoo
    • RE: How to draw a line in the past candle.

      @Cybust
      Interesting thought, I quickly put something together for you, take the DAX 40 from 2023 with this setting, that should work, what do you do with it, what is the strategy

      https://fxdreema.com/shared/OWJt2e11e

      61721507-8e60-4490-ba9d-65ccc4386961-image.png

      posted in Questions & Answers
      R
      RGoo
    • RE: How to build martingale EA with TP shown

      @jstap yes, it could be, it was just a way of thinking

      posted in Questions & Answers
      R
      RGoo
    • RE: How to build martingale EA with TP shown

      @Khun-Som-Ath
      Ok, to do this you first need the BE, then you can add your TP to this. Here is a link with which you can calculate the BE SEPARATELY for buy and sell positions. You can also calculate the BE for both together, but that is more complicated.

      https://fxdreema.com/shared/RJCz148ud

      posted in Questions & Answers
      R
      RGoo
    • RE: display the entered timeframe constant

      @jstap
      thanks, it worked

      posted in Questions & Answers
      R
      RGoo
    • RE: display the entered timeframe constant

      @jstap , @sktsec
      Thank you for the answers, I forgot to write that I don't need the current time frame to be displayed, but rather a time frame that I have stored in the constants. So I would always like to know which time frame my indicator refers to in the current time frame. Here are some pictures, all the code wouldn't be helpful.

      633b2cee-531f-4a7f-8135-83b9da415e20-image.png

      50c6a4e1-5018-4b2f-b62c-5bf33039b461-image.png

      72e73b17-a3c4-46ed-b55a-4867af4abcde-image.png

      posted in Questions & Answers
      R
      RGoo
    • display the entered timeframe constant

      Hello, does anyone know how I can display a timeframe value entered in the constants in the display? FxDreema doesn't know the TimeFrameToString(TF) function and returns an error message.

      posted in Questions & Answers
      R
      RGoo
    • RE: Help With An OCO Order EA

      If I haven't written the code myself, it's always difficult to judge it, so if I write that in my opinion one thing or another is wrong, don't take it too seriously, I could be wrong. OK, but I think there are some errors in your code or things that shouldn't be done that way. 1. for "Check trades count" with your input, use "if trade" , the block "pass" is unnecessary at this point. Read the instructions for fxdreema carefully, everything important is in there. Now to the most important thing: are you sure that your indicator outputs a color value? I can't imagine that, but I can't help you with that either because I don't use MT4. The "delay" block is also unnecessary, what do you want to do with it? You use it when you can better observe a process in the strategy tester or for very specific things in the code, but not without an important reason.

      posted in Questions & Answers
      R
      RGoo
    • RE: Help With An OCO Order EA

      It is not so easy to explain why we overvalue an action after the "close" price of a candle. But I want to try to make a simple thought. The closing price only says that at the time when the time for this candle was over it had this value. Not more! So if buyers of a position had bought a little later, the closing price would be different. If the candle didn't last 5 minutes, but 5 minutes and 30 seconds, the price would be different. The highest and lowest prices in a unit of time are much more important. The only influence is that some traders pay attention to opening and closing prices and of course influence them.

      posted in Questions & Answers
      R
      RGoo
    • RE: Help With An OCO Order EA

      @AlexisC25
      6808fda8-d6ce-440d-9ec9-6bf6783834fa-image.png

      In most cases it is not wanted that the EA only checks the conditions once at the beginning of the new candle. Often it is wanted that several positions are not opened in a row. To do this you have to do this "once per candle" directly in front of the buy or sell order set

      posted in Questions & Answers
      R
      RGoo
    • RE: Please I need Help

      @Ideal
      Martingale is only dangerous when coupled with greed. A Martingale strategy can also be designed in such a way that the maximum decline does not blow up your account, so limiting the positions is the right thing to do.
      Limiting trades is a very simple thing that can be found in the database, but ok, here's an example.
      ec8a6bc4-0783-4d88-bd0a-0cb5817a7605-image.png

      posted in General Discussions
      R
      RGoo
    • RE: Profitable test results on Falcon and Condor, and forward testing looking good

      @Julianrob
      I see, smart idea.

      posted in General Discussions
      R
      RGoo
    • RE: Profitable test results on Falcon and Condor, and forward testing looking good

      I find the strategy very interesting and promising because it is based on an event that is more than 50% likely, which means you can easily count on it. However, I don't exactly understand the approach to testing the EA in a forward strategy. A forward strategy can only be based on the events of the past, so what exactly makes a program in a forward strategy better? Is an assumed dynamic development taken into account here? So trends that change exponentially or what is the difference and especially the advantage, can someone help me?

      posted in General Discussions
      R
      RGoo
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 1 / 8