Please fix this error, and I still learning to attach lock account but still don't know where to put it, please kindly helpWitch one had the problem? i can fix it for you. I tought was the one. but i compiled and got no errors :S
Dear bronislava 1977 can you send us the code with the changes you have done please ? Thank youhi , all !
I am running euro scalper and its works fine for me .
Do you see in code based on what trigger its deciding to open long or short position ?
Its interesting as i set distance and ea opens differently which looks great for me and not just dumb martingle
So i wonder its makes additional kind of calculation or some parameters check before averaging down .
Dear bronislava 1977 can you send us the code with the changes you have done please ? Thank you
Here are simple code to lock the EA, choose which one you need.
1. Add Trial Expiration Date
2. Add Account LockCode://Global Variable datetime gExpirationDate = D'2021.04.30 00:00'; //Format YYYY.MM.DD HH:MM ... void OnTick() { //Expiration date checking if(TimeCurrent() > ExpirationDate) { Alert("EA is Expired. Please contact EA programmer!"); ExpertRemove(); return; } //---
Code://Global Variable int gAccountNumber = "12345678"; void OnTick() { //Account Number Checking if(AccountNumber() != gAccountNumber) { Alert("EA is not registered for your account number!. Please contact the EA coder!"); ExpertRemove(); return; } //---
Please fix this error, and I still learning to attach lock account but still don't know where to put it, please kindly help
It is good profitable EA . Anyone can convert ex4 to mq4 and post here?
View attachment 139689
*************************************************************************************************************
View attachment 139690
What currency pair do you use? Timeframe?Is it easy to convert mq4 source code to mq5?
What currency pair do you use? Timeframe?Anyone can education this good profitable EA ?
how to contact who crateIt is good profitable EA . Anyone can convert ex4 to mq4 and post here?
View attachment 139689
*************************************************************************************************************
View attachment 139690