-
Can you share the Project source code for the DLL please? Also can you look into converting it into MT5 compatible DLL also please?
-
For example:
```
// See: http://forum.mql4.com/49780
void CalculateSupRes() {
int commonPoint;
int minLevel, maxLevel;
double highest, lowest, stepIncrement, tolerance, high;
doub…
-
I was due an update on my connector as MT4 stopped working with the old bridge version, I went to Github and got the new v2.0.1 mql4(last mth update) and python(2mths old) snippets and updated on my …
-
Finish 3 classes (AC, AD & ADX) with its parent Strategy class.
The goal is to have 2 methods per each strategy:
- `Update` method
It refreshes given indicator data and stores the values into pe…
-
Just wanted to put down some feedback we've received while discussing `:focus-ring` with other implementors. We were having these discussions over email but I realized it'd be better if they were here…
-
Hey,
I'm using the Vector with customized class, is there any way to save and load the vector to the disk?
Thanks
-
Install the extension and an error:
command 'mql_tools.configurations' not found
Could you fix the error?
Thank you.
AZA
-
Trend Quality was created by David Sepiashvili and was unveiled in an issue of Stocks and Commodities magazine in 2004.
The basic idea behind it is that it is not enough to rate a market as "trending…
-
Hi,
I want to ask.
Can I monitor order changes? (like modified Take Profit and Stop Loss)
In sample I only see when order opened and closed.
Thanks.
-
Would it be possible to add additional extern variables in the MetaEditor and access them from within C#? I found a GetGlobalVariable function but that does not return the value from extern variables …