abd-
abd-
Friends 2
abd-
Added topic how to get the date of t2 for a trend line
hi i have a simple indicator which draw a trend line horizontally and to the right , can we get the date of the t2 for that trend line using any code? (even if the trend line extended out the range of the trading bar)? as in the attached pic
abd-
Added topic t2 in ObjectCreate (OBJ_TREND,) dont cover holidays
hi am using a code to draw a horizontal trend line from t1, p1  to t2,p1 (which will draw it horizontally and to the right) .  some time i tried to draw the trend line for example  : over  90 bars but because of the holidays the
abd-
Added topic read from CSV file ...not read all values
hi....am trying to read some values from a CSV file into mt4 using  a simple code  my  CSV file is  at \MQL4\Files directory and containe one line of data   298 ,305 ,132 ,146 ,341 ,376 ,209 ,227 my code only read the
abd-
Added topic indicator to draw many Vlines
hi i have a code that draw a vertical line (only one Line).......but some times i need to draw more than ten Vlines (even 50 lines) at the same time... and the dates  between the lines are not equal (or the problem could be solved by using cycle
abd-
Added topic Adding an on chart up and down arrows to modify indicator variable directly
hi to all how can we  modify variable of an indicator directly on the chart instead of opining the indicator and modify the variable and then click ok....this will save time and at the same time let me learn new feature in mql4 because am not a
abd-
Added topic get the value of TimeToStr()...to use it in another formula
hi...i have a code to find the date and time for specific bar and show them on the chart ObjectSetText ( "Firstdate" , TimeToStr ( Time [ 10 ], TIME_DATE | TIME_SECONDS ),Fontsize, "Arial" ,White); this code is ok...but i want to use the value that i
abd-
Added topic Vline to draw a line after spicific number of bars....it count holidays also....
hi ..as a new to mql programming ...still want to learn and have a question  i try to write a code to draw a Vline a head from a predetermined bar or (datetime) first i draw a rectangle (i need it in my strategy) and want the the indicator to
abd-
Added topic price multiplier in mt4
hi is there any indicator to change prices  style from 1.25656 to 125656   and show them in  mt4 chart ? 
abd-
Added topic mt4 chart with holidays...
hi ... can we plot a  Forex chart in mt4 that show holidays ?  reason for this idea: some trading methodologies (like W.D.GANN trading) take in considerations the idea of counting holidays   i need to show the holidays in the
abd-
Added topic iHighest ..and iHigh have problem?
hi ..am traying to find the highest high among number of candles using the function   iHighest and iHigh first i used a loope for ( int i=shif2;i<=(shif);i++) and want to find the Highest High within  or between  shif and
abd-
Added topic import from excel to indicator to draw a OBJ_HLINE
was looking for a code that allow me to  import data from an excel  (CSV) file to mt4 platform  .. .and use this data( it's a price data)  to Draw a horizontal line ..i found one article here that talk about the same idea
abd-
Registered at MQL5.community