[ARCHIVE!] Any rookie question, so as not to clutter up the forum. Professionals, don't pass by. Can't go anywhere without you - 4. - page 168
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
Tired of news being completely useless for TA (in MT5).
I've coped with the news alerts, but the flags don't work.
how to find the '\end_of_program' - unbalanced left parenthesis quickly
Check the number of parentheses... If anything, use special editors that colour-check the equal number of opening and closing parentheses...
Tired of news being completely useless for TA (in MT5).
I've coped with the news alerts, but the flags don't work.
Is this the wrong forum?
Is this the wrong forum?
Possibly.
But if the reason is that the question is about MT5 and not MT4, then I was guided by this list:
Why can the indication (arrow) of an order not be placed on the chart on which the Expert Advisor is standing?
This is something new, show me please.
Good afternoon. Please help me at least on the fingers (in words) to implement the following algorithm:
The price is given, it is different from the current actual price, how do I know the sum of profits (profits/losses) of all open orders at this price? For example, we have 2 open long positions, the price is now at one level and the algorithm should give us the sum of profits/losses of these positions if the price was at a different level than the one we already know.
I can't figure it out myself, there's nothing to grab onto.
For each order: calculate the difference between the opening price and the price you need, multiply by the pip value, and by the order volume.
Add up.