Anil Varma
Anil Varma
Anil Varma
Added topic help on Errors: leaked string/memory and objects left | Even though I have deleted the Class(s) in OnDeinit()
int OnInit () {                 cMASlow = new CiVWMA(gSymbol,gTimeFrame,MAPeriodSlow,VWMA_AppliedPrice,VWMA_MAMethod);
Anil Varma
Added topic anyone can help me to find which line of code is causing ZeroDivideError? MQL message is not with enough details.
Hi Can someone help me to know which piece of code is causing Zero Divide error, so I can fix it. 2024.03.09 13:30:06.707 login (build 4153) 2024.03.09 13:30:06.722 template file tester.tpl added. 7012 bytes loaded 2024.03.09 13:30:06.725 expert file
Anil Varma
Added topic Clarification on Real v/s Tick Volume
Deal Fellows If I used following code to dynamically select Real or Tick volume , is there any known issues? // Automatic selection of Volume Type. If real volume data available, we use it in calculation /* vVol = (appliedVolume == VOLUME_REAL)
Anil Varma
Added topic Help needed to return [true] once a new session is found. Current code returns multiple [true]
Wishing all a happy weekend. I have coded a IsNewBarSession, which is supposed to return true at first cross of timeStamp with cATS.checkTimeCross(vHour,vMinute,vCurrTime,vPrevTime). I could not apply a proper logic/condition to return [false]
Anil Varma
Added topic Help requested on a for..loop to get IsNewSession() value
Dear Fellows Please help me to rectify the below code to get correct IsNewSession value when a new session has started. I failed to resolve it
Anil Varma
Added topic Help: array out of range, though in do...while loop I have tried to check error and exit
Dear Fellows I am getting frequent '2024.01.21 16:20:11.328 iSessionVP v1.99 (XAUUSD,M15) array out of range in 'SessionVPHisto.mqh' (258,23) error.         
Anil Varma
Added topic How to get VolumeProfile Node(s) values as Indicator Buffers.
Dear Fellows I am trying to customize Volume Profile indicator  https://www.mql5.com/en/code/47784  and make it EA Friendly to get signals for POC Price (png attached), HVN and LVN Prices. Google search did not helped much and all the VP
Anil Varma
Added topic Transparency in Chart Objects
Dear Fellow I am looking to add transparency to chart objects such as rectangle / triangles as achieved as shown in the Example.png for Butterfly pattern. I have come across  https://www.mql5.com/en/articles/1341  and 
Anil Varma
Added topic Where to raise an issue with developer!!!
Where or how can I raise an issue about developers rating, who has been promising me to finish work but did not accept the offer. I can simply cancel my order, however the other users will not be aware of tactic played by him. regards
Anil Varma
Added topic Help of Error: Not all data of RSI calculated
Dear Fellows I am getting following error and have no idea, how to resolve it. Search on forum/google did not help much. 2023.12 . 13 19 : 31 : 45.367 iStochRSI (US30,H1)     Not all data of RSI calculated ( 38018 un-calculated
Anil Varma
Added topic how to find minimum negative value from a array of negative values
Hi Friends I have a array of negative or zero values. I can find Minimum Lowest (-veLowest) by ArrayMinimum() method. Is there any function which I can use to find Maximum Lowest (-ve Highest) ? Currently I am using following code, but is there a
Anil Varma
Added topic Custom indicator not plotting new Candle Pattern(s) once loaded on Chart
Dear Fellows I am trying to create custom indicator i CandlePatterns.mq5 for identifying patterns. The Indicators works fine when loaded for the first time on chart and finds patterns for all the history data. However, after that it does not update
Anil Varma
Added topic iBars() does not work on weekends?
Dear Members I am iBars() in a indicator Class and it was working perfectly fine even on Saturday (Weekend). I than updated MT5 to the latest update released and after starting again, I was getting 0 values from iBars(). I wasted couple of hours to
Anil Varma
Added topic Help on improving my if statements code logic
Dear Members Seeking advise to improve my code writing for the attached file, where I want to find VSA concept Efforts High and REsult Low. Currently I am using if statements and many conditions are repeated in different section of method. I am sure
Anil Varma
Added topic Help please, why 2 bars shift when send bar[index] to indicator class !!!
Dear Fellow I am having challenge to figure out why there is 2 bar shift when I send bar[index] to Indicator class. Even after two days for debugging I have failed to find the reason for it. The code and screen shot is attached for ready reference
Anil Varma
Added topic How to find 'Calling Method' to an indicator class !!!
Dear Fellows Greetings. I have created an indicator class and following methods are defined to get value on single index bar
Anil Varma
Added topic Error while using IndicatorDataBuffer passed into a ClassMethod()
Dear Fellows I have created a custom Indicator iVSA, which uses CScanVSA.method to get DataBuffer values. I need to lookback indicator buffers e.g. PreliminarySupply buffer to confirm BuyingClimax in  CScanVSA. To achieve this I am using
Anil Varma
Added topic implicit enum conversion in Ternary Operator!!!
Dear Members I am getting warning message "implicit enum conversion" on the following code  sigDIRatio = (prevRatioDI < currRatioDI) ? (CENUM_TREND)LONG : (prevRatioDI > currRatioDI) ? (CENUM_TREND)SHORT : WRONG_VALUE ; Type casting did
Anil Varma
Added topic How to find error, when GetErrorCode returns 0!!!
Hi I have created an indicator class and when run it on a testing EA, following methods returns correct values: double CiPivots::GetIndexPivots( int pBuffer, int pIndex) {
Anil Varma
Added topic Custom iTSA class returns different values than indicator. Please help
Hi Folks I usually create Class to use indication values in my Expert. For all my indicators I follow a standard practice to get data from indicator. Recently I have created CiTSV class with same standard practice. However with this class, I am
123