- Search Metals Mine
- eess replied Oct 30, 2021
Do you use it mainly for futures?
Auction Market Theory and Market Profile
- eess replied Oct 30, 2021
Oh thanks, looks like need to pay monthly subscription...
Auction Market Theory and Market Profile
- eess replied Oct 30, 2021
Hi, the MP indicator on this chart is quite nice, is it provided by your broker?
Auction Market Theory and Market Profile
- eess replied Oct 29, 2021
Friend, get the latest from Post 1, v1.80 - Allow user to customise Fibo Levels in the input parameter. - Allow user to do text creation. - Allow user to customise the text they want for text creation in a file located in ...
My Room 5 - MT5 Indicator
- eess replied Oct 26, 2021
Just go mql5.com and login with the credentials you used to download the indicator the previous time, then go to that product website and you should be able to see "Install on the terminal" where you can install again.
Auction Market Theory and Market Profile
- eess replied Oct 24, 2021
v1.71 Fix Bug when scaling chart for normal trendline
My Room 5 - MT5 Indicator
- eess replied Oct 22, 2021
Help me do some debug exercise: Put this indicator on a forex chart for 10 secs, then remove it, and then put this indicator on the Volatility Index chart for 10 secs and then remove it. Then get the log file from "..\MQL5\Logs" and attached it ...
My Room 5 - MT5 Indicator
- eess replied Oct 22, 2021
v1.70 - Add Show/Hide Function for objects created with this indicator only
My Room 5 - MT5 Indicator
- eess replied Oct 21, 2021
Not easy, mql4 and mql5 are quite different especially for trade operations codes, and it can be quite time consuming to convert, at times I wouldn't use the word "convert", but rather a complete rewrite from scratch. Best to hire someone to do it ...
Any good resources to learn modern MQL4?
- eess replied Oct 21, 2021
It's another big topic, anyway if you are keen, you can google and read up on Stack memory vs Heap memory.
template <typename T> Problem
- eess replied Oct 21, 2021
Looks good, just one thing, when you're allocating memory dynamically with "new", need to explicitly call "delete" somewhere when you do not need it anymore to prevent memory leakage. Refer to the code I sent earlier..in the class destructor.
template <typename T> Problem
- eess replied Oct 20, 2021
Hi, the 2 black lines on your chart, are they VWAP and moving average?
Auction Market Theory and Market Profile
- eess replied Oct 19, 2021
Click the "Load" button, then choose Kette's file which you downloaded.
Auction Market Theory and Market Profile
- eess replied Oct 19, 2021
See whether this works for you: #property strict #property indicator_chart_window enum INUM_CHOICES{ INUM_CHOICES_X, // X INUM_CHOICES_Y, // Y }; input INUM_CHOICES typeOfCHOICE=INUM_CHOICES_X; // Type of choice interface CommonInterface { void ...
template <typename T> Problem
- eess replied Oct 19, 2021
I have done machine learning before, i.e. neural network and stuff, not with financial data, but in digital communication. With forex the concepts should be similar, just that I'm too lazy to try out these stuff. Anyway thanks for your sharing, and ...
Auction Market Theory and Market Profile
- eess replied Oct 19, 2021
I think I understand what you are trying to express, if my interpretation is correct, the gist in your development is in the statistical tests you carried out on the data. It is interesting to learn what you have shared with me. Thank a lot for your ...
Auction Market Theory and Market Profile
- eess replied Oct 19, 2021
Interesting to hear from a DataScientist expert =) If I understand you correctly, you export the data out from the MT5 to another platform to do the statistical tests and analysis? I know of python integration with MQL5 which can do this, but ...
Auction Market Theory and Market Profile
- eess replied Oct 19, 2021
I am encouraged by your sharing =) Do you do backtesting of your EA and optimization of the input parameters with history data before going live or you just let it run on demo for a period of time before going live?
Auction Market Theory and Market Profile