kiikek
kiikek
Friends

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

kiikek
Added topic Saving a virtual snapshot of a 5-minute chart (not template, not screenshot)
Hi everyone, Does anyone know if it's possible to save a virtual snapshot of a chart? For example, say I want to save today's (September 8, 2020) 5-minute chart including all price and time data of every 5-minute candle, so that I'll be able to open
kiikek
Added topic Show Trade History on Chart (by dragging) => But how to remove chart objects afterwards?
Hi everyone, I only recently learned how to easily display completed trades on the chart (without the help of an indicator or script). Simply go the MT4 terminal, change to the "Account History" tab and then use the mouse pointer to drag the column
kiikek
Added topic Script that makes the MT4 Navigator folders (Indicators, Scripts, EA) refresh?
Hi everyone, I want to automatically make the MT4 Navigator folders (Indicators, Scripts, EA) refresh themselves. This currently has to be done manually. (Right click on "Indicators" or "Expert Advisors" or "Scripts", then choose "Refresh"). I
kiikek
Added topic Looking for a very basic EA which does this: if pre-defined price level x is reached, place a pending order+SL+TP
Hi everyone, Short version: I'm looking for a simple "semi-automatic" EA which does this: if price level x is reached, place a pending order with SL+TP. More detailed explanation: This simple EA should allow me to specify - a price level x (for
kiikek
Added topic MT4 Android App: how can I disable "Articles" and "Community" push notifications?
Hi everyone, I want to use the MT4 Android app for pushing notifications of trading signals. But I'm also receiving push notifications for "Articles" and "Community" news. See screenshot attached. Does anyone know how can I disable those? 
kiikek
Added topic Self-made Indicator Error Message: What does (68,24) mean?
Hi everyone, I have a question. An indicator which I coded by myself gave me an error message: (68,24) The "68" is the line where the error is, I know that already. But what's the meaning of the number 24? Does that mean the 24th character of line 68
kiikek
Added topic Comment(iOpen) shows value of "0.0" - Is my script too fast? Or my PC / internet connection too slow?
Hi everyone, I'm new to coding and have encountered a problem. I wrote this script and compiled it with no problems. void OnStart ()   { Comment ( iOpen ( "EURAUD" , PERIOD_W1 , 5 ));   } I then open a new random chart, say
kiikek
Registered at MQL5.community