Forum

How I can include indicator (.ex4) to work in my EA?

How I can include indicator (.ex4) to work in my EA? Thank you

How I can identify the color of the trendline of the indicator?

How I can identify the color of the trendline of the indicator? Thank you

How select last order for one symbol in the history and get value of lots and profit?

How select last order for one symbol in the history and get value of lots and profit? Thank you

how I can get the value max and min of the last candle closed?

how I can get the value max and min of the last candle closed? Thank you

How I can get the value of ADX? - For a symbol ()

How I can get the value of ADX? - For a symbol ()? Thank you

How I can get value of price (op_buy with lot 0.01 - have only a op_buy with 0.01)? // Symbol()

How I can get value of price (op_buy with lot 0.01 - have only a op_buy with 0.01)? Note: symbol() Thank you

I want get total AccountInfoDouble(ACCOUNT_PROFIT), but for a symbol()

I want get total AccountInfoDouble( ACCOUNT_PROFIT ), but for a symbol() Thank you

I want check that exist order pending for GBPJPY

I want check that exist order pending for GBPJPY Thank you

I want delete all orders pending only a symbol()

I want delete all orders pending only a symbol() Thank you total= OrdersTotal (); //getting total orders including open and pending for (d= 0 ; d<total; d++) { if ( OrderSelect (d, SELECT_BY_POS , MODE_TRADES )) { Order_Type= OrderType (); //---- pending

I want check to a symbol ()

I want check to a symbol () Thank you if ( OrdersTotal () > 0 ){ // verifica se existe ordens abertas for ( int i= OrdersTotal ();i>= 0 ;i--){ // cria um loop decrescente com valor inicial igual ao total de ordens abertas if ( OrderSelect (i, SELECT_BY_POS , MODE_TRADES