imamushroom
imamushroom
imamushroom
Added topic Metatrader 4/5 server & client SDK
Hello, I would like to know the price and the details of how to buy the Metatrader 4/5 server & client SDK please if someone could pass me the details. Thanks
imamushroom
Added topic New Feature request
Hi, One of the major limitations of the Metatrader products this that they don't have access to the orderbook information via MQL. Could this feature be added to make the product even better? Thanks
imamushroom
Added topic Candle within a Superior Period
Hello, I want to detect the relative minute candle number within a superior period. For example: Using the 1M  timeframe , and the superior timeframe of 5 minutes. The first minute candle will be labelled 0, the second 1, the third 2, the forth
imamushroom
Added topic Templated library crashes MT4 editor
Hello, This is the first time that I've used the keyword template so I'm not sure I'm using it correctly. I've modified Konstantin Gruzdev's CArrayRing buffer found here:  https://www.mql5.com/en/code/1340  to allow any type to be
imamushroom
Added topic Alternate ways of coding arrays.
Hi, Currently, I have a large list of arrays containing different information and I'm initialising them sequentially as so... double array1[]; ArrayResize (array1, 4 ); ArrayInitialize (array1, 0.0 ); double array2[]; ArrayResize (array2, 4 );
imamushroom
Added topic Debugger error: Expression could not be evaluated.
I'm receiving this error when debugging and indicator. I'm using MT4 build 1090 19 May 2017. I've tried the  class CFix { } ExtFix; fix but this did not work for me. Any further ideas/fixes please? 
imamushroom
Added topic Lot Size calculator function in MT4
Hello, Wonder if you could help me. I need a lot size calculator in MT4. I've found this link ( http://www.forexfactory.com/showthread.php?t=424695 ) that explains how to calculate the lot size manually but I don't know how to do it in MQL. Could
imamushroom
Added topic Angle between two moving averages
Hi, I've seen on forums existing indicators that measure the angle of a moving average . Typically, I've seen them using the inbuilt MT trendline by angle tool. I don't want to use this tool as I want to include it in an EA so need to calculate it
imamushroom
Added topic Indicator combination ideas for trading Binary Options
Hi, I'm interested in creating an indicator or EA for trading Binary Options and was wondering what indicator combinations people would suggest for predicting with a level of certainty the direction of a new bar. Can be periodic but must be with some
imamushroom
Added topic Historical Slippage values
Hi, Does Metatrader normally store the historical slippage values for a chart? I've noticed that there is a structure called   trade_settings which contains a slippage value but from what I can see this just references the current slippage
imamushroom
Added topic CList.Sort(sort mode)
Hi, I can't find any documentation on the CList object sort mode parameter of the Sort method. Could someone please explain how I use it. Thanks in advance. 
imamushroom
Added topic Indicator to EA conversion
Hi, I've written an indicator that works pretty well when I need to trade and want to convert it to an EA. Clearly, the indicator is using the OnCalculate event and the EA the OnTick event.  However, when I convert my indicator to an EA it
imamushroom
Added topic Linear Regression Class
Hi, I've translated a Linear Regression Class from this site: http://david.swaim.com/cpp/linreg.htm written in C++.  However, I'm getting some warnings when I compile my code and I don't know why or how to get rid of them. Can someone help
imamushroom
Added topic MQL5: Standard Library control for Expansive window
Hi, I want to put a point above each bar and when I left click on this point I want an expansive window to appear with various custom statistics about this bar to appear. Could someone tell which controls I need to use to achieve this please as I
imamushroom
Added topic MQL5: Buy or user error using CChartObjectTrendByAngle object
Have I found a bug? I'm having difficulty using the CChartObjectTrendByAngle class as it is not doing what I expect it to do. Have I found a bug or am I doing something wrong? My code is this    int i = 0 ;    datetime t0 = iTime
imamushroom
Added topic Feature request
A testing framework would be extremely useful when developing and testing both MQL4 and MQL5 so that automatic tests suites could be run before demo testing the entire code. Can this be implemented please - soon? 
imamushroom
Added topic CArrayDouble usage with iMAOnArray command
Hi, I'm using an CArrayDouble object to store some "double" values and I what to be able to use iMAOnArray on them but the compiler is complaining about a "parameter conversion not allowed" error. Could someone tell me how I get the values from the
imamushroom
Added topic Current SAR value
Hi, I notice that the Parabolic SAR indicator always displays the correct SAR value for the current bar. However, with iSAR function, shift 0, or with the iCustom of the Parabolic SAR indicator, shift 0, the value is always the previous bar. What I
imamushroom
Added topic CisNewBar in Indicator
Hi, I'm using the code from this article https://www.mql5.com/en/articles/159 to calculate when a new bar opens but it's not displaying the historical data for the indicator. I modified the TimeCurrent() to  iTime( _Symbol , _Period ,shift) to
imamushroom
Added topic Tick Charts
Hi,   One of the major downfalls of MT4 and MT5 is that they don't provide tick charts for details analysis. When will this feature be included into the systems? Thanks in advance. 
123