Sunfire
Friends
197
Requests
Outgoing
Sunfire
Added topic How do I read a structure containing dynamic arrays from a file?
I have this code to a structure containing dynamic arrays from a file. How do I read the array of struture? Thank you struct test { int
Sunfire
Added topic MQL5 Calendar is bad
MQL5 calendar is bad Taking today Ifo Business Climate as an example MQL5 Site: 17:30 Forex Factory: 5:00pm Investing: 5:00pm DailyFx: 5:00pm All are GMT+8 time zone. How can MQL5 missed report such an important event?
Sunfire
Added topic MT4 or MT5 terminal for ARM Ubuntu
Is there version MT4 or MT5 terminal to be run in ARM Ubuntu
Sunfire
Added topic Detect lost connection to broker server
Hello, is there a way to detect lost of connection to broker server and send notification/email ? Anyway has code to do this? or give me some hint on this code. recnetly my broker alway has intermitten connection issue which result in EA not able to
Sunfire
Left feedback to developer for job Need you to amend these files to pass MQL5.com market validation
Fast and experienced coder. Get him for your next project!
Sunfire
Added topic How near can I set pending order from current price?
How near can I set pending order from current price? Is there something at symbol properties I can look at for this
Sunfire
Added topic setting another PC as local network farm
Hello, I am trying to setup another PC as local neyworl farm, added the Ip and ports at Agent Managers. The master MT5 detected the agents as shown in the pic, it alway show ready or connecting and never get connected with the agents. How can I fix
Sunfire
Added topic Check for Trading session
How can I check a symbol if it is in t rading Session ? SymbolInfoSessionTrade should generally do the job, however, as I remember, some days before big holiday, trading session end earlier then usual days, so SymbolInfoSessionTrade is not
Sunfire
Added topic Multiplier Symbol on 1 chart indicator
I thought I came across a Multiplier Symbol on 1 chart indicator for MT5 in CodeBase or Articles. I have have been trying to find it for past few days but cannot. Has anyone come across it
Sunfire
Added topic What PC hardware is good for fast backtest for MT5?
What PC hardware is good for fast backtest in (not optimization) Every Tick ? When doing backtest, is it using single core or multiple core of the CPU? It is using 33% of the memory and 12% of CPU. Where is the bottleneck? I would like it to use high
Sunfire
Added topic What data type for of MQL5 is good for this?
Hello, I need to store (add, delete, edit) max profit base on ticket numbers for example as below, what data type or library of mql5 can I use? Maxprofit.ticketnumber1 = 1003 Maxprofit.ticketnumber2 = 811
Sunfire
Added topic New Signal drawdown and max deposit load not correct
Hello, I have a new signal setup, however, it drawdown and max deposit load is not correctly displayed. The DD should be about 15% but it display it display 75% Can someone help
Sunfire
Added topic Web Request for MT4 and MT5
Is it Web Request for MT5 is not allowed while Web Request for MT4 is allowed
Sunfire
Added topic Symbol open in a chart ?
Is there any way to check if a symbol is opened in a chart for MT5 ?
Sunfire
Added topic Notification instant log file?
Hello, I need to access to MT4/MT5 terminal notification message instantly, is there a log file or something I can use to read the notifcation send by an indicator or EA
Sunfire
Added topic No error to read from future time buffer?
I am trying to find a way to detect non-exists trading time, when market is closed or over weekend. I do a simple test: void DisplayATR() { datetime tm= TimeCurrent (); tm = tm + 3000000000 ;
Share on social networks · 1
5
Sunfire
Added topic MQL5.com Calendar does not has FED speech schedule
MQL5.com Calendar does not has FED speech schedule. Suprised that MQL5.com does that include super high impact like FED Powell Speech like the one yestersday in its Calenar Data. I hope all these will be included soon, else I will have to move to
Sunfire
Added topic Indicators to be displayed in the main window and separate subwindow
Hello, is it possible to have 2 type of indicator to be displayed, 1 in main windows and 1 in separate subwindows? Can someone refer me to an article? thank you
: