Forum

Markttechnik by Michael Voigt

Hello, I'm searching for indicators/ functions which handle Voigt's trailing stop regarding Innenstäbe. I don't know the english terms for all this Markttechnik stuff. Have you seen something like that in this code base

Java interface

Hello, is there any MT-Java interface for free? I do not need all the functions , just to - notify java about a new tick arriving - get CLOSE[], VOLUME[] and so on from MT - send an order from java and that's pretty all, the whole trading logic is in java

change current chart timeframe

Hello, I have the H1 eurusd chart and want to change it to M15. Is it possible? I have to do it when I find a pattern in another timeframes and want to draw an arrow in this timeframe. If I am in H1, found something in M15 and draw it in the current view, it will be at the wrong place when I change

list available symbols

Hello, I'm looking for a function which can list all available symbols. The idea is to scan some patterns over all currencies which I can trade with my broker. Does this function exist in MT? Thanks

Approaching a day line - how to find the direction?

Hello, I wish to open a trade when I reach a day line, e.g. the top of the previos day. So, my time frame has to be daily. The problem is that I want to open it only once today, and only when I reach it from the bottom up. It shold be something like: if (Bid == High[1] && ?? ) // open a trade Any