Nikolay
Nikolay
Friends

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

Nikolay
Added topic Script/Indicator to convert data to standard higher time frames?
Is there a script or indicator that converts the current time frame data (can be from M1 do D1) to a higher time frame (H1, H4, D1, W1, MN1) ? I searched and found existing scripts that either require M1 as current time frame, or convert only to a
Nikolay
Added topic How to NOT draw indicator buffers on the chart?
If I use indicator buffers, they are always displayed on the chart. How can I NOT display them and still have their values calculated? I need only the values, but not the visible part, but I want still to use the indicator buffers because their size
Nikolay
Added topic Unable to edit HL style (OBJPROP_STYLE)
The style dropdown field ( OBJPROP_STYLE ) of existing horizontal line is disabled and I cannot set for example a STYLE_DASH. Any ideas why and how to enable it
Nikolay
Added topic Display cut off bars on the chart?
When I use F12 "Step by Step" sometimes a bar that goes beyond the visible bottom or top of the chart is not displayed fully: 1) Is there any MT4 settings that can help correctly displaying such bars? 2) Is there a way to program correctly displaying
Nikolay
Added topic Clicking a button without clicking the chart?
When I click on a (standard/normal/OBJ_BUTTON) button, if the click is at or near a horizontal line, the line will be selected too (because the option "Select object by single mouse click" is activated), which is undesireable for me. How can I make
Nikolay
Added topic Easiest and fastest way to open and manage a trade?
Hello, what MT4 indicators/scripts/EAs can you recommend to open and manage a trade in the easiest and fastest way? I imagine the following features: Open the trade by a single button click or key press. Set my SL and TP visually before opening the
Nikolay
Added topic Set Line Color before drawing/creating the line
When I draw or create a line, it uses by default the last used color. How can I set programmatically this color, before I draw/create the line
Nikolay
Added topic OnChartEvent() not called in Expert Advisor (EA)
When I press a key in the testing chart, OnChartEvent() does not display the Print message in the Tester Journal tab for the following simple EA (not an indicator). Any ideas why and how to fix it? void OnChartEvent(const int id, const long
Nikolay
Added topic possible to call ObjectGet() for given chartId?
Can I somehow call ObjectGet() giving it a specific chartId? The documentation does not specify that this is possible. I want to get some properties , like OBJPROP_TIME1 and OBJPROP_COLOR from another chart than the currently active one
Nikolay
Added topic Get value of "Select Object By Single Mouse Click" programmatically?
How to get the value of "Select Object By Single Mouse Click" (in the Options->Objects) programmatically
Nikolay
Added topic How to program opening the object properties window?
If I have the name of an object, how can I program opening the object properties window, like for HL: https://scr.hu/MweRn2
Nikolay
Added topic Undo created object?
How can I undo creating an object (HL, VL, Trendline) after pressing a button to create it? ( not by calling ObjectCreate, so I do not have the object name) My current thoughts and questions: There is a menu "Charts->Objects->Delete Last", but
Nikolay
Added topic Topic reply email notifications / subscription
Hello, is it possible to get email notificatios on desired/own topics in the forum? I cannot find this feature in the forum, my profile and settings. Doing a forum search provided answers like checking your profile for favorites, but didn't see those
Nikolay
Added topic How to program pressing a button from the Line Studies (HL, VL, Trendline)?
Hi everyone, instead of using my mouse to press the buttons from the line studies - horizontal/vertical line , trendline, etc - I want to press a key and come to the same result after pressing the button -> the cursor has changed to the icon of
Nikolay
Added topic How to convert a single char string to keycode?
How to convert a single char string to keycode ? For example for the string "q" I want to get the value 81 (as the keycode described here)
Nikolay
Added topic trigger a key press event?
How can I program triggering a key press/event? For the following use case: Normally one can zoom with the "+" and "-" keys, but I would like to zoom with "q" and "r" and my idea is when "q" is pressed to trigger pressing the "+" key. Or are there
Nikolay
Added topic Change Strategy Tester Speed (between 31 and 32)?
Is there any way to change the strategy tester speed to something between 31 and 32 in visual mode? 31 is a bit slow, 32 is too fast
Nikolay
Added topic Ticks for Strategy Tester
Hello, are the ticks while running the Strategy Tester 1) automatically generated or 2) are the same as delivered by the data provider (e.g. FXCM)? Thank you
Nikolay
Added topic What is the easiest way to display clickable button?
I would like to 1) display on the chart a button, that 2) when clicked executes a specified function. What is the easiest way to do it? I found: the OBJ_BUTTON page, but no simple (one-liner) API and no info how to add a click method
Nikolay
Added topic How to navigate/move the chart to an created object or datetime
Few questions about chart navigation with MQL (programming, not UI use): 1) How can I navigate/move/focus the chart to an existing object If I know the object name ? (in a similar way when I click show in the objects list) 2) How can I
12