Forum

"Low disk space in ticks generating function" Error

Hello everyone. Can anyone tell me what is the possible cause of this error? Thanks

SymbolInfoTick() doubt

Hello everyone. I'm trying to run a very simple EA to get the tick information but I can't get the volume. Can anyone tell me why it is? Here the EA MqlTick L_Tick; void OnTick () { if ( SymbolInfoTick ( Symbol (),L_Tick)) Print (L_Tick.time, ": Bid = ",L_Tick.bid, " Ask = ",L_Tick.ask,"

Errors

Can someone tell me what these errors are? It is in a genetic simulation of MT5 Thank you

History Data

Hi. I use MT5. I have a couple of demo accounts open in the MetaQuotes-Demo server that I use to test strategies. The quality of the record is good (99%), except in the second half of 2017, where the quality is very poor, so I must interrupt my optimizations in May 2017. I have two accounts on two

Calculation of ADX

Good afternoon. Does anyone know how MT5 calculates the ADX indicator step by step? The results that MT5 returns for ADX (14) for EURUSD in H1 (for example) does not correspond (at least in my calculations) with the theoretical calculation of the ADX in spreadsheets . If someone knows which

ENUM_TIMEFRAME Personalized Periods

In MQL5, there are a series of time periods within the enumeration ENUM_TIMEFRAME (PERIOD_M1, PERIOD_M5, etc). Is possible to create personalized periods? For example PERIOD_M45 Thanks for your reply

EA restart my PC

I´m sure that the problem is not processor warming . when i´m r unning the optimization its restarts the pc. I suppose that the buffers of the indicators (which are several) collapse the ram. is that possible? Do I have to empty the buffers during simulation or between optimizations? thank you