You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
Hi,
My request/idea: include the identification of the buyer and seller member firms in the structure MqlTick
Although this information is not available for Forex, it is available at many stock markets and would help a lot in detecting big players buying or selling huge volumes in these markets.
In medium-sized markets dominated by a few very big players, like Brazilian BMF, this information is one of the most effective predictors for short-term price movement.
Any plans for that? Is it feasible to implement in MT5 ?
Thank you.
Hi,
My request/idea: include the identification of the buyer and seller member firms in the structure MqlTick
Although this information is not available for Forex, it is available at many stock markets and would help a lot in detecting big players buying or selling huge volumes in these markets.
In medium-sized markets dominated by a few very big players, like Brazilian BMF, this information is one of the most effective predictors for short-term price movement.
Any plans for that? Is it feasible to implement in MT5 ?
Thank you.
In the structure MqlTick does not have a field for identification of the buyer and seller
In the structure MqlTick does not have a field for identification of the buyer and seller
Yes, I know it, but that' s the very idea: to add 2 new fields to store this information.
Is adding new fields to data strutures beyond the scope of this thread ?
Yes, I know it, but that' s the very idea: to add 2 new fields to store this information.
Is adding new fields to data strutures beyond the scope of this thread ?
To do this, you need to do your STORAGE: file. But I do not know how and where to get information on the sellers.
To do this, you need to do your STORAGE: file. But I do not know how and where to get information on the sellers.
Storing outside the MqlTick structure would not be a problem.
The real issue is that one you pointed out: "where to get the information".
I'm sure it is available at the market's diffusion signal.
Moreover, I can see it in another trading platform I have in my notebook, together with MT5, both connected to the same brokerage account, but it seems not to be available in MT5.
It seems that MT5 ignores this extra information contained in the diffusion signal (maybe because it was originally developed for Forex and later adapted to stock markets, I presume).
Yes, I know it, but that' s the very idea: to add 2 new fields to store this information.
Is adding new fields to data strutures beyond the scope of this thread ?
heraldo, não tem esta informação no tick... vc não tem como identificar quem é o comprador que está na fila
Storing outside the MqlTick structure would not be a problem.
The real issue is that one you pointed out: "where to get the information".
I'm sure it is available at the market's diffusion signal.
Moreover, I can see it in another trading platform I have in my notebook, together with MT5, both connected to the same brokerage account, but it seems not to be available in MT5.
It seems that MT5 ignores this extra information contained in the diffusion signal (maybe because it was originally developed for Forex and later adapted to stock markets, I presume).
Your idea sound interesting, but if you say and confirm by this sentence " Moreover, I can see it in another trading platform I have in my notebook, together with MT5, both connected to the same brokerage account, ", then try to prove us by attaching some images so we can all see what you are talking about !
Step Five
Add the function "FillArrayFromBuffer" - this function is taken from the iMA help. The "FillArrayFromBuffer" function fills the indicator buffer with values obtained from handle handle_iMA.
It was:
Became:
We save version 1.004 and send changes to Storage.
Step Six
We fill the function OnCalculate ().
It was:
Now insert the preparatory block from the iMA help:
now we change the main cycle.
It was:
became:
Let's save version 1.005 to Storage. It's all. The indicator is ready.
Step Six
We fill the function OnCalculate ().
It was:
Now insert the preparatory block from the iMA help:
now we change the main cycle.
It was:
became:
Let's save version 1.005 to Storage. It's all. The indicator is ready.
Thank you very much Mr Vladimir