The Xlearner
The Xlearner
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic 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=
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic A Similar Indicator ?
Hi Guys I need some help to find a similar indicator to this indicator in this picture , that use Buffers not Objects ,  to detect the trend direction ...  It's the "3SMATrendFilterPro" for Hector
The Xlearner
Added topic A Similar Indicator ?
Hi Guys   I need some help to find a similar indicator to this indicator in this picture , that use Buffers not Objects ,  to detect the trend direction ...  It's the "3SMATrendFilterPro" for Hector
The Xlearner
Added topic 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
The Xlearner
Added topic 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
The Xlearner
Added topic What Is The Best Trailing Stop Method For You !
Hello Guys   To trail a position There is alot of methods  , For example you can use The Candle trailing Or The Moving Average Trailing Or The High/Low Swing Or The simple trailing :) , That's what I know .But I don't know witch is the
The Xlearner
Added topic What Is The Best Trailing Stop Method For You !
Hello Guys   To trail a position There is alot of methods  , For example you can use The Candle trailing Or The Moving Average Trailing Or The High/Low Swing Or The simple trailing :) , That's what I know .But I don't know witch is the
The Xlearner
Added topic Changing other strategy tester pair , cause errors ?
Good morning  I test my EA on the strategy tester with EURUSD , and it works , but when I test it with another symbol , it shows me a huge number of error , I try to close all the windows in the metatrader and restart it and try with another
The Xlearner
Added topic Trailing stop ?
There is Errors appear on the Strategy Tester journal , I didn’t understand them ,  The image :   And this is  the code of the trailing stop function void TrailingStop() {    for ( int b = OrdersTotal ()- 1 ; b>= 0 ; b-- )
The Xlearner
Added topic How to know the protrusion of a candle
How can we know the protrusion of a Candle from the others , can we use a moving average to do this ? For example with SMA applied to the high prices   Like this :   if (High[ 1 ]>iMa( Symbol (), 0 , 5 , 0 , 0 , 2 , 1 )) Alert ( "This
The Xlearner
Added topic Why the Ea didn't see some good Pin Bars ?!!
I create a Ea that playes with the pin bars and a SMA , but the Ea didn't see some good PinBars , and I don't know why he do that .         help please
The Xlearner
Added topic What mistake I made in this indicator ?
Hi  I find an indicator that shows the Pin Bars of a symbol , and I modify it to show only the  Bullish Pin Bars  who is  above an  Up Ma  and the  Bearish Pin Bars  who is below a  down Ma
12