Forum

Can't pass for sell Expert some error 131

int OnInit () { double str_up = iCustom ( NULL , 0 ,indi_3,TimeFrame,atrPeriod,atrMultiplier, 0 , 1 ); double str_down = iCustom ( NULL , 0 ,indi_3,TimeFrame,atrPeriod,atrMultiplier, 1 , 1 ); double volumedown = iCustom ( NULL , 0 ,indi_4,MA_Period,MA_Shift,MA_Method, 0 , 1 ); double volumeup =

help for Partial close at the end of code the order close continue to close order i can't stop the loop

I have a problem to ceck the orderselection. The orderclose function (partial)close always the operation, how can i stop like for partial close only 1 time ? i have ceck the lot but don't work int digit = ( int )MarketInfo(OrderSymbol(), MODE_DIGITS); int op[ 6 ] = { 0 , 0 , 0 , 0 , 0 , 0 }; for

Orderopentime and time current

Hi, i need to implement on my indicator the number of total day from a opened order and after plot on chart in void Order someone can help ? void OnTimer () { //--- int xsize=( int ) ChartGetInteger ( 0 , CHART_WIDTH_IN_PIXELS ); int ysize=( int ) ChartGetInteger ( 0 , CHART_HEIGHT_IN_PIXELS

help with lot multiplier

hi, i nead to impleament a lot multyplier in this grid script i post the code. Can someone help me? //+------------------------------------------------------------------+ //| SetGrid Script | //| By

Arbitration

I REQUEST FOR ARBITRATION SOMEONE WHO CAN EXPLAIN HOW TO BEHAVE AFTER REQUEST

help to create rectangle object between moving average line

hi, can someone help me to insert a rectangle coloured object area on this indicator attached like my image?the condition must be this -The rectangle must be with the same withd of the ma segment line(adapt on each timeframe) -height of rectangle is given by the distance between the two lines

ea close position in loss with magic number

Hi, i need help for an expert that close all open trade(in a specific loss) with magic number and also close all pending order

ma only bearish and bullish indicator

I wanted to ask for a hand to modify the classic moving average indicator. I wanted to apply it in addition to the high, low, close at an average of the maximum price close of every candle but only of bearish candles. Can anyone help me