HELP (If you don't want for free I can pay if you help me create my EA)
-
Hi, if you are good enough and you don't want to help for free, I can pay if you help me
doing the WHOLE EA, not only a little part)
One of the most difficult problem is written above, if you are at least able to do it, please contact me.I need to have every day trade managed as a block only of 1 day, like this:
Martingale system.
1st day
1st trade sell 0.01
2nd trade sell 0.02
3rd trade sell 0.04Tp is set for day 1 with these positions still opened
2nd day (1st day trades not closed)
1st sell trade 0.01
2nd sell trade 0.02
3rd sell trade 0.04So I don't want the 2nd, 3rd day etc... to double even more the lots and to move the TP.
And for this I need to have every day working as a block -
Why? If your system is profitable, then it pays for itself ... or isn't it?

use a group for each day trades, increase it with the variable each day
once a day increase this group number
with a Bucket of trades check trades count for this group (if it is less than 3, continue with opening)... there are more ways to do it
-
So, the thing with Martingale is that it looks at the lot size and profit of the last trade, no matter when it was created or closed. But as miro1360 suggests, you can "separate" trades in groups and Martingale will also see them in groups. But I would not increment the group, because this can cause problems if you restart the EA.
Try this: https://fxdreema.com/shared/U2WdkFUib
As a group number I use DayOfYear(), which is a MQL4 function that returns the day of the year - 1, 2... 365. It's just a number that changes every day.
There is a small issue with the Group input field, it is actually a string field which can accept values such as 1,2,3. I tried using DayOfYear() directly into the input field, but it didn't worked. So i decided to use it as a variable, which is set in block 1 and then used in 2 and 3 (and 4, to visualize it)
-
I think my EA could be very good but there are several issues, I will really appreciate if you or anyone very expert could help me by contacting me and I will share every problem and at the end I will pay, we could decide the price before starting to work. I am not the best with programming as a consequence it's difficult for me to understand your solution in a simply way... I really need you to teach me until I have reached the reasoning of your solution and I would understand everything because I need it to continue with my project.
Please believe me that I am very serious, after 4 month of testing manually as an indicator the only thing I need it's represent all my knowledge about the strategy in one EA.
I really appreciate your effort and I hope you will believe in me and write a message, I am the most loyal person in the world and the only reason because I didn't commissioned my EA to an external company it's because what I discovered for luck in the market movement maybe it's not still in the hand of everyone and I will keep my secret and that's the only reason why I will make it myself but I need help to build also the boundaries that are essential as I don't know how to made them, because you should know that are extremely needed to make it safe and not only profitable.
Thank you very much.
Davide
-
In my past I proved at least 20 profi trader's strategies as lossy (they introduced themselves as profi traders and some of them showed me the history of their live trading, of course everything confidential holy-grails :D)
When the weaknesses of a strategy appeared (or a mystery of the luck :D), they tried hard to combine rescue boats, but sooner or later these also sank. I'm proud of me, that I have not taken even a penny from one (because I think that neither was rich) 
Besides that I tested at least 100 of the most known "good" strategies, with tons of optimalizations and each of them sooner or later died
I was able to do everything with fxDreema, really everything. Sometimes the own code was necessary to have, because some strategies were really complex, but with a lot of effort everything was possible.
Divide your project into smaller functional parts (+testing) and combine them together. Use a lot of comments and visual tests. -
If for you it's easy to find every solution please contact me.
I have some problems but if you can solve them easily then in less than a day I could have the EA ready