share your EA ... if it happens occasionally, it may be related to incomplete history
Posts made by miro1360
-
RE: critical error in the EA... what this code 18464-28745.mq4 means?posted in Bug Reports
-
RE: Dukascopy Data - Array out of rangeposted in Questions & Answers
the error is related to the function CopyTime() ... this function is used in the block Once per bar ...
you can avoid the error using very simple alternative to the Once per bar block with custom code: (I tested it now on ducascopy data downloaded with tickstory and it worked for me)

-
RE: Hellp for patternposted in Questions & Answers
yes but it is not that simple, you must learn how to use data from zigzag indicator (you can do it inside EA using my topics about zigzag), and you must calculate the rest of math based on that
... get ready for a hard fight 
... or check web for pattern indicators ... I think someone called "poruchik" shared a lot of pattern indicators including this one for which are you asking for ... (keywords: zigzag harmonic pattern zup poruchik mt4)
... from the code of this indicator you can learn math or some conditions and apply them into your work, or you can try use whole indicators - I think they plot some text objects, you try to catch them .. -
RE: Modeling Quality is not the same even if I use different computers with the same broker user on MT4posted in Questions & Answers
yes, that is and never will be better

google for tickstory (ducascopy), they offers good data, browse their webpages for guidance how to apply their data -
RE: Quick question for Miro1360posted in Questions & Answers
in that case you should contact the admin and he can repair bugs

-
RE: How to execute the 4th EA?posted in Questions & Answers
change both options to No:

or somewhere in metatrader settings allow DLL import
-
RE: How to execute the 4th EA?posted in Questions & Answers
try with Delay block before Buy/Sell block

set different delay for each EA (first EA with 1 second, second with 2 seconds, ...)
I dont know if decimals are accepted (like 0.4 s, you can try) -
RE: Quick question for Miro1360posted in Questions & Answers
I think the way you used Bucket of trades is not right.
Add a new variable of type int (call it now2)
In on Init add this:

and the pips counter create without bucket of trades:

I have not tested it, but something like that ...
-
RE: Quick question for Miro1360posted in Questions & Answers
copy that from there: |
I used right ALT + W
... for the spread, well maybe do the calculation manually? ... or ask admin if he will add the spread option into settings
-
RE: Two things that don't workposted in Questions & Answers
you must create another logic in onTrade event ...

the rest about zigzag, I am not sure about MT5 .... check this:
https://fxdreema.com/forum/topic/5060/how-to-use-zigzag-advanced/20 -
RE: Quick question for Miro1360posted in Questions & Answers
I think you must convert time variables, because there is plenty of formats


about the pips, I think there is a relation to the spread ... maybe spread is not included

-
RE: Problems using candle ID0 instead candle ID1posted in General Discussions
Some custom indicators can be designed to have ID0 stable. Some are working with negative values (indicators with predictive/forecast line).
-
RE: Looking for a teacherposted in Questions & Answers
This forum and maybe my replies as well as replies from other members is your best teacher

-
RE: How do engulfing ea?posted in Questions & Answers
put Once per bar block right before the Buy now block
-
RE: Switching between EAs and timeframesposted in Questions & Answers
You can be inspired by this:
https://fxdreema.com/forum/topic/4222/example-price-pullback-eaIt is not exactly what you asked for, but you can take an inspiration from that:
- using "flags": crossUP, crossDN (you can do that multi-timeframe)
- eventually trying to compensate indicators/signals from multi-timeframe to only one timeframe, ... for example:
MA5 x MA20 on the 1h TF is similiar as MA60 x MA240 on the 5min TF
-
RE: How do engulfing ea?posted in Questions & Answers
Bullish Engulfing is when the Close of candle 2 is more than the Open of candle 1, and the Open of candle 2 is less than the Close of candle 1, along with bearish candle 2 and bullish candle 1. You know this situation after closed bullish candle 1.
https://fxdreema.com/shared/AyEtABE8c


-
RE: Looking for someone to teach me how to become a pro with Fxdreema platform.posted in Questions & Answers
Everything has a learning curve. Some things are easier for someone, but something can be a hardnut.
Until now, I provided >1400 posts to this forum.
Almost each of my answers has been stylized to help solve a problem.
Each answer is related to an example (less or more complicated). Difficult examples skip and mark them for later.
I can guarantee you that if you go throug all my replies, you can fill your task in a few months, without additional payments.
You have to alternate the following things:
read & practise, read & practise
Without these things nothing can be learned. -
RE: Is FXdreema a SCAMposted in Questions & Answers
This is admin:
https://fxdreema.com/aboutI can assure you he is a fair man.
He works alone, like one man team, therefore there may be a time gap.
Try to contact him by email, be patient.
