[WARNING CLOSED!] Any newbie question, so as not to clutter up the forum. Professionals, don't go by. Can't go anywhere without you. - page 595

 

How do I find the opening price of the last order?

I did it like this, but when I close a series of orders by close, the price of the first order in the series comes out, but not the last...

Is there any other way to determine the last order?

for(int i=0;i<OrdersHistoryTotal();i++){
if(OrderSelect(i,SELECT_BY_POS,MODE_HISTORY)==true){
if(OrderSymbol()==Symbol() && OrderMagicNumber()==MagicNumber && OrderCloseTime()!=0){ 
priceOpenHistory = OrderOpenPrice();
}}}
 

The topic has been dead, I will try to ask a question here.

Different terminals have different charts, hence the difference in indicator readings.

What to do?

 
Abzasc:

The topic has been dead, I'll try to ask here.

Different terminals have different charts, hence the difference in indicator readings.

What to do?

use a single terminal.
 
Techno:
use a single terminal.

And which criteria to choose ;-)
 
All MT4 terminals, if anything.
 
Pick any one you like and that's it, use it.
 
Techno:
Pick any one and that's it, use it.


"difference in indicator readings".

In other words - how do you choose the most relevant to the market?

 
Abzasc:


"difference in indicator readings"

In other words - how to choose the most relevant to the market?

What difference does it make to you what corresponds to the market, if you trade on your given chart and make money on it?
 
Abzasc:


"difference in indicator readings"

In other words - how to choose the most relevant to the market?

You can't. Every kitchen has its own quotient.
 
Techno:
what do you care what corresponds to the market if you trade on your given chart and make money on it ?

the accuracy of the indicator readings...
Reason: