Codes

Awesome Oscillator Divergence for MetaTrader 5

This indicator will plot divergence lines on the Awesome_Oscillator indicator and will give buy and sell signal by displaying arrows

Forum

INDICATOR_SHORTNAME ; in one separate window with several indicator together

in mt5 with drag & drop several indicator in one separate window, value of buffers for that wrote after his name like below picture: with using; IndicatorSetString ( INDICATOR_SHORTNAME ,shortname); in a mql5, all value's for buffer's show's after name : if several indicator are in one code mql5

Get desktop path . if you please fix it.

. . . string szPath; SHGetFolderPathW( NULL , 0 /*"%USERPROFILE%\\Desktop*" */ /*CSIDL_DESKTOPDIRECTORY*/ , NULL , /*0*/ "%USERPROFILE%\\Desktop*" /*FOLDERID_Desktop*/ , szPath); string Desktop=szPath; Print ( " Desktop=" ,Desktop);

how can hide the buffer drawing candle in seperate window ?

HI. in separate window i draw candle #property indicator_type1 DRAW_COLOR_CANDLES #property indicator_color1 clrGray , clrSandyBrown , clrLimeGreen i want to hide them. i used this: if (!show_candle) PlotIndexSetInteger ( 0 , PLOT_DRAW_TYPE , DRAW_NONE ); but the result is not true . and my

can get the max. height for a sub window indicator ?

HI. Is there setting to have the maximum height for a sub window indicator by, indicator_height https://www.mql5.com/en/docs/basis/preprosessor/compilation

send " zero divide " but its not. why ?

hi. in attached code if put " h1=h0/m0; " as same as in code, then send " zero divide ". where is the problem

about " OBJPROP_COLOR " when they are on top together

hi. as you see in below pic. when they are on top together , the color will change in common area. if we create them by using code , is there ability to : ( fore example / some like / by using / ObjectSetInteger(chart_ID,name,OBJPROP_ ) 1- for type1 : have the same color in common area? 2- for

PlotIndexSetInteger(0,PLOT_SHOW_DATA,false) , its for mq5 . what is Equal for mq4 ?

PlotIndexSetInteger(0,PLOT_SHOW_DATA,false) , its for mq5 . what is Equal for mq4

is there average spread function, for mq4 ?

hi for a specified time , for example 1 day before , or 4h , is there average spread function , for mq4 ? or can have it .? how can have such this

DIfferent calculation value in back test by using iCustome function & running Indicator. why ?!

HI. Why there is different between value? the value calculated by coding in EA and using iCustum are equal, but the value by indicator add to chart , is different. ============================================================================================ why ? i think: the correlation indicator (

back test speed Decreases ?!

hi, run ea back test , in every tick mode. I run it on long time , from 2000 in first 24 hour's for back testing my ea , it will have 8 year's , but after that in each 24 hours have only 2-3 year . ( by my PC.) whats the problem? can do some thing