Forum

Creating trade copier for MT5

Hello dear MQL5 devolopers please i want to program a trade copier that can automatically copy trade from one account to a remote account, I don't know where to start from . please when can i start from? My language is Python. Your reply will be highly appreciated. Regards, Tom

API for displaying info on the web

Hello follow developers, I want to display mt4 account information on a website. Info like: account balance , opened trade and much more. Please anyone know where to start from

EA added in one chart but trade different selection symbols (HELP)

Hello follow developer, I have MT4 EA that automatically select weak and strong currency pairs and add it to a variable named : string SellSymbols = "USDCAD,CADJPY," ; string BuySymbols= "EURUSD,GBPCAD," ; I want to code my EA in a way that it is in one chart and trade all the selected symbols for

selecting first 2 highest values in Arrays and first 2 lowest values in Arrays (Help)

Hello dear developers, I have this code below: The Array " SymbolsROC " store the roc of the symbols(in double) stated on the function " WeakAndStrongCurrency() ". what I want is to select the first 2 highest values and the last 2 lowest values in the array without changing the index of the array

Signal indicator in EA

Hello follow dev, I have the sell and buy arrow indicator known as <Deleted> indicator, if I open my mt4 data window the indicator's value shows up in two places which is the sell and buy arrow signal. But I do code the indicator using iCustom(...) With the two sell and buy buffers value shown on

Opening multiple positions in different symbols (mql4 help)

Hello dear dev, I am creating EA that I want it to open different positions in different symbols but I don't want to be adding the EA to all the symbol charts I want it to open a position because it will be up to 20 symbols. Please how can I code it in a way I will just drag and drop the EA in

What i want is if price cross above MA and revised back to be lower than. then i want to sell (HELP)

Please how can i code this? I tried coding it this way (i will send the code) . what i want is if price cross above MA and revised back to be lower that MA . the i want to sell bool WasCrossAbove; bool WasCrossBelow; //+------------------------------------------------------------------+ //| Expert

Trailing stop function("help")

Please is they any build in function in mql4 that has the same function of trailing stop loss of the manual trading? If none please anyone has a code to trail stop loss as the normal one

trading EA for mt4 using python

Please i want to create a trading bot (EA) i want to use it so that others can copy the trade of the EA from a broker trade copier. Python is my programming language, I know that mt5 has a python intergration module, but my broker doesn't have option of a copy trade for mt5 So i need help on how

Please any one know where to get a full tutorial on mt5 python module functions ?

I have the description of the functions with the command print(help(mt5)) but i don't get the full understanding of it Your info is highly appreciated in advance