I have found source code for a GRNN (Generalized Regression Neural Network) I would like to use it within fxdreema, but I know I cant use it as is because the file is mqh (library file) and if I am not mistaken, fxdreema does not support importing via #include property. However, I was thinking, I could reconstruct it so that the GRNN would be native to my current ea build by switching the void parameters using the custom mql code boxes, but before I undertake this journey, I would like to know the limitations of these custom mql code boxes, otherwise I may try to build one from scratch within fxdreema, if I can wrap my brain around arrays and if I find a way to make matrices. I thought it would be a great idea to implement having a template that I can easily plug and play right within fx dreema, with all the indicators I so choose, without needing to program it all. 
LightMasterSunrise
@LightMasterSunrise
Best posts made by LightMasterSunrise
-
What are the limitations of custom mql code boxes?posted in Questions & Answers
Latest posts made by LightMasterSunrise
-
RE: First Attempt at Arrays. Could use an expert opinion.posted in Questions & Answers
@roar I do have the source code for one, but it is a header file, not sure if it would even be possible. I posted about this in another thread asking about the limitations of custom mql code boxes
-
What are the limitations of custom mql code boxes?posted in Questions & Answers
I have found source code for a GRNN (Generalized Regression Neural Network) I would like to use it within fxdreema, but I know I cant use it as is because the file is mqh (library file) and if I am not mistaken, fxdreema does not support importing via #include property. However, I was thinking, I could reconstruct it so that the GRNN would be native to my current ea build by switching the void parameters using the custom mql code boxes, but before I undertake this journey, I would like to know the limitations of these custom mql code boxes, otherwise I may try to build one from scratch within fxdreema, if I can wrap my brain around arrays and if I find a way to make matrices. I thought it would be a great idea to implement having a template that I can easily plug and play right within fx dreema, with all the indicators I so choose, without needing to program it all.

-
RE: First Attempt at Arrays. Could use an expert opinion.posted in Questions & Answers
Looking through this because I need to use arrays to build a matrix, realizing now that trying to build a Generalized Regression Neural Network template for everyone to use within fxdreema; I am in way over my head.
-
RE: Head and shoulders tutorialposted in Tutorials by Users
@jstap ah i see. okay, that sounds easy. thanks!
-
RE: Head and shoulders tutorialposted in Tutorials by Users
@l-andorrà  This is about as far as I can get attempting to load in a custom indicator, this one recognizes harmonic patterns, but I do not know how to configure output buffers to implement into fxdreema, nor do I know how to search through the code itself to find the right place to place the right line of code to get the signal I need for the ea. -
RE: Head and shoulders tutorialposted in Tutorials by Users
@l-andorrà however, if you think it would be easier, i do have a head and shoulders indicator, I just dont know how to import it into fx dreema. (Finding the indicator buffers is daunting ) But if you could show me how to do that, I might as well use a different strategy using harmonic patterns
-
RE: Head and shoulders tutorialposted in Tutorials by Users
@l-andorrà it sounds easier to make it from scratch than find the handles for a head and shoulders indicator and import it into fxdreema. From what I was told, when I inquired about using custom indicators, it is too difficult for me to be able to do.
-
Head and shoulders tutorialposted in Tutorials by Users
I would like to know how to draw lines from highest highs to lowest low and be able to call back these objects to use for my strategy. Any help would be very much appreciated, or sample projects that use this would be even better. Thanks in advance
-
RE: Why is my ea not placing trades in the tester?posted in Questions & Answers
@jstap Each set of indicators going to that "and" block is set to a bool toggle that should show me if there was a faulty block during optimization though. if the problem was any one block, I should be able to see it in the tester, but it still wont make any trades no matter which ones are used. This is why I am so confused
-
Why is my ea not placing trades in the tester?posted in Questions & Answers
what am I doing wrong? please take a look at my project. https://fxdreema.com/shared/UWZlspSU