Anil Varma / Publications
Forum
How to dock Navigator ...
Hi Friends Please help me to fix docking issue on Navigator window
How to apply comment to SL/TP hits
Dear all I have multi-symbol and multi-strategy EA which is running well. I need assistance as how to place a comment in SL/TP hits to know which symbol/strategy it belongs. I have been able to put comments on Entry / OrganicExits, but failing to do same on SL/TP. Any guidance will be highly
OrderSend: market buy 0.01 Crypto20 [unknown retcode 10044]
Dear Forum Members Wish all Marry Christmas & Happy New Year. I have got above error while running Strategy Tester . Any clue what is this could be? Regards
'Sort' is not a member of 'vector' type error
Hello Fellow Members I am trying to sort a simple vector of double values. vector close2; vector close1; // Step [1]: Calculate simple return of Close prices close2. CopyRates (gSymbol,gTimeFrame, COPY_RATES_CLOSE , 1 +gIdx,calWindow);
Error 4806
Dear Fellows I know this is very common error and lot of posts on the forum, which I have tried out. My problem is somehow different in sense that it occurs only when running getRZS() method. In all other calls it does not return any error. Guide me what could be potential cause
Clarification on Activation Counts
This is strange, why moderator has removed my previous post!!! Seems they dont bother to read fully or using some sort of algorithm which dont understand the difference between two posts. Anyway, I have question as to if my Vendor of indicator asks me to 'reinstall' the indicator sold by them
Error: calculating opposite slope direction for Linear Regression | Using vectors with MQL functions
Hi Happy Weekend to everyone I am trying to calculate Slope of Linear Regression line with vectors. It is calculated but with a opposite direction signal i.e. positive slope is returned as negative slope. I checked the code and it seems vector.CorrCoef() is causing the issue. e.g if prices are
Error: vctReturns is not a Class, Struct or Union
Please update me why I am getting these error : 'vctReturns' is not a class , struct or union CMomentum.mqh 48 21 'Std' - undeclared identifier CMomentum.mqh 48 33 'Std' - some operator expected CMomentum.mqh 48 33 '(' - semicolon expected CMomentum.mqh 48 36
ArgMax() returns bar index different than iHighest() | Guide me why?
//+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ void OnStart () { datetime tBegin = iTime ( _Symbol , PERIOD_D1 , 0 );
Strategy Tester: not enough available memory
I have 8 Core with 32GB RAM, still get this error. 2024.07.26 18:10:35.495 Core 1 not enough available memory, 11500 Mb used, 16322 Mb available, maximal available block is 16322 Mb How can I handle this? Thanks and regards