fari tigar / Publications
Forum
Problems with Histogram in indicator
Hi, when you program in MQL5 an indicator with an color_histogram and a draw_line, the histogram must be defined after the draw_line. Is this a feature or a bug :-) The following very simple code shows the open and close prices as a a histogram and a line, the first sample works as the histogram is
Controlling New Tick Data
Hi, for debugging I would like to control when a new Tick Data is generated, is this possible? br fari
eMail images
Hi, I would like to know if it is possible to send an image via email. This is not possible with the standard function , as far as I understand: bool SendMail ( string subject , string some_text ); br fari
Change Symbol of Chart
Hi, I wounder if it is possible to change the symbol of a active chart, eg from Eurusd to UsdJpy . I want to make screenshots of all of my history trades, but I stuck here. br fari
Send Screenshot via email
Hi, is there a way to send a screenshot via email? br fari
Close Price of Current Bar - get different Values for one time
Hi, I entered in the start function the following code: if (Hour()==10 && Minute()== 0) Print( iClose (NULL,PERIOD_H1,0)); When I start the expert for the date 2006.06.01 - 2006.06.03 I get 16 different values for the 2006.06.1 and no data for the 2nd and 3rd of June. As far as I understand, the