Forum

issue with Wininet for https request in mql4

//+------------------------------------------------------------------+ //| qjol sol for wininet.mq4 | //| Copyright 2023, MetaQuotes Ltd. | //| https://www.mql5.com |

Interaction with Buttons and Chart Objects In MT5 BackTester

Hey, I have a Simple CDialog panel With Buttons on it, I am using it with an Indicator and Objects on the chart that I can Move and place on required price, I can't get it working in the BackTester(Visualisation), Searched on google but could not find Anything that helps, I would like to know how I

How to communicate with the xtb API?

I am trying to copy trades from my MT5 account to xStation account using the XTB API . The Problem is that I don't understand how to communicate with API. I have tried using socket but I am unable to send an HTTP request with given command arguments, so I need help doing that. I would like to know

How to draw a chart only upto custom datetime?

I would like to draw a chart only upto a set daytime from code, for example if the if date time is set to previous day,03:00 chart should only draw upto that 03:00 of the previous day, I searched online but only found ChartNavigate() but it only scrolls the chart back, but the candles ahead need to

Get Mouse Pointer Position Outside of OnChartEvent() MT5

I am trying to get buttons working in Backtester MT5. I want to know if there's any way to get mouse events(Clicks and coordinates) outside of OnChartEvents as its not called in BackTester. Thank You