mt4 Questions

6

Solved

With MQL4 I have troubles in handling datetime. What I want to do is put datetime in array by month or by year. For now I do in this way. datetime myDate; myDate[0] = D'2010.01.01 00:00'; myDat...
Underplay asked 11/11, 2016 at 21:55

3

I'm using a MetaTrader4 Terminal and I'm experienced python developer. Does anyone know, how can I connect MT4 and Python? I want to: - connect to MT4 - read USD/EUR data - make order (buy/...
Mythology asked 17/8, 2017 at 16:8

2

Solved

I am quite new to writing mql4 code and would be grateful if I could get some help drawing rectangles when the following candlestick patterns occur: FIG1: Run code snippet <blockquote cl...
Mev asked 2/7, 2019 at 14:27

1

I would like to return an array from my function, how can I do that? Look! int GetOrdresVente(){ int ordrevente; int Tabordresvente[]; for(int j = OrdersTotal() - 1; j >= 0 ; j--){ if(Order...
Breastpin asked 16/4, 2018 at 5:53

1

Solved

I am trying to create my own DLL with DEV-C++ IDE tool and trying to use it inside MT4 script. I tried to study the example file [MT4_HOME]\MQL4\Scripts\Examples\DLL\DLLSample.cpp available in any ...
Porker asked 15/8, 2017 at 16:21
1

© 2022 - 2024 — McMap. All rights reserved.