Forum

MTF Megatrend Indicator

Hello, I'm looking for a MTF Megatrend Indicator Thanks for help. Jo

Multi indicators

Hello, Is it possible to find a multi indicators watch in code source mq4 ? Thanks in advance. Jo

Reversal signal mtf / Currency Trend meter

I'm interested by downloading these 2 indicators. But it's not possible. How can I get them in mq4 and not exe files. Thanks in advance

Simple reverse expert adviser

Hello, I'm searching a simple reverse expert adviser, let's say Buy when MA5 cross up MA 10 Close and reverse when MA 5 cross down MA 10. Thanks in advance. Jo

Use Bill Williams AO in a script

Hello, I will use AO in a script. If I write " icustom(Symbol(),0," Accelerator Oscillator ",0,0)", is it enough ? Or is something missing ? Thanks for help. Jo

How avoid alerts

I have choosen " only long " on an EA; I have "no alert". And I receive alerts " shorts not allowed " How can I avoid them ? Thanks. Jo

Looking for an EA closing and opening trades each hour

Hello, I'm looking for an EA that can, each hour,00 minutes close pending orders (winning or losing) and open new orders with conditions. Thanks for help. Jo

Zig dan zag EA and Triple zig zag EA

triple_zigzag_ea.mq4 zig_dan_zag_danu_ultimate_investment_long_term.mq4 I try these 2 EAs. Triple zig zag : I get the message : "Zigzag ,Backstep cannot be equal or greater to depth" in journal tab and in expert tab, continually custom indicator Zigzag loaded successfully and removed (???) Zig dan

3 Level_ZZ_Semafor

Please, where can I found the 3 Level Semafor indicator with Alert for MT5 ? Or, how can I add Alert to the indicator I have ? Thanks in advance. Jo

Metatrader 5 Coding Question

Please, In an alert EA, when I write : if (GetIndicator(handle1,0,0) >GetIndicator(handle2,0,0)) , I get Alerts , and with if ((GetIndicator(handle1,0,0) >GetIndicator(handle2,0,0)) && (GetIndicator(handle1,0,1) <GetIndicator(handle2,0,1)) ), not any Alert. Of course , I have : handle1 = iMA(NULL