| / | Forum |
|
Heino
2007.12.09 21:14
Hello, is it possible to get the Tick Data which are all receive in the terminal. I would like as in a normal database to call the data´s that all been received, is not possible with the Meta
Trader, that´s a absolutly normal Think and must be possible I think?
|
|
Interview with Merab Sturua (Merabiko) The most important thing for the Expert Advisor is the logic, the strategy contents. Applicability under all market conditions and a properly written code. Money management is helpful, of course. But only as an idea about how much of the deposit one can lose and how much profit one can expect to gain. If there is a clear idea of to what limits the profit-loss fluctuations can be expected, it is possible to provide the program within a half of an hour with a plough-back method or with a technique that prevents losses of the profits gained. |
|
phy
2007.12.09 23:15
"tick" data is not directly accessible to my knowledge. The best i have
been able to do is to repeatedly |
|
Heino
2007.12.09 23:34
phy wrote:
"tick" data is not directly accessible to my knowledge. The best i have
been able to do is to repeatedly
I ask my self to if it is possible to write a Tickchart, that runs live, I have seen before one that was stored as offline chart. Or for example, when you build a offline chart with the period conventer script, for what is a offline chart good :-), I want a live chart that build them self by every Tick new, a offline chart dont do this. I think there are a lot little think that i dont understand about the MetaTrader and because of this dont can build what I want :-). I want a access to the Tickdata and want can use it every Time I Want and need man :-). |
|
phy
2007.12.10 00:11
An offline chart reads from a history file. Update the history file. Send a message to update the offline chart. The Period Converter Optimized code sample has all the necessary clues.
|
|
Heino
2007.12.10 12:21
Hello, if i have understand you right than it is possible to let a offline chart run as a live chart that read history from the file which is fulled with data from the period conventer. Where dit I find a example, please? you wrote: "Update the history file. Send a message to update the offline chart. " How can I told the offlinechart, that he update? |
|
phy
2007.12.10 23:50
The Period Converter Optimized code sample has all the necessary clues. |
|
Heino
2007.12.11 01:26
Yes, know I have find this indicator and know how it works. The Last Problem I have is a Solution to get a preziser Time of a bar, example 1 h bar, I want to get the minutes and seconds been past since the paar bar is build and not only the open time, durring run a test in the strategytester. naja, mal schaun if i find a solution. |