Shanmugi
Shanmugi
Shanmugi
Added topic Reversal Strategy - How to define StopLoss
Hello,  I am using simple RSI + BollingerBands to find reversal and take a trade. i am not using any Take Profit or StopLoss defined directly in Order or defined in Point/Pips instead i am using Indicator to calculate When to close trade in
Shanmugi
Added topic MT5 Strategy Tester using only one core and Testing is very slow
Hello,  MT5 Testing takes 2-3 hours for testing 1 year timeframe even when my EA code is fully optimized and have good config computer. I noticed it only using single core. How to make it use multiple core and make the test faster. 
Shanmugi
Added topic Manual ATR function vs inBuilt iATR
I purchased a EA. it is based on ATR but when i reviewed the code, there is no iATR function. it have double fATR( string sy, ENUM_TIMEFRAMES tf, int ATRper, int shift)   {    double atrBuf[];    ArrayResize
Shanmugi
Added topic Help me understand MT5 BackTest Report
Hello,  I am new to MT5. can you help me understand these from backtest.  1. 6 different type of draw-down listed. what it mean and difference?  2. Every Tick vs Every Tick based on real tick 
Shanmugi
Added topic No Shift Option => Changing MQL4 to MQL5.
MQL4 :  double    iATR (    string        symbol,     // symbol    int           timeframe,   //
Shanmugi
Added topic Is FreezeLevel is always lesser than StopLevel?
Is FreezeLevel is always lesser than StopLevel? Docs :  https://www.mql5.com/en/docs/standardlibrary/tradeclasses/csymbolinfo/csymbolinfofreezelevel https://www.mql5.com/en/docs/standardlibrary/tradeclasses/csymbolinfo/csymbolinfostopslevel
Shanmugi
Added topic How to contact MQL5.com Support team
Hello,  How to contact MQL5.com support team. I tried this https://www.mql5.com/en/contact and it only predefined options and replies. Any Email ID or Way to contact support team. 
Shanmugi
Registered at MQL5.community