expert advisor without strategy - page 2

 
javiervillagran96:

Hi everyone, could someone help me create an expert advisor like this in the image? but without indicators or strategies just buy and when you touch the TP buy again right away.

It's not that simple. It requires a lot of parameters:

- How much is the TP?

- How much loss a trade should have to open another trade?

- What algorithm is used to increase lots (in the image it shows 1 - 1 - 1.7). How is that calculated?

- How many trades are allowed?

- Is there a maximum DD?

There are a lot of questions to be answered. You should either learn how to code or use the Freelance section.

MQL4 is not that hard. It took me a couple months to write my first simple EA and a couple years to code anything my mind can think about. But no one will do it for free.

Reason: