fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. seb 0
    3. Posts
    S
    • Profile
    • Following 0
    • Followers 9
    • Topics 25
    • Posts 456
    • Best 52
    • Controversial 0
    • Groups 0

    Posts made by seb 0

    • RE: Strategy Results, Good? Bad? Okay?

      @jsauter86
      The brut force optimizer can turn a random EA into a profitable one(especially if there are a lot of parameters) on a backtest.
      But since the optimizer knows the data in advance it is cheating. The way you can verify either the robot WILL be profitable(with a certain probability)or not, is by running it on a period it hasn't been optimized on.
      I just know some brokers offer good quality data

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @jsauter86
      Nevermind, the EA is built to act only once per bar, running it on every tick doesn't change the final result at all.

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @jsauter86
      You are right about the fact that I should test the EA on real ticks instead, it gives more accurate results.
      Ill tell you.

      posted in General Discussions
      S
      seb 0
    • RE: Pre-Run EA in Live Market/ Start EA from past to also consider older price levels in Live Trading

      @umbrellamaker
      In this example, you have 3 variables that will take the value of the 3 last tops preceding their relative MA cross:
      https://fxdreema.com/shared/CcPfiN0me
      This loop "search" in the past once.

      posted in General Discussions
      S
      seb 0
    • RE: Pre-Run EA in Live Market/ Start EA from past to also consider older price levels in Live Trading

      @umbrellamaker
      I guess you need a closed loop to check a certain amount of past candles, which will pass once when you launch the EA. And as much variables as price levels, to load their value.
      Do you have a predefined number of price levels ?

      posted in General Discussions
      S
      seb 0
    • RE: Pre-Run EA in Live Market/ Start EA from past to also consider older price levels in Live Trading

      @umbrellamaker
      You can do it with the "pass once" block on tick tab. Give it block id 1.
      So your EA will have 2 entries : 1."pass once" and the other filter you choose like 2."once per bar".

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @jsauter86
      Are you running the EA on "open prices only" ?
      0_1613427915653_Capture d’écran (283).png

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @roar
      Behavior*
      I see thank you for the advice!

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @jsauter86
      5 seconds is about the simple test, not the parameters optimization, to be sure we are talking about the same thing.
      And yes I am running it on MT5 real pip. The 3% bad quality is on a really short period out of 21 years so..
      Also I am on FxPro as a broker, they are supposed to be specialized in this field, must be serious.
      Finally the draw down is relative, which means I can lower the %DD by decreasing the lots, or by increasing my balance.
      🙂

      @miki @roar
      Yes I was thinking that if possible, it would be better to run the EA on 2 uncorrelated instruments, rather than correlated ones. I am interested in the Sp500 ideal investment, however I tested the EA on the Sp500 and it behaves far as well as on the EURUSD.
      When you are saying "the Sp500 and my EA are not correlated", do you mean 1.the behave of my EA on the Sp500 is uncorrelated to 2.the behave of my EA on any other instrument ?
      Thank you tho

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @roar
      I was planing to run the EA on 2-3 instruments for diversification, but on Forex only.
      So you recommend me also to go long on the sp500, not through the bot ?

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      @l-andorrà Thanks! I never use this website, Ill have a look at it and update you if I do
      @jsauter86 It takes only 4 seconds to test because it is pretty simple strategy using buffers, with no heavy calculation. Also you should select "simple" instead of "display" in the general tab of the tester, for faster test.
      Here is the balance graph going from 5000€. I must start with as much not to blow my account, with a fix amount of lot at least :
      0_1612987924096_Capture d’écran (269).png

      posted in General Discussions
      S
      seb 0
    • RE: Strategy Results, Good? Bad? Okay?

      Here are the results of my current EA.
      I tested it on EURUSD, from 2000 to 2021, on timeframe H4, forward on 1/3.
      0_1612896998885_Capture d’écran (259).png
      0_1612897016825_Capture d’écran (262).png
      0_1612897028427_Capture d’écran (265).png
      I think these are some pretty correct results because : I tested it on a long period; the number of trades is pretty important; and the majority of the backtest/forwardtest results were positive.
      Just wanted to show you that 🙂

      posted in General Discussions
      S
      seb 0
    • RE: Standard deviation channel

      @roar
      I see thank you.
      I see a lot of simple linear regression channels on the market, however this way, with a calculation of a fixed number of bars, I don't think you can go anywhere.
      It should be part of a bigger system which could find a relevant anchor point at least.
      What way would you use this kind of tool ?

      posted in Questions & Answers
      S
      seb 0
    • RE: Standard deviation channel

      I takes so much less blocks and probably time to build a reg line the code way.
      Here is my regression channel in mql5 : https://fxdreema.com/shared/NWfNacSPc
      Does yours work the same in mql5 ? My tester draws a vertical line :
      0_1612774368485_Capture d’écran (253).png

      posted in Questions & Answers
      S
      seb 0
    • RE: Open reverse trade when current candle closes above previous candle open, ONLY ONCE.

      @drewliedadeuce
      Hm I believe everybody answered you well 🙂

      posted in Questions & Answers
      S
      seb 0
    • RE: Simplest way to make EA follow trend???

      @gtoat777
      There are the Ichimoku and the ADX indicators which are also trend indicators.
      But the trend can also be detected with the RSI with an important period(14+) above or below 50; or the moving averages applied on the accumulation/distribution volume indicator.
      For example

      posted in Questions & Answers
      S
      seb 0
    • RE: Robot with great backtest result bombs on live demo?

      @mikehzzzz
      I can't even see the equity green line, I suppose you are using very tight TP.
      In this case the spread and latency have a lot of importance on the profitability of the trades. And you can set them, in the tester, smaller than in real conditions.

      posted in Questions & Answers
      S
      seb 0
    • Constant unexisting in blocks

      It seems to be a bug because when I try to delete a constant, the builder says it is impossible cause already existing in some blocks. However I don't see this constant in the blocks.
      0_1612013934957_Capture d’écran (216).png 0_1612013952592_Capture d’écran (217).png
      😕

      posted in Bug Reports
      S
      seb 0
    • RE: BUILDER NOT WORKS

      @ambrogio
      It is currently working for me. Is it fixed ?

      posted in Bug Reports
      S
      seb 0
    • RE: Wrong timeframe close for candle condition

      @drewliedadeuce
      Yes Im talking about this situation. When you attach an EA on two chart on the same instrument, the operations made on one chart window are made on the other. And in this case your EA will work confusingly on 2 different timeframes.
      You could have things like : open a trade on one timeframe, close it almost instantly on the other one.
      I would implement a "set current timeframes" block and assign different group number to the part of the EA which is on M15 and the one on H1(for opening and close trades).

      posted in Questions & Answers
      S
      seb 0
    • 1
    • 2
    • 6
    • 7
    • 8
    • 9
    • 10
    • 22
    • 23
    • 8 / 23