Forum

Why Some Indicators shows false results in the tester ?

Hi I make an empty robot to tester an indicator , I run the tester , then I attach this Indicator , in demo chart , the indicator shows true results , but in the tester , there is something wrong the results is not true , I don't know it , please some help to identify the problem , I want to build a

The freelancers are very fast !

Hi Guys I have curiosity to know & learn how the freelancers gain this speed and code performance ? because I see some freelancers complete there jobs in 1 hour or less, advise me guys. Many thanks

What Is The Best Using Of The MA To Detect The Trend Direction For "You" ?

Hi There I Search for the best using of the MA to detect the trend direction , I am using now the Difference between two iMA() , if the difference > a number of pips then Up trend and vice-versa , but it's not an effective way . please some help . Thanks

For The Professionals

Hi Guys Well , It's the first time I Create A topic in This Section ... and I name it "For The Professionals" .. because I Want , And I have The Passion To Be A Professional MQL5 Programmer , And To ask The Professionals in this forum This Question : What Is The Steps That You Advise Beginners

How To Get The Previous Days Pivot Lines Indicator Value From An EA ?

Hi Guys I want to Get The previous Days values of a Pivot points indicator . I Use The iCustom() To Do That int DayBarNumber=iBarShift( NULL , PERIOD_H1 , TimeDay( Time[ 1 ] )); // Day 1 double D1R3= iCustom ( NULL , PERIOD_H1 , "FXI Weekly Pivots"

How To Get The Previous Days Pivot Lines Indicator Value From An EA ?

Hi Guys I want to Get The previous Days values of a Pivot points indicator . I Use The iCustom() To Do That int DayBarNumber=iBarShift( NULL , PERIOD_H1 , TimeDay( Time[ 1 ] )); // Day 1 double D1R3= iCustom ( NULL , PERIOD_H1 , "FXI Weekly Pivots"

What Is The Best Using Of The MA To Detect The Trend Direction For "You" ?

Hi There I Search for the best using of the MA to detect the trend direction , I am using now the Difference between two iMA() , if the difference > a number of pips then Up trend and vice-versa , but it's not an effective way . please some help . Thanks

Why The Indicator Removed When I Run The Tester ?

Hi Guys I try To call a Custom Indicator in My Ea with iCustom() , But once I Run The Tester This Lines Appear on the Log 2015.01 . 10 12 : 07 : 35.103 EURUSD,H4: 2706 tick events ( 1056 bars, 3758 bar states) processed within 12480 ms (total time 12496 ms) 2015.01 . 10 12 : 07 : 35.103 2010.01 . 14

Why The Indicator Removed When I Run The Tester ?

Hi Guys I try To call a Custom Indicator in My Ea with iCustom() , But once I Run The Tester This Lines Appear on the Log 2015.01 . 10 12 : 07 : 35.103 EURUSD,H4: 2706 tick events ( 1056 bars, 3758 bar states) processed within 12480 ms (total time 12496 ms) 2015.01 . 10 12 : 07 : 35.103 2010.01 . 14

iCustom() Question

Hello everybody I need some help on how can I use a the iCustom() function to detect the color of the circles that the indicator draw’s (Red or Green ?) ,I try to look to the Data Window to know the indicator buffers , but there is nothing . (I have the compiled file)