Forum

EAs checking How stocks are working?

Hi all stock traders using MT4/MT5 im new to trading stocks on MT4/MT5,, Im looking for few EAs that can check How stocks are working to study & then code one for myself Could anyone give me some or direct me to the right place to take it/ learn how to code it please

Can we use MQL4 to programe a Telegram bot for stock market ???

Hi,, im new to stock market. Can we use MQL4 to programe a Telegram bot for stock instruments??? I just bought third- party stock data for MT4. but don't know how to code with that data as what I can do do with FX data using MQL4. Could anybody give me some idea? ive never done it before. thank you

MQL4 to Telegram issue "HTTP request falied" ! please help

hi all pro coders, recently my telegram EA got this problem :"HTTP request falied", but it worked well before :? I check the Options (webrequest) already,,, How to fix it please? Thanks

Error: Push Notification from Mt4 to my android NO SOUND?

hi All, I just test the Alert & PushNotification on my mt4,, &Error happens,, It only send Text to my mobile android phone & NO SOUND found ? How to fix this problem please? thanks & regards

Mql5 coding problems NEWBIE!

Hello every one, Im totally new to mql5 ... i try to convert a simple indi in mq4 to mq5 , but its quite hard for me. Could anyone help please how to pass & call my own functions containing Constants like high, low, tick-volume...! thanks & regards, /////// ... when i try to write a user-defined

Better Volume Indicator v1.5 / v1.4 for MT5 please share the .mq5 file

Hi everyone, anyboby has the Better Volume Indicator v1.5 / v1.4 for MT5 ? ... please share the .mq5 file im new to mq5 ... try to convert a volume indi from mt4 to mt5 ... but find it hard kk :) thanks & happy new year all! regards

ATR in Pips or Points help please!

Hi all, ... Im quite new to creating EAs ... & Its a pain in the ass for me when it comes to Defintion of PIP, POINT, PIP VALUE, POINT VALUE , TICK, TICK SIZE, TICK VALUE ... kk I found 2 ways of converting ATR into a number of Pips or Points ... But got little confused & Dont know which one is the

is it posible to open 2 different Orders at the same signal?

Hi all pro coders, Im quite new to OrderSend function in mql ... I want to know that is it posible to open 2 different Orders at the same tick when there is a new signal? in fact, I want to open 2 different Orders with its own MagicNumbers at the same tick when there is a new signal generated

Problem: Call Chart_Shift but the Chart is not shifted right away?

Hello pro Coders, I got a Problem with Chart Shift functions. Problem: Call Chart_Shift but the Chart is not shifted right away? :) I noticed the ChartShift icon is changed right away after i hit "H" key but the CHart is not??? ... Im new to coding, Please help! ... & have a good day all :D here is

Change Chart Type _ HOTKEY ... help please!

Hi all pro coders, Im trying to code an s imple indicator to quickly change chart type between bar charts & candlestick chart when press C key ... but something weird happened, my indi seems only work when there is a tick comming, i think it should works right away after I press C key! Dont know