Try those changes and see if it works.
Posts made by line
-
RE: Trying (and failing) to create a simple EA...appealing to all FXDreema gurus!posted in Questions & Answers
-
RE: Trying (and failing) to create a simple EA...appealing to all FXDreema gurus!posted in Questions & Answers
@sirboyce You can share a link so we can see the specifics of the blocks which is the proper way to diagnose the problem. Go to "projects" and then click on "create a shared copy (web link)" then post that link in this thread.
-
RE: Does anyone have a fxdreema project based on the below strategy?posted in Questions & Answers
Have you tried this strategy manually?
-
RE: A Place to discuss, optimize and share profitable Ea's?posted in Questions & Answers
I think it is a great idea, let me know.
-
RE: Expert advisor building from a custom indicator need some helpposted in Questions & Answers
Do you have a link to the indicator?
-
RE: Getting a value into the Input boxposted in Questions & Answers
Thank you for the great advice!
-
Getting a value into the Input boxposted in Questions & Answers
I am checking to see if a value that is used in a condition can be exported to the input box. The reason is that I would like to adjust the value in the input box rather than recoding. Thanks for help!

-
RE: FxDreema is awesome!posted in General Discussions
@angela Watch the tutorials on YouTube TradeGuardian is very good at teaching.
You have to spend some study time and lots of experiments to get the hang of. I have been able to write and rewrite (tweaking) hundreds of strategies in a short period of time, compare this to hiring a coder and the difficulty of changing some of the specifics.
-
RE: Beggining to create an EA, need some help.posted in Questions & Answers
That was some time ago, let me see if it is in my backup. It was written 5 years ago which probably means it cannot be used today since Metatrader changed their format.
The problem with any progression lot size ea is that there is no place to get out unless you complete the cycle. If you get out in the middle, you have incurred a potentially large loss.
-
FxDreema is awesome!posted in General Discussions
Thanks to the creator for such a great program, this is genius stuff!
-
RE: Beggining to create an EA, need some help.posted in Questions & Answers
I am making sure I understand your project. Here is what I did, I set up 2 lines, if the price hit the top line (a buy) then it would look for a take profit. If the price did not hit the black line, then a sell order was placed at a higher lot size, for example 1.5x the buy.
If that buy/sell did not meet the take profit and price returned back to the black line, then another buy was issued with 1.5x the sell lot. Keep repeating until take profit is hit.

-
RE: Beggining to create an EA, need some help.posted in Questions & Answers
I did this EA several years ago and on paper it seems like a very good idea but it ended up failing. It failed when it got into a channel that stayed flat, so it kept opening orders with progressive lot sizes until margin ran out. I don't mean to spoil your idea, just giving you a warning. I have seen commercial ea's on mql5 that do the same thing.
I did a number of adjustments including widening the channel, progressing the lot sizes slower etc. I got it to work but could never get the death bugs out of it.
-
RE: I have EA made outside fxdreema I need updateposted in Questions & Answers
Looks like this is the ea
https://www.mql5.com/en/code/23571 -
RE: I have EA made outside fxdreema I need updateposted in Questions & Answers
It is running now. Open in the metaeditor find #property link then add "http://anything.com" or whatever name you want.
#property link "https://luckydreema.com"
Compile and it should run. There is a caution on a boolean statement which does not seem to affect the performance.
-
RE: I have EA made outside fxdreema I need updateposted in Questions & Answers
We don't know the error and we do not have the file. What do you want us to do?
-
RE: Cross between two moving stockings above Envelopesposted in Questions & Answers
@cristobaljosemt5 said in Cross between two moving stockings above Envelopes:
Thank you very much for your help, you can also upload it here if you want so that other users can enjoy the

Did you get it to work? Any updates?

