aya3adel
aya3adel
Friends

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

aya3adel
Added topic HMA indicator Of the monthly interval
Hello Folks, I'm new to MQL5 , I have been trying to code the HMA of the monthly timeframe but no success, I coded it to be calculated on the current timeframe then changed the interval to PERIOD_MN1 but no success here's my code, I'd really
aya3adel
Added topic Problem making indicator disappear from the chart
Hello Folks, I'm making an indicators that draws Daily Moving average and a horizontal line at the value of the last bar of the moving average I made a boolean variable (switch) for each line to control when both lines should be drawn (when the value
aya3adel
Added topic Difficulty understanding loops over bars and SetAsArray
Hello Folks, I have several issues as a newbie in mql5: 1- problem understanding how loops work and how to access the latest bar and the bars before it (is the index of the previous bar i+1 or i-1 how to decide), 2-does SetAsArray function affects
aya3adel
Added topic What is the equivalent of iMAOnArray on MQL5
Hello Folks, Recently I had to shift from mql4 (which I can code) to mql5 I want to create a moving average on a custom array that I have after some calculations in mql4 I used to calculate it as follows customMA[i] = iMAOnArray(customArray, Bars
aya3adel
Registered at MQL5.community