Jagg
Jagg
Jagg
Added topic CPanelDialog - start minimized shows wrong restore icon (top right)?
Hi, I have an input parameter in my EA 'startMinimized' - if the user sets it to true the dialog should be started minimized. So I do it this way in my code:    ExtDialog = new CPanelDialog;       if (startMinimized) {
Jagg
Added topic Disable "Price Line" in chart?
Hi, I want to get rid of the horizontal line in the chart window (which shows the actual price, line is in the middle of the bis/ask spread). How to do that? (and no... show ask line in option isn't activated) Thanks
Jagg
Added topic Shift indicator_level1 to the left
Hi, I can set the indicator_level/horizontal line for an indicator window with e.g. #property indicator_level1 300 This line goes completely to the right axis. Is there a chance to shift this line to the left so that I have a little free space right
Jagg
Added topic Play sound only once per bar
Hi, i use a bar close timer which prints for example 1:45 (means 1 Min (m) 45 Sec (s) left until bar close). What I'm trying to do is play once a sound if m<1 && s<40 for example. Two problems 1) MetaTrader only changes the bar close timer if
Jagg
Added topic Place indicator text near price bar?
Hi, is it possible to place the text of a main chart indicator (the b-clock.mq4 for example which prints the time until bar close at left top corner) directly above/at/right of the last price bar? Thanks
Jagg
Added topic Only show smallest variable
Hi, I have three variables (values of this variables are for example: 68, 25, 93). Now I will only show the smallest one of them in the indicator window. How can I check this three variables so I get back the smallest one? Thanks
Jagg
Added topic Count opened orders of a day (without all those partial closes)
Hi, I want to get the number of trades from a day I've done so I loop through OrdersHistoryTotal. Problem now is I often do partial closes of an order so the total number of trades I get now from my code is way too high because of all those
Jagg
Added topic Elliott Wave objects for MT4?
Hi, for MT5 there are object types for Elliott Wave (https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_elliotwave5 and https://www.mql5.com/en/docs/constants/objectconstants/enum_object/obj_elliotwave3). MT4 doesn't have these
Jagg
Added topic Trendline always 10 bars long (problem with exchange closed times and weekends)
Hi, I want to add a new trendline object to an intraday chart for the DAX for example. DAX trading hours are from 8:00-22:00 on my broker. I want to draw trendlines (within a script) to that dax intraday chart which are always 10 bars long to the
Jagg
Added topic Move object when another object is moved (object set through a script)?
Hi, I use a script  which I drag & drop to a chart. This script adds an object (text) to chart and places 4 trendlines to the chart (depending on the price where I drop the script). These 4 trendlines depend always on that set/dropped text
Jagg
Registered at MQL5.community
Jagg
Added topic Time based order entry and exit (EA)
Hi, is there a EA out there which is able to do time based orders? Example: I want to set in the morning two times (9:45 and 13:30) and the EA should open a trade at 9:45 and close that trade at 13:30. Thanks
Jagg
Added topic Change histogram code to "small height bars" (like a tape)
How do I have to change below code of that histogram code in order to be able to drag n drop that indicator into an existing cci indicator window? When I do it now it shows: It should be like the above sidewinder indicator at top (yellow, green