salirazataqvi
salirazataqvi
salirazataqvi
Added topic Unable to send large JSON to POST service via MQL5
Hi all, I am having trouble in sending JSON  (of length around 5000 character) to a POST service via MQL5. I tries sending small size JSON, it send perfectly and I can get it via following method in python: requrstJSON = request.get_json()
salirazataqvi
Added topic Unable to send Headers, and data to API via POST method using WebRequest
Hi all, I am trying to send WebRequest in MQL5 to API via POST method. The request received at API end however, headers and data dont.  following is my code:    // JSON text to send    string strJsonText = "{\r\n\"key\"
salirazataqvi
Added topic Unable to get chart id of second chart in EA
Hi all, I developing an EA and I am using multiple currencies in it and I want to show arrow object on each chart for which I need chart id. The problem I am facing is I am unable to get chart if of the chart other then first chart while back
salirazataqvi
Added topic NEWS Trading
Hi all I creating an EA which will trade on news. Economic callendars provides previous, forecast, and actual values for most of the news which a trader can use for trading, however; there are many news  which has no previous, forecast, and
salirazataqvi
Added topic Downloading NEWS in EA...
Hi all, I want download NEWS via expert adviser in csv or json format, please suggest from which site I can download it via MQL5
salirazataqvi
Added topic Issue in using TimeGMT method in MQL5
Hi all I am using TimeGMT() method in EA...  with I attached to live market (not in stratigee tester) in shows time one our back from current GMT time. please help me
salirazataqvi
Added topic Working with XML
Hi all, I am developing EA in which I need to parse and read XML. Is there any XML library available which I can use to parse, read and search nodes. Thanks. 
salirazataqvi
Added topic Problem in using WebRequest in MQL5....
Hi all I am having problem in using  WebRequest  in MQL5....... I have also added web site's url in (Main Menu->Tools->Options, tab "Expert Advisors")  under "Allow  WebRequest  for listed URL" uption. while
salirazataqvi
Added topic Removing TakeProfit and StopLoss of open positions in MQL5
Hi all I am developing an EA in MQL5. I am having issue in removing TakeProfit of open position. I am using following method. CTrade trade; trade.PositionModify(symbol, 0.0 , 0.0 ); I am getting [ invalid stop ] error. Please help
salirazataqvi
Added topic How to spot ranging market
Hi all I am developing EA. I am having difficulty in pragmatically identifying ranging market. Please help in this regards
salirazataqvi
Added topic Implementing trailing stop MQL5
Hi all, I am  developing multi currency EA and trying to implement trailing stop functionality in EA.  I need to check pip difference between current price and position opening price   and if the difference is more then N number of
salirazataqvi
Added topic MACD is giving different values in MQL5 code then front-end.
Hi all, I am using MACD indicator in MQL5. The problem I am facing is MACD is giving different values in code then front-end. But the value I received in code is as follows:  -0.02428525001140258 please help. Thanks
salirazataqvi
Added topic Problem in using ZigZag indicator in MQL 5
Hi all I am using ZigZag cator in MQL 5 EA. I have experience that some time CoppyBuffer is giving values and suddenly starts giving 0.00 and again started giving some value and keep on doing this.. Can some body explains why it is happening. and how
salirazataqvi
Added topic Using Stochastic indicator with Moving Average indicator in MQL5 EA.
Hi all, I am using Stochastic indicator in MQL5 EA. I want to use moving average along with please refer following screen shot. Following is the moving average settings. With the above setting I want to determine when moving average get in/out of
salirazataqvi
Added topic Problem in double type value
Hi all, I am using BollingerBand in MQL5. When I copy values in buffer using CopyBuffer function , I got Un-Normalized values, which contains  more then five decimal places. Moreover I explicitly tried to normalized them using NormalizeDouble
salirazataqvi
Added topic Calculating difference in pips
Hi all I want to calculate pip difference between two  prices using mql5 . please guide. thanks
salirazataqvi
Added topic iBands method is giving very big value
Hi all, I am using BilingerBands in my EA but it is returning very big value as follows which is definitely not correct. 9.881312916824931e-324 Following is the code of OnTick method: void OnTick () {    //-Sorting array from current candle
salirazataqvi
Added topic Parsing DOM (Document Object Model)
Hi All, I want to parse DOM (Document Object Model) received via WebRequest() method. All I need is to parse it and find desired nodes. Please help to get it done
salirazataqvi
Added topic Problum in reading text file
Hi all I am trying to read text file using MQL4. the issue I am facing is FileReadString method always returns empty string. following is my code: void OnTick () {       Read(); } void Read() {   
salirazataqvi
Added topic iMACD returning different value in code then frontend
Hi all, I am using MACD indicator in MQL4. The issue I am facing is macd showing different value on mouseover but in code it is giving different value. Please refer to the blow snapshot  for value  of histogram and highlighted value printed
12