Tiago Cetto Pietralonga
Tiago Cetto Pietralonga
  • Trader and engineering student at Vitória
  • Brazil
  • 594
  • Information
7+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Trader and engineering student at Vitória
Tiago Cetto Pietralonga
Tiago Cetto Pietralonga
#LOW DRAWDOWN

ForEx Investments
Tiago Cetto Pietralonga
Tiago Cetto Pietralonga
COPY our trades

ForEx Investments

LOW DRAWDOW
Tiago Cetto Pietralonga
Added topic How I can include indicator (.ex4) to work in my EA?
How I can include indicator (.ex4) to work in my EA?   Thank you 
Tiago Cetto Pietralonga
Added topic 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 
Tiago Cetto Pietralonga
Added topic 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 
Tiago Cetto Pietralonga
Added topic 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 
Tiago Cetto Pietralonga
Added topic How I can get the value of ADX? - For a symbol ()
How I can get the value of ADX? - For a symbol ()?   Thank you 
Tiago Cetto Pietralonga
Added topic 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 
Tiago Cetto Pietralonga
Added topic I want get total AccountInfoDouble(ACCOUNT_PROFIT), but for a symbol()
I want get total AccountInfoDouble( ACCOUNT_PROFIT ), but for a symbol()   Thank you 
Tiago Cetto Pietralonga
Added topic I want check that exist order pending for GBPJPY
I want check that exist order pending for GBPJPY Thank you
Tiago Cetto Pietralonga
Added topic 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++)      {  
Tiago Cetto Pietralonga
Added topic 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
Tiago Cetto Pietralonga
Added topic Delete all orders of symbol ()
This delete all orders, I want delete of symbol ()      for(int x=OrdersTotal()-1;x>=0;x--)      {       if(!OrderSelect(x,SELECT_BY_POS,MODE_TRADES)) continue;      
Tiago Cetto Pietralonga
Added topic calculate lots of all orders open - mql4/mql5
how I can calculate lots of all orders open?  mql4/mql5   Thank you