NNFX algo tester nearly complete
-
Hi,
i have an almost/totally complete dreema EA built by a developer i dont know as part of a collaboration with others that are no longer involved.
I've been told its complete and does work by another investor in the project, but i have no direct contact with the developer.
im not familiar with Dreema myself and have struggled to input my indicators correctly.
Is anyone out there willing to take a look and help me get it working with my chosen indicators?
Im happy to pay for someones time but my budget is small as ive already invested in the work.
Many thanks,
Mark -
Post your MQL4 and let us know what’s going on. That way you save some money. If it doesn’t work, then maybe someone can charge you for it
-
Yes, just share your project here and we will review it for free.
-
@rimbab45 said in NNFX algo tester nearly complete:
Hi,
i have an almost/totally complete dreema EA built by a developer i dont know as part of a collaboration with others that are no longer involved.
I've been told its complete and does work by another investor in the project, but i have no direct contact with the developer.
im not familiar with Dreema myself and have struggled to input my indicators correctly.
Is anyone out there willing to take a look and help me get it working with my chosen indicators?
Im happy to pay for someones time but my budget is small as ive already invested in the work.
Many thanks,
Mark[0_1583319296372_(4) Robert's project v.1.1a (2).mq4](Uploading 100%)
-
@titangeorge [0_1583319437930_(4) Robert's project v.1.1a (2).mq4](Uploading 100%)
hmmm, its saying i dont have enough privileges for this action, i have paid for one month? -
@l-andorrà support are saying the MQL4 file maybe too large. annoying
-
Go to your builder. Then try to upload the file.
After you upload it, choose the link option.
Go from there
-
@titangeorge thank you, very helpful. here is the link:-
https://fxdreema.com/shared/groQrQy5e -
I’ll check it out once I get a chance, currently I don’t have access to my computer
-
What's the exact problem with those indicators?
-
@l-andorrà hi, some don't appear in strategy tester since i input them. not trades are taken on MT4 strategy tester as a result
-
@l-andorrà DPO appears and the MA but the other 2 don't
-
The most probable reason is thet they are not properly identified by the MT4 platform. Are you sure the indicator's name in the EA are EXACTLY the same on your MT4's Indicator's folder?
-
@l-andorrà, @rimbab45 I've had a look at this myself and tried to see if I got anything different, but it looks like only a couple indicators come up, no trades are taken even though all of the indicators listed are in the right location and form. Did anyone get to the bottom of it?
-
Anyone had some success with rooting out the problem. I took a look myself but cant quite get behind it. I feel like its quite unifinished. The Trailing stop loss for example doesnt seem to work right.
-
@rimbab45 said in NNFX algo tester nearly complete:
obert's project v.1.1a (2).mq4](Uploading
I could be wrong but my opinion would be to do a multiplier on the ATR and store it as a variable to get a more normal number like 275 as opposed to 0.00275 as this could be evaluating this ATR value incorrectly and give you a Nan. example potential multiplier solution 0.00275 X 14000 = 38.5. if you need to switch between instruments with different digit sizes you would need to use a digit checker and apply the appropriate multiplier.
See this thread is 2 years old. Hope you already solved your issue