fari tigar
fari tigar
Friends

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

fari tigar
Added topic 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
fari tigar
Added topic Controlling New Tick Data
Hi, for debugging I would like to control when a new Tick Data is generated, is this possible? br fari
fari tigar
Added topic 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
fari tigar
Registered at MQL5.community
fari tigar
Added topic 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
fari tigar
Added topic Send Screenshot via email
Hi, is there a way to send a screenshot via email? br fari
fari tigar
Added topic 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