Can somebody make me piece of code. Paying by moneybookers 10-25 euro .(ORDERS COUNT)

 

Hello,

so i am not gona be asking your knowladge for free. I have bunch of EA's coded by my self, and all of them ar missing one MM thing. In case of lack of time at the moment for learing, i need some coders help by adding orders counter.

Ok so i'll try to use my english as best as i can to explain what i need:

so basicaly what i am missing in my code is to count DONE(closed) orders. It might be simple but what i canot code is that i need start count orders from the perriod i want, for exmp. i started trading my new trading cycle now and i am done after 3 or 10 trades whatewer i need, and then i start again. Lets say that i need to rise my lot size every 3 or 5 trades (it could be as variable for my needs(also i want this to be added in extern doubles) doesnt matter what is the result of the trade i need to rise it after X times from the firs trade i am started. To make it even more understandable lets say like this:

extern double lot = 0.01;

extern double X = 5;

extern double balancestop = 100;


if(oderstotalhystory blablabla.... () == X && accountbalance() < balancestop)

lot = 0.08;

if(oderstotalhystory blablabla.... () == X && accountbalance() > balancestop)

lot = 0; (stops EA) until i change variables and start the cycle again. BUT !!! MOST IMPORTANT, the calculation of new hystory has to be NOT this day moth or week, but from the moment i start with lets say default lot size in this case 0.01 and first trade after previos cycle.

I realy hope you understand what i meen, if no please ASK what is not clear for you and i will explain, but only if you can do it for me, maybe its even not possible i dont know...If you understood me and know what i mean please contact me via my email with your price and all questions. Half payment you will get instantly if you can help and other half after job is done. I would use the JOBS section, but its only for MT5 so its not the client i use! so thats why i asking here.

I will not give me my EA's code i just need code piece with all the //explanation what does what if posiible. I believe serious coders will undersdand what i want instantly.

Thank you for your time.


vytautas.zaleskis@gmail.com

 
Vyckaa:
I would use the JOBS section, but its only for MT5 so its not the client i use! so thats why i asking here.

It is my understanding the the Jobs section is for MQL4 and MQL5, even though the title is MQL5. Looking down the list there are plenty of MQL4 jobs.

Having read your post I didn't understand exactly what you need to the point of being able to code it, and I am not entirely inexperienced at coding such things.

 

Like dabbler said the jobs section also accepting MQL4 orders, but I think they need more explanation on "... blablabla ..."

Use Google translate to translate to English, and you may be able to help you.

:D