fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. tonyramirez
    3. Posts
    T
    • Profile
    • Following 0
    • Followers 0
    • Topics 25
    • Posts 66
    • Best 3
    • Controversial 1
    • Groups 0

    Posts made by tonyramirez

    • Why do some variables have check boxes but can't be optimised?

      Example:

      0_1602097189916_Screenshot 2020-10-07 202804.png

      0_1602097201647_Screenshot 2020-10-07 203159.png

      posted in Questions & Answers
      T
      tonyramirez
    • Bug - Time mode 'components' condition is not working properly (MT5)

      I discovered this bug when I found there was no year block in time filters.

      Using the conditions block I attempted to compare chart time with a specific month and year in time/timemode/components. The idea was to select a specific month in a specific year to trade from within the expert.

      What I discovered is that not all the operands behave as expected. This can be demonstrated by using the components time condition to select one month in one year. The same month and year is then also selected in strategy test setup. These were the results of one test for the various possibilities (time mode/server time on one side of operand, time mode/components selecting the date on the other). Note, these should all generate the same number of trades because time is restricted to match in strategy tester.

      no condition set, 34 trades
      '==' operand, 8 trades
      '>=' operand, 8 trades
      '<=' operand, 34 trades

      posted in Bug Reports
      T
      tonyramirez
    • Suggested feature - Add 'year' block to time filters (MT5)

      There are filters for months, days etc, but no year. If you add a year block, it will be possible to specify backtesting at any point in time from within an expert. Without this option, all non sequential calendar backtesting needs to done by hand in MT5 which is a huge of waste of time and recombining the data to do analysis is almost impossible.

      posted in Bug Reports
      T
      tonyramirez
    • BUG - No text, comments or drawings appearing on charts in MT5

      I have not been able to get any of these objects to appear on a backtesting chart nor has anyone else in the forum shown me any success in being able to do this. This also includes not being able to change the colors of the arrows in the buy/sell and close position blocks.

      Obviously these are major problems.

      posted in Bug Reports
      T
      tonyramirez
    • RE: Anyone EVER successfully created comment or shape in MT5??

      As you've pointed out, it's probably a bug which means that 100 posts would not be too many get to the bottom of it. If I've identified a bug then I've just saved who knows how people a lot of time.

      Astonishing that such a major bug could go unnoticed by the developer for so long!!

      posted in Questions & Answers
      T
      tonyramirez
    • RE: auto tp

      In the left panel click on Check Trading Conditions then use the Check Profit (Average) block. I've never tried this but seems like it's a solution.

      posted in Questions & Answers
      T
      tonyramirez
    • Possible to use one indicator's data to control another?

      In MT5 you can choose to use one indicator's data to control another. You could then do something like apply a moving average to a momentum indicator that sits below the chart.

      If not, I'm assuming that writing a custom indicator is the other option..

      posted in Questions & Answers
      T
      tonyramirez
    • Anyone EVER successfully created comment or shape in MT5??

      I can't make the code any simpler but it still won't work - Is there a bug in fxdreema?

      https://fxdreema.com/shared/fhIce6NTc

      posted in Questions & Answers
      T
      tonyramirez
    • RE: Can't explain why condition followed only once

      Thanks, tried that previously with all 4 combos, here were the results for backtest restricted to Jan 2020:

      1. No date filter, 34 trades
      2. '==' operand, 8 trades
      3. '>=' operand, 8 trades
      4. '<=' operand, 34 trades

      I don't get why 2 and 3 don't work. if you limit the dates on the backtest setup to Jan 2020 then shouldn't they generate the same result?

      They all contain '=' and the block should filtering for dates equal to Jan 2020!

      posted in Questions & Answers
      T
      tonyramirez
    • RE: Could anyone please share a part of an MT5 EA project that creates drawings or comments on a chart

      I tried drawing it on an indicator, I tried without, I tried commenting, I've tried 50 things which don't work - which is why I'm asking repeatedly for someone to send me a couple of blocks of code where comments and drawings work so I can see what I'm doing wrong.

      posted in Questions & Answers
      T
      tonyramirez
    • RE: Could anyone please share a part of an MT5 EA project that creates drawings or comments on a chart

      Hi. This is about the simplest example I can make. The left and right should be compiled and run independently. I did it this way because I don't know the correct way to wire shapes or comments.

      Neither of these produces and shapes or text in MT5 for me

      https://fxdreema.com/shared/y6ASNLf1c

      posted in Questions & Answers
      T
      tonyramirez
    • RE: trades opening and closing within seconds of each other

      If you backtest your project at every stage as you build it the way I said, you wont have this problem.

      I'll help you get started. Backtest the project below then start adding the other components and remember to test after each change you make.

      https://fxdreema.com/shared/MSSztqGOd

      posted in Questions & Answers
      T
      tonyramirez
    • RE: trades opening and closing within seconds of each other

      Since you are new, I'll say this to you. If someone picks through this for you, it can take them a lot of time to find the problem plus you will have learned nothing.

      What I suggest is that:

      1. You start from scratch and build this expert again using only the most necessary parts. Eg. get rid of the trailing stop, just build the buy side branch to begin with, use fixed pips stop etc. Test it at every stage to check if it's doing what you think it should.

      2. When you're satisfied that your expert is doing what it should at that stage, then add another piece and so on.

      3. If you get stuck using the above method, then post again. Because you built it from the ground up, you will be able to tell where exactly it's going wrong (ie which piece that you added caused it to go wrong) and I think you will have a much better chance of getting help.

      Cheers

      posted in Questions & Answers
      T
      tonyramirez
    • Could anyone please share a part of an MT5 EA project that creates drawings or comments on a chart

      I haven't been able to get any object or comment to appear on a chart after a backtest. I don't need a whole project, just a branch that will definitely produce the output so I can see where I'm going wrong.

      Thanks

      posted in Questions & Answers
      T
      tonyramirez
    • RE: * SOLVED* Suggested feature - get rid of confirmation for deleting connectors

      @ambrogio LOL, how did you figure that out, is it in the manual? I didn't see it mentioned.

      Thanks

      posted in Bug Reports
      T
      tonyramirez
    • RE: Any recommendations of how to add more volume as balance grows to

      Sorry, I'd like to help, but I can't understand your explanations. I think you need to be more clear, or maybe someone else can understand what you're trying to say.

      posted in Questions & Answers
      T
      tonyramirez
    • Can't explain why condition followed only once

      The project bellow contains two EAs. If I run the one on the left (by turning the one on the right off), The EA makes multiple trades. However, the one the right only makes the first trade.

      The only difference is that I put a condition block on the right side one which checks to see if the month on the chart during the backtest is January 2014, before allowing a trade. I can't understand why it will follow the date condition, but only once.

      Thanks

      https://fxdreema.com/shared/uEbmIBXwd

      posted in Questions & Answers
      T
      tonyramirez
    • RE: Any recommendations of how to add more volume as balance grows to

      Do you mean you only want to start increasing your position size after your initial 3000 account reaches 5000?

      posted in Questions & Answers
      T
      tonyramirez
    • RE: Any recommendations of how to add more volume as balance grows to

      Maybe I don't understand your question.

      What I think you mean is that you want to increase or decrease your lot size as balance/equity increases or decreases. I believe (because I've never used it myself) that if you use % of equity method, this is what will happen.

      posted in Questions & Answers
      T
      tonyramirez
    • RE: No objects or comments showing up in MT5

      Tried following your instructions but nothing happened again. At the moment I just need a working example to see what I'm doing wrong. Can you share any example where any comment and any shape work for you?

      posted in Questions & Answers
      T
      tonyramirez
    • 1
    • 2
    • 3
    • 4
    • 2 / 4