Jackson0000
Jackson0000
Friends

Add friends via their profile or user search and you will be able to see if they are online

Jackson0000
Added topic 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 //+------------------------------------------------------------------+
Jackson0000
Added topic 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
Jackson0000
Added topic 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
Jackson0000
Added topic 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
Jackson0000
Added topic 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
Jackson0000
Added topic 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
Jackson0000
Added topic 4 Warning message (Variables)
I got 4 warning messages in variables. I want extern for Time into object rectangle Here code: //+------------------------------------------------------------------+
Jackson0000
Added topic 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 =
Jackson0000
Registered at MQL5.community