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
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
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
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
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
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
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
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
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
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
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