@chikano11-0 
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.
Posts made by OntradingX
-
RE: Motivation resultsposted in Questions & Answers
-
RE: Motivation resultsposted in Questions & Answers
@chikano11 I don't understand my friend, is this a result of mql5.com or myfxbook?
-
RE: Pattern finder robot.posted in Questions & Answers
@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? -
RE: Pattern finder robot.posted in Questions & Answers
@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:- 10:00 AM candle on EURUSD currency is always bullish and above 500 point.
- A sequence of 3 candles always happens at 13:00 in AUDCAD.
- 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. -
Pattern finder robot.posted in Questions & Answers
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. -
RE: Function for ifractal not workingposted in Questions & Answers
@jstap i believe correct is @FxDream-0
-
RE: Verify Correct Logic ?posted in Questions & Answers
@l-andorrà Thank you very much my friends. @Uriel-0
-
RE: Verify Correct Logic ?posted in Questions & Answers
@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 3And 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. -
Verify Correct Logic ?posted in Questions & Answers
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 CandlesCondition 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 id1Condition 3.
Candle id3 minimum must be above simple mm20Can you analyze the project below so I can see if it is correct in the way I did it?
https://fxdreema.com/shared/hQSK0574 -
Backtest on Metatrader 5 slow.posted in Questions & Answers
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.
-
RE: how to hide the source code?posted in Questions & Answers
@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? -
RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THISposted in Questions & Answers
@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. -
RE: The " Bucket of positions " block works perfectly in the backtest, but it doesn't work in the real market.posted in Questions & Answers
@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. -
RE: CHALLENGE MAKE FXDREEMA VERSION OF THIS EA OR SIMILAR TO THISposted in Questions & Answers
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.
-
RE: Candle type signal difference ?posted in Questions & Answers
@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?

-
Candle type signal difference ?posted in Questions & Answers
Friends what is the difference between (once per bar) and (continuous) in this bull candlestick block?

-
RE: Close position in $ pfoit including trading feesposted in Questions & Answers
@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.
