MetaTrader 5 Trading System - page 8

 
DougRH4x:

Like every other living organism, that ‘Survival of the species’ is one of the most primal and powerful instincts that is programmed into us at the deepest and most basic levels.

.

Geez, how the heck are we going to get all of these sorts of things ‘programmed into’ MQL5? LoL Now THAT will be a test of it! (< 8) I'm the newbie here, you folks are the experienced experts. Thankfully that will leave it to you folks and I won't have to try to do it!

Not sure if this is quite what you had in mind Doug, but the guys here at MetaQuotes have already started using sex to sell MT5. Perhaps you can begin to see the possibilities!


Jim

 
soulsurfer wrote >>

Not sure if this is quite what you had in mind Doug, but the guys here at MetaQuotes have already started using sex to sell MT5. Perhaps you can begin to see the possibilities!

Jim

Hi Jim,

They use sex to sell everything, so I don't see why MQ world be any different. However I am 'over the reproductive hump' and have already done my part for preservation of the species and adding into the mix of the gene pool so such approaches don't have much influences on me. They never have had. On the contrary, if I find a product that I quite like and utilize it regularly, then it's disappearance in the market place is close at hand. I kid you not. This has happened to me many dozens of times Perhaps I could offer my services as ‘Reverse Endorsements’ Get companies to pay me to start using their competitors products. LoL (< 8)

 
I guess we'll just talk about these until the strategy tester is out...
 
TheEconomist:
I guess we'll just talk about these until the strategy tester is out...

... and OnTrade() works properly. I don't suppose anyone from MetaQuotes can tell us when (or indeed if) either of those things is likely to happen.

 
soulsurfer:

... and OnTrade() works properly. I don't suppose anyone from MetaQuotes can tell us when (or indeed if) either of those things is likely to happen.


Made a suggestion ticket regarding OnTrade() .
 
soulsurfer wrote >>

... and OnTrade() works properly. I don't suppose anyone from MetaQuotes can tell us when (or indeed if) either of those things is likely to happen.

So what are you folks impressions, obeservations, insights and thoughts about MQL5 so far ?

 
We are looking forward to have a 2d array support in Buffer relevant function.
https://www.mql5.com/en/forum/121332
2 dimensional array
https://www.mql5.com/en/forum/116455
Array of Buffers? (2d)
https://www.mql5.com/en/forum/121672
How to use two-dimensional array as buffer in SetIndexBuffer() of MQL5?
 
Loong wrote >>
We are looking forward to have a 2d array support in Buffer relevant function.
https://www.mql5.com/en/forum/121332
2 dimensional array
https://www.mql5.com/en/forum/116455
Array of Buffers? (2d)
https://www.mql5.com/en/forum/121672
How to use two-dimensional array as buffer in SetIndexBuffer() of MQL5?

Forget it.

I can do it with class.

Although there are some problems, but I think I can resolve them.

 
Im new in metatrader platform and mql. I would like to use the DoM (Depth of Market) feature in stock markets. My questions are:

- How can I open a stock demo (or real) account with MT5 beta?

- How can I access the DoM data in mql5? (For exaple I would like to store in a logfile the orders from the order book.)

Please give me some instructions, thanks in advance,

prota

 
protagoras:
Im new in metatrader platform and mql. I would like to use the DoM (Depth of Market) feature in stock markets. My questions are:

- How can I open a stock demo (or real) account with MT5 beta?

- How can I access the DoM data in mql5? (For exaple I would like to store in a logfile the orders from the order book.)

Please give me some instructions, thanks in advance,

prota


The stocks haven't been introduced yet in the MT5 demo.

You can get the DoM data either by registering symbols that you want to look at, with MarketBookAdd(), and further with OnBookEvent(), or at any moment with MarketBookGet().

Look in the help at these functions for examples.

Reason: