Forum

I need to get the index of the bar when the mouse hovers over that bar.

hi everybody I need to get the index of the bar when the mouse hovers over that bar. I am using MT4 Does anyone have help? Thanks

i need like this function

Hi, i am beginner with mql5 i have this function in MQL4 double get_Lot_from_last_ord( string SYM, int MAGIC) { double LastLot= 0 ; for ( int i=OrdersHistoryTotal()- 1 ; i>= 0 ; i--) { if ( OrderSelect (i, SELECT_BY_POS, MODE_HISTORY)) if (OrderSymbol()==SYM &&

How to draw a professionally Equidistant Channel

Hi I need to draw a equidistant channel on the chart I needed a way of working, not a code For example - Find approximate direction - rotat Axles - Divide the field into two parts - Find the highest peak in each field - ..... etc Gratefully

How to programmatically put and show an indicator on a chart.

hello all How to programmatically put and show an indicator on a chart

what can i do for iMAArray() in MQL5

hello i can not find iMAARRAY() in MQL5. what can i do

minimal stoploss

hello How can Expert determine the minimum stop loss value