Forum

I want get OBJPROP_ANGLE from OBJ_TRENDBYANGLE

hi Dear @Alain Verleyen @whroeder1 I want get OBJPROP_ANGLE from OBJ_TRENDBYANGLE with this code in open any candel but OBJPROP_ANGLE give me 0.0 value!? please help me void OnTick () { //--- ObjectDelete ( 0 , "Trendbyangle" ); ObjectCreate ( "Trendbyangle" , OBJ_TRENDBYANGLE , 0 ,Time[ 5

Get angel trend line

I want get angel trend line but it,s 0.0

please help for this function

h write this function string triger() { if ( iClose ( Symbol (),timeframe, 1 )> iOpen ( Symbol (),timeframe, 1 )) { if (( iClose ( Symbol (),timeframe, 1 )- iOpen ( Symbol (),timeframe, 1 ))>( iHigh ( Symbol (),timeframe, 1 )- iClose ( Symbol (),timeframe, 1 ))) return (

i want add comment to chart

i want add signal comment to chart in mql4 every 1 hr void OnTick () { //--- string symbols= "" ; *** if ( iVolume ( NULL ,timeframe, 0 )<= 1 ){ for ( int i= 0 ; i< SymbolsTotal ( true ); i++) { int digits=MarketInfo( Symbol (),MODE_DIGITS); double

please help for this code

i need help to select lot of postion and save in array to select biggest lot to martingle double biggestlotbuyOrders() { double mark[]={}; for ( int i= OrdersTotal ()- 1 ;i>= 0 ;i--) { if ( OrderSelect (i, SELECT_BY_POS , MODE_TRADES ))

How select the biggest lot position

Hi I want writing a martingle EA code How I can select the biggest lot position for *2 for new position? Please write sample code

What is the best Expert Martingale?

What is the best Expert Martingale

The best expert

What is the best expert for auto trade