mql5 Questions

3

Solved

I want to open an order, no problem with that, but if I want to close this order, I need the ticket number, ticket that I can't write manually, it will be given after the order is opened. From the ...
Anticlerical asked 9/6, 2021 at 15:57

3

I moved to mql4 and mql5 programming language. But, MetaEditor is very noob to code with, so I want to code mql4 language and compile with VS Code. If you have any solution please share with us......
Apocalypse asked 10/2, 2022 at 6:7

1

If you don't know, an ex4 file is a file created in the MQL language (Auto trading robots). There is a decompiler that can decompile old builds of this type of files, but after build 600 there is ...
Rodrich asked 10/1, 2017 at 15:26

1

I've been working with 2 Moving averages crossing which is quite straight forward. I want to add a third to the mix and I'm trying to figure out to check for this occurring within 4 candles or less...
Ive asked 7/9, 2020 at 14:2

2

Solved

I am trying to use CopyRates() to search for a bullish engulfing candlestick pattern (bearish candle followed by a bigger bullish candle) on several timeframes (all timeframes H2 to M10 within an H...
Trainbearer asked 23/6, 2020 at 6:2

1

I have an expert advisor that draws rectangle on a specifically defined bearish pinbar followed by a bullish candle. Please see the code below. It basically shows the rectangle on the timeframe dis...
Continuator asked 19/6, 2020 at 22:47

1

I have created a socket file something like the following and want that the output of the socket must be read by the MQL5. See the following Python code: daemon.py import socket #import arcpy de...
Spectroscope asked 2/8, 2018 at 9:3

1

I am trying to search figure out how to search for a pattern within a range of timeframes. Obviously, it is likely that the pattern would occur several times based on the timeframes, that’s why I’m...
Lakeshialakey asked 15/10, 2019 at 14:57

1

I have created a GPU based indicator for MetaTrader Terminal platform, using OpenCL and MQL5. I have tried hard that my [ MetaTrader Terminal: Strategy Tester ] optimization job must get transferr...

0

I have written a function in MQL5 for creating an indicator. Here I am attached the indicator file. Here is the OnCalculate() of the indicator: int OnCalculate(const int rates_total, const int ...
Takeover asked 25/4, 2018 at 10:17

3

Solved

I would like to call MQL4 or MQL5 function from my own imported DLL in Metatrader. Is it possible?
Goren asked 15/12, 2012 at 8:27
1

© 2022 - 2024 — McMap. All rights reserved.