[Archive!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass it by. Couldn't go anywhere without you - 2. - page 498
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
How do I calculate a profit on one currency pair in my EA?
For example, I have seven buy orders open on euros at different prices. How do I calculate a profit on euros without affecting other orders on other pairs? ????
Example,
Example,
Thanks.... But Sum_Profit is still 0 ............
either in global variables
double Sum_Profit;
or in a function
static double Sum_Profit;
Tell me if you can write variables in MQL4 in Russian ???? And what are the consequences ???????
Available at
VOLDEMAR:
1. Скажите можно ли в MQL4 переменные писать русским языком ????
2. and what the consequences might be ???????
1. Already answered...
2. Problems with selling your Creations to the English-speaking public. :-)))
Can you please tell me if at weekends, when there are no ticks and the Start function is not running, is it possible to redraw objects on the chart somehow, e.g. by mouse click? Tired of restarting the terminal and removing/inserting the Expert Advisor :)
Do
Do