actarus1
actarus1
Friends

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

actarus1
Added topic multi timeframe indicator
Hello, I have to create a multitimeframe indicator. My problem is to find iMA value for 5 different timeframe. As here:    int counted_bars=IndicatorCounted();    if (counted_bars< 0 ) return (- 1 );    if
actarus1
Added topic how to create a line that follows a value
Hi, I would like to create in the indicator a line that follows a calculated volume and that changes color (red when sell and green when buy). I tried with OBJ_TREND but I get a straight line (probably combining only two values)   
actarus1
Added topic how to add arrows to indicator
Hello, I need to develope and indicator who show arrow down with this condition: if (iMA(Symbol(),0,10,0,MODE_SMA,PRICE_CLOSE,1)<iMA(Symbol(),0,40,0,MODE_SMA,PRICE_CLOSE,1) &&
actarus1
Registered at MQL5.community