Umut Altındağ
Umut Altındağ
Friends 1
Umut Altındağ
Added topic Disruption of the plot after timeframe change
Hello, I have an mt4 indicator. When I changed the timeframe, I realized that there was an different in the old plots in the timeframe opened. When I add the indicator to the chart again, it plots as it should.  How can I make it work as opened
Umut Altındağ
Added topic Coding a pinescript formula on mql5
Hello, I am working on a project . Within this project , I need to write a method that uses more than one array. But I couldn't get the result I wanted. Can anyone help me? The pinescript formula:  smoothrng( int float , int t, float m) =>
Umut Altındağ
Added topic Differences in buffers between EAs and indicators
Hi everyone, i'm new to MQL4 and i'm working on an EA similar to an MA ribbon. I shared both the indicator and Ea versions. I had no issue with the indicator version, but i was getting "Array out of range" error in the EA version, so i added the
Umut Altındağ
Added topic Objects are not drawn after making any changes in the properties.
             if ( ObjectCreate ( 0 , "UpArrow" +Time[i], OBJ_ARROW_UP , 0 , Time[i], Low[i]))                {
Umut Altındağ
Added topic Checking Order Comment in MQL4
Hello, If there is another position with the same Comment, I do not want a new order to be opened. I wrote a method for this, but it is not working. I am getting a false response in the "if(OrderType()==orderT)" part, and it allows opening a
Umut Altındağ
Added topic How Can I Change Line Style In MQL4
Hello, I just started learning MQL4 and am doing some small experiments. My request is to draw the line as "Dot" but I couldn't manage to do it. Can you help me with this?  //+------------------------------------------------------------------+
Umut Altındağ
Registered at MQL5.community