Forum

how to read a cell from excel

i need to read values in a open excel worksheet... can you help me? thanks

Recent bar problme in backtest

The code below runs perfectly fine in Real and demo account, however in the backtest, first bar (index==0) for all quotes received, this bar in particular, gets the same value for OHLC (equal open price) for CopyRates function . Please tell me, is something wrong in the code, or what the problem

Sending emails....

Hi all I need to send emails to multiple recipients , how I do it in MQL5 ? thanks

call GetVolumeInformationA no return values

Hi all... please tell me what's wrong in this code? //+------------------------------------------------------------------+ //| GetVolumeInformation.mq4 | //+------------------------------------------------------------------+ #property copyright "Copyright © free" #property link "free" #property

get all Symbols

hi all i need to obtain all symbols in MetaTrade... How to code? regards charles