You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Take a look at the code of the Moving Average EA on your metatrader Station and see how it is done there ....
alright
At this moment you have to check if there is already a trade open
before you open a trade you have to know if there is a trade open
still I can't see you have done the counting of trades
.
Take a look at the code of the Moving Average EA on your metatrader Station and see how it is done there ....
i'd read many samples and imitate their coding style.
this is my latest code. unfortunately, its still making negative profit, which it shouldnt be.
can you please tell me directly which part is wrong?
I also attempted this
i'd read many samples and imitate their coding style.
this is my latest code. unfortunately, its still making negative profit, which it shouldnt be.
can you please tell me directly which part is wrong?
I did tell what was wrong wasn't I clear enough ??
you made changes in the code I gave you
your changes to that part are all wrong and I wrote before where it was wrong...
There is more inside the loop i give later
After the loop make the part for opening buy trades...
// MAKE PART FOR OPENING BUY TRADE
has to work for 4/5 digit brokers and has to work for ECN accounts
.
.
.
.
I like to see
You change this original code you had
it has to work for 4/5 digit brokers and it has to work for ECN accounts