Help to build a EA
-
Hi.
Is there some people to build an script (I am willing to pay on a quote).
I want a bot that I pass in two parameters
- Lot size for next trade :like 1,2,5,8,11.....
- Pips for next trade : 10,15,30,50......
a) so ho does that work: in this list it will open a trade with 1 lot,
b) when it goes 10 pip against the EA for trade (a) it opens a trade with 2 lots,
c) when it goes 15 pip against the EA for trade (b) it opens a trade with 5 lots,
d) when it goes 30 pip against the EA for trade (c) it opens a trade with 8 lots,
e) when it goes 50 pip against the EA for trade (d) it opens a trade with 11 lotsetc...
Thank you very much.
Kobus -
@smitko What is the exact ratio from one lot size and the next one? I see it is more than 2x. And Same for pips distance. I don't see a regular pattern.
-
@l'andorrà
I want to have it as a parameter. eg I might start with 1 and then the next one is 1.4 and the next one is 1.96 (multiply by 1.4)
or I start with 1 and then the next one is 1.4 and the next one is 2 (Totaly random) . parameter is like 1,1.4,2......
Thanks
-
@smitko Ok. And how many parameters will you need at most?