Questions from Beginners MQL5 MT5 MetaTrader 5 - page 267

 
soroko:
Hello, if it's not too much trouble, could you tell me please? How to put the price of the last 5 ticks in an array?
Look here, and there in the left column CopyOpen, CopyHigh, CopyLow, CopyClose and others.
 
Krasev157:

will post it on the website I can't see it on my profile

The thing is, it's not clear from this information what the problem is.
 
paladin800:
Look here, and there in the left column CopyOpen, CopyHigh, CopyLow, CopyClose and others.
Not here, only MqlRates elements. You just need to fill the array with Bid prices.
 
soroko:
Not here, only MqlRates elements. You just need to fill the array with Bid prices.

{

double historitickBid [3]={,,};

ArrayFill(historitickBid,0,3,Bid);

}

this function fills all cells of the array with one value.

 
soroko:

{

double historitickBid [3]={,,};

ArrayFill(historitickBid,0,3,Bid);

}

this function fills all cells of the array with the same value.

and also tell me if it's possible to create a custom timestamp.
 
The signal has a too low rating and is not publicly available. Where can I find out the rating of the signal and when it will be available in the terminal
 
Krasev157:
The signal rating is too low and is not publicly available. Where can I find out the rating of the signal and when it will be available in the terminal?

You have it written there in Russian:

There are not enough trades in the account to evaluate the trade

The account has only recently been opened and therefore the results may be random

 
soroko:
and tell me more about whether you can create a custom time-session.
You can.
 
zfs:
You may.
Thank you)))
 
soroko:
Thank you)))

Can you tell me how to create a dynamic time series array to store the last 5 prices.

Reason: