Forum

Max size of local variable

Hello every one. How much is the maximum size of a public variable? Can this amount be increased? For example, I want to define an array with 30,000 indices, which gives an error of variable size being too large

Access violation at 0x000000007FFF00D6 read to 0xFFFFFFFFFFFFFFFF

Hi every one. Please help me how solve error in backtest after updating mt5 and compiling my program: Access violation at 0x000000007FFF00D6 read to 0xFFFFFFFFFFFFFFFF In forum I found several similar problem but no clear answer. Thanks

How Can i Read an open cvs File?

Hi is there anyway to Open and read an Open csv file

Meaning of colors in the calendar tab

Hi every one. I have a question : What do the colors in the calendar tab (green, white and pink) mean

How can i get ticket of the last position?

Hi After i use "PositionClose()" and my open position get closed, I want to know ticket of the last order and use "GetLastOrderTicket()" Function as below: but the ticket returnd is for The last one left. How can i fix it? ulong GetLastOrderTicket() { //--- request history for the last 10 days

How Do i Use PositionClose()

Hi. How can i get the ticket of an position and close a the position? whats wrong in Code ? InThe Code, I Open a position and immediately (after 10 seconds) i want to close it. //+------------------------------------------------------------------+ //| test

calculate time of 10th next candles

Hi how can i get the time of 10th candle later on H1 timeframe

problem in srategy tester

Hello Backtest tab in "strategy tester" , doesn't show any thing after testing strategy. How can i fixed it

OnTick Handle

Hello Every one i want to know more about text Below. How often does the Ontick() handle? Is it possible every 10 or more ticks, once Ontick() Handles

my expert error: "cannot load indicator 'Bollinger Bands' [4801]

hi. I reinstalled meta trader 5 and during test my expert, this error accures. how can i fix it