Forum

Column and Row in excel

I search google and mql forum but i cannot find what code for column in excel. I able to do for rows but column unable to solve....Here code //+------------------------------------------------------------------+ //| Demo_FileWrite.mq4 | //|

Google Sheets

Only i know some formula google sheets - Example like this = GOOGLEFINANCE ( "EURUSD" , "PRICE" , "1/1/2020" , "12/31/2020" , "DAILY" ) But what about mql4 ? how to get live data mql4 to google sheets? is it relate to broker or mql4

Any idea code for drag and drop

Hi, Example See picture I dun want drag and drop because too many codes to many chart windows many times.... I need straight one time 1 code match 1 chart window Any idea code? I think relate to ChartOpen or etc

7 Errors

Hi, I create Object Rectangle.... but I make Object Delete - errors ... i put highlight marker Is it relate Object Name? '(' - comma expected squarecomment.mq4 180 26 ',' - semicolon expected squarecomment.mq4 180 28 ',' - unexpected token squarecomment.mq4 180 28 'obj_rect' - undeclared identifier

1 Errors Message

Example I want total sum for loop show 1,2,3,4 total = 1+2+3+4 = 10 It show error int p= 1 ; int z= 3 ; int t= 0 ; for (p; p<=z; p++) { Print (p); t=p+p Print (t); } 'Print' - some operator expected squarecomment.mq4 123 4

1 Warning message

I have no idea string that warning I try TimeToStr or String or Int..... not working string period = ( Period ()); int ip= 0 ; switch (ip) { case PERIOD_M1 : period="M1" ; break ; case PERIOD_M5 : period="M5" ; break ; case PERIOD_M15 : period="M15" ; break ; case

4 Warning message (Variables)

I got 4 warning messages in variables. I want extern for Time into object rectangle Here code: //+------------------------------------------------------------------+ //| squarecomment.mq4 | //| Copyright 2020, MetaQuotes Software

MQL4 (newbie programming)

Hi, I am learning programming mql4 as newbie I know only simple basic. but deep advanced that i still not sure. My project is 1) counted total iBar in select Date/Time from Start to End. I able to do this. 2) counted total of range = iHigh - iLow = total range. I able to do this. 3) Calculated Pips