metatrader5 Questions

6

Solved

I've got multiple python programs that connect to Mt5 terminal using the following code. # Establish connection to the MetaTrader 5 terminal if not mt5.initialize("C:\\Program Files\\ICMarkets...
Mackie asked 20/9, 2020 at 3:38

3

Solved

I could not install MetaTrader5 by: pip install MetaTrader5 I got the following error: ERROR: Could not find a version that satisfies the requirement MetaTrader5 (from versions: none) ERROR: No ...
Taxexempt asked 10/4, 2020 at 15:46

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

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

1

I am trying to use the Metatrader library to extract market data and build algorithms. The first lines to get started with this library just don't work import MetaTrader5 as mt5 mt5.initialize() T...
Corie asked 18/8, 2020 at 15:55

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 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

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.