Nikolai Karetnikov / Profile
- Information
|
5+ years
experience
|
2
products
|
1
demo versions
|
|
0
jobs
|
0
signals
|
0
subscribers
|
Friends
Requests
Add friends via their profile or user search and you will be able to see if they are online
Outgoing
Nikolai Karetnikov
Added topic metatester
Hello! About a week ago I've installed on one of the rarely used machine a metatester, it's 8 cores are shown in my Profile\Agents ever since that date. Log is below GL 0 08:30:07 Startup access rights to common directory successfully checked
Nikolai Karetnikov
Added topic Create an Alert in script
Hello! Is there a way to manage (create\change\delete) Alerts in Alert tab of MT5 through scripting? May be through DLL calls... I would develop a special class for displaying \ moving alerts on a chart. Thank you!
Nikolai Karetnikov
Added topic one terminal for several brokers
Hello! I love MT5 and brokers seems to start loving it too. The only thing is that they all have their limits on number of instruments. So, is it possible to use just one MT5 with several accounts from different brokers at once? Thank you
Nikolai Karetnikov
Added topic storage MT5
Hello! I love this feature a lot! What I would suggest for the future releases is to implement template sync across all MT5 terminals with the same account on mql5.com. Thank you for listening to us!
Nikolai Karetnikov
Added topic MetaEditor black buttons
Hello! Please have a look at the video attached. When I try to commit changes up to the storage instead of OK button I see a black rectangle. It doesn't bother me much, but MT5 guys, you may be interested :) Thank
Nikolai Karetnikov
Added topic OOP basics
Hello! I used to program in other OOP language and there is a nice feature there that allows to distinguish between global functions and functions of the current class instance. I mean, let say you have a class named CClass. Then inside the class
Nikolai Karetnikov
Added topic fixedmin, fixedmax
Hello! I wrote a simple script #include <Charts\Chart.mqh> #include <ChartObjects\ChartObjectsLines.mqh> string gSymbol = "GBPUSD" ; void OnStart () { //---
Nikolai Karetnikov
Added topic pause a script until some key is hit
Hello! I wrote a script that searches through a chart for some pattern. After a script found that let say (High-Low) > 50 pips it stops, scrolls a chart to that point and zooms in in a larger scale (15M instead of 1D). Now, I would like a script
Nikolai Karetnikov
Added topic CHART_SHOW_PERIOD_SEP
//+------------------------------------------------------------------+
Nikolai Karetnikov
Added topic CChart class
Hello! I wrote a simple script #include <Charts\Chart.mqh> void OnStart() { CChart xChart; xChart.ApplyTemplate("blank"); } in order to apply a template to the
Nikolai Karetnikov
Added topic how to change windowpricemin & windowpricemax ?
Hello! Please advice on how to change these values or somehow else squeeze chart. Here is what I am trying to achieve. I apply template to a chart and my resistance\support levels look just fine on Daily Chart, but when I change timeframe to let say
Nikolai Karetnikov
Added topic Run script each XX minutes
Hello! I search for a solution to run script after each XXminutes (XX = 10, 15, 30). The one I have for now works as designed but only once. Next time I want to run it, I should hit Hot-Key or click a mouse. I would like to run it automatically. The
Nikolai Karetnikov
Added topic MT4. Create Order Modal Window
Hello! Is there a chance to adjust Modal Window for a New Order(the one we get by pressing F9) in such a way that the window does NOT show Tick chart. It distracts me. Thank you
: