fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. OntradingX
    3. Posts
    • Profile
    • Following 1
    • Followers 7
    • Topics 120
    • Posts 427
    • Best 28
    • Controversial 1
    • Groups 0

    Posts made by OntradingX

    • RE: Motivation results

      @chikano11-0 0_1642498068598_bbot.png
      I really like this strategy profile and I currently use a real account robot that I am satisfied with and uses some similar elements to yours.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Motivation results

      @chikano11 I don't understand my friend, is this a result of mql5.com or myfxbook?

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Pattern finder robot.

      @ontradingx Sorry my friend, maybe because of language I don't understand if in your view, I'm (right) or (wrong) in wanting to develop this EA.
      Can it be clearer?

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Pattern finder robot.

      @ontradingx What I understand as a pattern (something that always happens) doesn't matter the day, the time, but it always happens.
      It can't just be a simple pattern, it can be for example:

      1. 10:00 AM candle on EURUSD currency is always bullish and above 500 point.
      2. A sequence of 3 candles always happens at 13:00 in AUDCAD.
      3. A Red candlestick will always cross the central 20-period Bollinger Band at 07:30 on XAUUSD.

      The idea is to generate a counter, and whenever that certain pattern that was (pre-defined) by the EA happens, it registers in this counter, then as many patterns as possible in the EA would be registered, and so Backtest, depending on the result, let's say that what else has occurred (has happened), a second step would be analyzed, (after this pattern is located) what did the market do? (did it go down, did it go up?) (how many points) and based on that a strategy would be elaborated, optimized and put to the test in a real market.
      The biggest problem is that I have no idea where to start doing this.
      If you have any ideas I would like to know.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • Pattern finder robot.

      Hello friends, I am trying to develop an EA that finds repeated patterns on the chart daily.
      Has anyone done or know where to start this project?
      I'm starting this idea as the best idea to develop a day trading robot.
      Tips accepted.
      Basically, this robot will have to check how many times a certain pattern repeats during the day/month/year, and based on that an EA will be developed to mathematically take advantage of stop loss and take profit targets from this repetition.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Function for ifractal not working

      @ontradingx sorry, correct is @FXDREEMA

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Function for ifractal not working

      @jstap i believe correct is @FxDream-0

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Verify Correct Logic ?

      @l-andorrà Thank you very much my friends. @Uriel-0

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Verify Correct Logic ?

      @uriel-0 So you mean that:
      "Candle confirmation" means how many are part if I set 3 it will look at 3 candles?
      Candle ID 1 means that it goes into the Current Candle, see if from the previous candle there are 3 bull candles?

      The issue of the other conditions is because the lows of each new candle must be higher than the lows of each previous candlestick.
      Minimum of candle 1 must be greater than the minimum of candle 2
      Minimum of candle 2 must be greater than the minimum of candle 3

      And the low of candlestick 3 must be above mm20 periods.
      So when all this happens I must buy.

      Understood?
      I want to know the correct way to do this.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: I'm trying to experiment with grid trading.

      @iagnew https://fxdreema.com/shared/d4mmzmlXc

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Verify Correct Logic ?

      @ontradingx 0_1641436964156_CandleID123.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • Verify Correct Logic ?

      Friends, I would like your help to see if my logic is correct.

      In the screenshot I just want to buy when the following pattern happens.
      Condition 1.
      3 Green Candles

      Condition 2.
      Minimums of candlesticks always higher than the previous ones.
      Example:
      minimum of candle id3 is less than the minimum of candle id2 and minimum of candle id 2 is less than the minimum of candle id1

      Condition 3.
      Candle id3 minimum must be above simple mm20

      Can you analyze the project below so I can see if it is correct in the way I did it?
      https://fxdreema.com/shared/hQSK0574

      posted in Questions & Answers
      OntradingX
      OntradingX
    • Backtest on Metatrader 5 slow.

      Friends, I would like to hear from you if anyone has any tips or techniques to make Backtest faster.
      My EA's usually have calculations, information, variables and lines in the graph.
      I already know that this consumes a lot of computer resources, memory, processor and also slows down the backtest.

      Note: I don't use "once per bar" at the top of my strategies, I know this would speed things up a lot, but it doesn't serve to have precision in my inputs and outputs.

      Thanks.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: how to hide the source code?

      @Cristall86 @TipsyWisdom @l-andorrà
      But the generated fxdreema .ex5 or .ex4 file if opened inside mt4 or mt5 and click "edit" won't be editable?

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THIS

      @biztet Yes there are differences, but regarding the topic I believe that despite these differences I haven't found something that I can't make pure mql programmers can, because the base of fxdreema (delivery) is pure MQL.
      What I meant to say is pretty obvious is that Fxdreema offers an absurdly high time reduction.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: The " Bucket of positions " block works perfectly in the backtest, but it doesn't work in the real market.

      @ontradingx I am using mt5 terminal.
      In any brokerage, the same problem happens.
      I hope the admin @FXDREEMA solves this as it hurts my strategies a lot.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THIS

      I believe it is possible to reproduce any EA or tool that is made in MQL4 or MQL5 here on Fxdreema, I particularly reduced the programming time by 70%, any EA that I used to take 1 week I take today 2 days at most.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Candle type signal difference ?

      @jstap
      What I basically want but is hard to do is for my EA to identify:

      3 candles in a row and these 3 candles must be of the same color.
      Would this block the way it is solve it?
      0_1640887780585_candlelines.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • Candle type signal difference ?

      Friends what is the difference between (once per bar) and (continuous) in this bull candlestick block?
      0_1640886080010_diferencecandle.png

      posted in Questions & Answers
      OntradingX
      OntradingX
    • RE: Close position in $ pfoit including trading fees

      @piptheripper
      Nice work friend, I'm going to test on my EA that it needs rate calculation to close positive or negative orders and return an answer.
      Thank you for sharing.

      posted in Questions & Answers
      OntradingX
      OntradingX
    • 1
    • 2
    • 15
    • 16
    • 17
    • 18
    • 19
    • 20
    • 21
    • 22
    • 17 / 22