fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. roar
    3. Posts
    • Profile
    • Following 0
    • Followers 184
    • Topics 35
    • Posts 2406
    • Best 422
    • Controversial 6
    • Groups 0

    Posts made by roar

    • RE: How is the average entry price calculated...

      @sara-m commission and swap shouldn't affect the calculation in any way, as they are always in relation to the lot sizes. So it is enough to weigh the open prices by the share of total lot size.

      posted in Questions & Answers
      roar
      roar
    • RE: News during Backtest

      I'm not sure that works, it would be better like this

      image.png
      newsfilter.mq5

      posted in Questions & Answers
      roar
      roar
    • RE: News during Backtest

      @Archer glad it works. Currently the indicator filters for USD and the margin and profit currency of current pair. These filters are on line 75, you can add more currencies similar to the "USD" part

      43845700-61dc-43c0-9cb0-b2cea5064487-image.png

      posted in Questions & Answers
      roar
      roar
    • RE: News during Backtest

      Hi!

      I got this project a little bit forward, adding the 6 datetimes to the indicator buffers and also visualizing the event dates. Keywords aren't supported in this version.

      newsfilter.ex5
      newsfilter.mq5

      posted in Questions & Answers
      roar
      roar
    • RE: Set Current Timeframe For Next Blocks Not Working

      @oseiwe good find.
      To put it more precisely, the "Time" selection by "Candle time" does not follow the "Set Current Timeframe" block.

      posted in Bug Reports
      roar
      roar
    • RE: Profitable test results on Falcon and Condor, and forward testing looking good

      @Julianrob good stats so far, for what it's worth. A Myfxbook tracker would be great, so we can see the equity curves.

      posted in General Discussions
      roar
      roar
    • RE: News during Backtest

      Hi!

      I processed the csv file in a custom indicator project, but trying to move the same code to fxdreema causes some weird problems. I think fxdreema cannot handle such big arrays, it needs to be constructed in some other way...

      Maybe someone finds the indicator format useful. I will try to better integrate this to fxdreema at some point...

      I used the file "All news events 2007-01-01 thru 2023-12-31 timestamped UTC time -- sorted by date, time.csv", renamed to "news.csv" and moved to the Common folder.
      f7794502-55de-48a1-9348-078c51cbf780-image.png
      newsread.mq5
      newsread.ex5

      posted in Questions & Answers
      roar
      roar
    • RE: Profitable test results on Falcon and Condor, and forward testing looking good

      @Julianrob dare to give your strategy a full week lol 😄

      posted in General Discussions
      roar
      roar
    • RE: News during Backtest

      @Archer thank you! That is good data, valuable stuff. I'll try to find some time this week to code it and update here. Please remind me if I dont

      posted in Questions & Answers
      roar
      roar
    • RE: News during Backtest

      @Archer sure, lets do it!

      posted in Questions & Answers
      roar
      roar
    • RE: Profitable test results on Falcon and Condor, and forward testing looking good

      Is it confirming your strategy, though, if the same system doesn't work live but instead you need to add more filters...?

      Can you show the results when you used live exactly the same system that you backtested?

      posted in General Discussions
      roar
      roar
    • RE: Compilation errors - '::' - syntax error

      Its a bug in the custom indicators model. You can try to workaround by setting datatype int for the trend method setting.

      image.png

      posted in Questions & Answers
      roar
      roar
    • RE: add immediately H-Line

      Maybe the chart is just not updating the results.

      Put ChartRedraw(); in a custom mql block.

      posted in Questions & Answers
      roar
      roar
    • RE: Backtesting problem

      In short, create a proper EA.

      In long, your EA only appears to be profitable because the MT4 tester doesn't have enough data and it falsifies the results. The profit doesn't come from your strategy, it comes from a bug in testing software. Its not real, don't get your hopes up.

      posted in Questions & Answers
      roar
      roar
    • RE: balance

      Type this to the lot size field

      0.01*AccountBalance()/100

      posted in General Discussions
      roar
      roar
    • RE: Trying to calculate the distance in pips between Candle Open and MA

      Why do you need to convert the distance into pips? The SL selection supports many other number types too, a price level for example.

      posted in Questions & Answers
      roar
      roar
    • RE: How to lock robot under client's name

      @Champ the logic is ok, there is nothing to fix. The problem is that we dont know for sure what to write to the text field.

      Another option is a simple password.

      posted in Questions & Answers
      roar
      roar
    • RE: How to lock robot under client's name

      Maybe the name is Cadebra Abba, ABBA CADEBRA, Cadebra.... Just use account number instead of name. Otherwise the logic is ok.

      posted in Questions & Answers
      roar
      roar
    • How to detect choppy market

      A challenge for the community: Present the best way to detect a ranging, choppy, non-trending market.

      There are many options to do this, but many indicators seem to either filter too agressively or not at all.

      I will start with something a bit less ordinary, my own indicator that consists of RSI and a soup of moving averages. When white line is between 45-55, market is ranging (counter-trend strategies are safe). I came up with this in the last 10 minutes, so it is probably not quite perfect.
      rsitrend.ex5 rsitrend.mq5
      0a9b97d9-24a6-45c6-846b-a49ff6395344-image.png

      posted in General Discussions
      roar
      roar
    • RE: Compilation errors when using indicators with Multi Time Frame.

      @PhiLykia does the custom indicator have variable names such as "c" or "v"? Those may create the bug. You could try renaming the variables of your indicator.

      I do agree these kinds of bugs should be fixed rather than finding such workarounds.

      posted in Bug Reports
      roar
      roar
    • 1
    • 2
    • 3
    • 4
    • 5
    • 120
    • 121
    • 3 / 121