Faisal Mahmood
Faisal Mahmood
  • Information
8+ years
experience
0
products
0
demo versions
0
jobs
0
signals
0
subscribers
Faisal Mahmood
Added topic MQL5 Struct as uchar[]
Is there a way to convert MQL5 Struct to uchar[] and back? Thanks
Faisal Mahmood
Added topic .Net DLL not loading in MT5
Hi, I have a mq5 file importing a .Net DLL, that compiles in MetaEditor. When running it in MT5, it shows errors like this: 2022.02.05 17:49:58.337 MT5NetTest (Test2,M1) function 'MT5Net.SampleMT5::Get1DDouble' not found in
Faisal Mahmood
Added topic Best practices in porting C++ code into MQL5
What are the best practices and how-tos in porting C++ code into MQL5, with minimal changes? Are there ready made preprocessors that I can use? Also, I do not see a way to bind sockets in MQL5, is it not possible
Faisal Mahmood
Added topic Fastest JSON parser simdjson in MQL5
Anyone ported simdjson into MQL5? If not, can someone help in porting please? https://github.com/simdjson/simdjson/tree/master/singleheader In the above, only two files require porting: simdjson.cpp and simdjson.h I can volunteer to port this
Faisal Mahmood
Added topic Services naming - suggestion for MetaTrader dev
I am not sure where is the best place to suggest for the improvement to the platform. Here is the suggestion: When adding a service, at the moment it opens a dialog that allow inputting the parameters, but there is nothing to input the name of the
Faisal Mahmood
Added topic CustomSymbol Market Watch big/ask
For a CustomSymbol, I was able to get the rates updated for the charts. But the Market Watch still shows them as blanks. What is missing? I tried CustomSymbolSetDouble for symbol, SYMBOL_BID and SYMBOL_ASK and also tried CustomTicksReplace but
Faisal Mahmood
Added topic Service 'Abnormal termination' graceful exit handling
MQL5 Team I have been exploring the Services in MT5 platform and I found that there is no graceful way to stop a service and stopping it causes 'Abnormal termination' error. Can you please add OnDeinit(reason) to Services so that we can do
Faisal Mahmood
Added topic Any native libraries for ZeroMQ, MySQL, PostgreSQL?
Are there any MQL5 native libraries for ZeroMQ, MySQL, PostgreSQL
Faisal Mahmood
Added topic MT5 handle to C++ memory address
I would like to know how to get the memory address from MT4/MT5 handles that can be used in C++ via DLLs? Thanks
Faisal Mahmood
Added topic HCC file format
I am looking for HCC file struct definitions similar to MT4's HST files. Can you please point me from where I can get this from? Thanks 
Faisal Mahmood
Added topic FXTHeader.mqh for latest version of MT4
MetaTrader Support, What is the the latest FXT Version and where can I get the latest FXTHeader.mqh for MT4 and MT5 platforms? Thanks Faisal
Faisal Mahmood
Added topic Calculating Swap values in deposit currency
Hi, I am trying to calculate Swap values in deposit currency, however I find that  MarketInfo(symbol,MODE_SWAPTYPE) has four possible values, 0 points, 1 Base, 2 Interst, 3 Margin.  What is the best way to calculate this
Faisal Mahmood
Added topic Channel - MQL function or generic formulas
I what to know how channel objects are constructed, i.e. is there a function to look into the values or is there a formula for these? The channels I am after are: "Linear Regression Channel" "Standard deviations Channel" " Equidistant Channel "
Faisal Mahmood
Registered at MQL5.community