hhemmat
hhemmat
hhemmat
Added topic MT4 Strategy Tester Access violation read Error
Hi I wrote a test ea and while back testing , MT4 stops and i see this message in the journal tab: Access violation read to 0x00000003 in 'C:\Users\H\AppData\Roaming\MetaQuotes\Terminal\E05C74117B3E2588F72872BDDB509419\MQL4\Experts\2020-Test.ex4'
hhemmat
Added topic Help needed and appreciated. Problem in using Button in Expert Advisor
void BreakOut() { //--- Create a button to send custom events    ObjectCreate ( 0 ,buttonID, OBJ_BUTTON , 0 , 100 , 100 );    ObjectSetInteger ( 0 ,buttonID, OBJPROP_COLOR , clrWhite );    ObjectSetInteger ( 0 ,buttonID
hhemmat
Added topic Can anybody tell me whats wrong with this indicator
Hi I tried to write an indicator to show two CCI graph on the same window It works but values are different from single CCI indicators with the same period. I attached the code. It is very simple but numbers that displays are wrong. Appreciate your
hhemmat
Registered at MQL5.community