Forum

New Styler in MT5 Editor

Hello everyone, With some recent update MT5 Editor recieved new styler format. I got used to old format which wasnt changed for years and I find it very userfriendly. I honestly do not like new version. It extends the code by many more extra lines. When you have 5k lines which turns into 6k lines by

Price dependency on volume

Hi everyone, I cant find any info about this. How to calculate or to know how many lots it is required to change price by at least 1 Point? Which trades affect Bid and which Ask prices? Thanks

MT4 to binary.com

Hello everyone, I am looking for a way to send trades from mt4 to binary.com. Website offers API . But i cant understand how to send properly WebRequest. Or even how to communicate with this API. Or I must use some WinApi? Can you please, explain or at least give an example of communication with

Freelance service, Take part button has disappeared

Hello everyone, Take part button suddenly has disappeared for no reason. My account is not blocked or banned, at least there is no notification or warning. Is anyone else experiencing this issue? I noticed people continue to bid on newcoming projects . I tried different browsers and devices. All is

Memory allocation

Hello, I am just curious what is the best way of declaring variables in terms of resources. In small ea's it means almost nothing, but if you go for big one and then you want to run optimization with it, here where the major resource problem comes in. So what is faster for the system? 1. Declare all

MQL4 Add indicator to chart from EA

Hello people, I am trying to solve the current problem. In mql4 there is no command which would add an indicator to a chart like in mql5 ChartIndicatorAdd() . It is really sad. I want my ea to initiate an indicator. Scrolling forums i came across with such solution but it isn't working properly

Read email from GMail!

Hello evryone, Gmail provides userfriendly rss feeds to read unread emails https://mail.google.com/mail/u/0/feed/atom I want to get access to my emails via MQL4. I have found https://www.mql5.com/en/code/10428 this script. But even when i replace all functions with unicode (W) it still gives no

Custom Offline Charts. Help!

Hello everyone, I am looking for a way to customize the time brakets in offline chart. For example to remove the data and leave only everyday from 10:00-17:00. So overall chart will be showing a live data only for the selected time brakets. Problem is that it must be done with the standard

MQL4 login to a webpage translate from php request

Hello everyone, I am trying to login to my webpage using mql4. My friend have said that my website uses tricky system with some hash number. I know nothing about server communication so he has provided me a PHP code which logins successfully. Can somebody explain how to transfer it to mql4? Or maybe

WebRequest() login does not work with mql5.com anymore?

Hello everyone, I ve been using WebRequest code provided by mt4 support and it was running perfectly, until today... Server returns 200 which means authorization is ok, but even if i put wrong log/pass it is still 200. And cookie does not creates an auth= field, therefore authorization fails. So