Forum

Problem With Repainting data when I try to catch data from another Timeframe

Hello, I try to get data ( a value of a moving from another M5 ) and use it with data in Current time frame but it has repaint please help me to solve the problem double moving_val_M1 = 0 , moving_val_M5 = 0 ; for ( int i = candles; i>= 0 ; i--) // Bars-1 { int m1 = iBarShift ( NULL

How Can I get ObjectName for each object if I have couple objects with different names ?

I have many up and down arrows , I want to get candle number for each arrow and run a function when I click on it, there are two actions that they need candle number to run that function for that specific candle My arrow ObjectName's are like these for example : ArrDown_32 , ArrUp_21 a prefix with