Forum

How do you create a function asynchronous without to do call OnTimer?

I would like to create an asynchronous function which will be used in my library. But I don't want to use the OnTimer function! If possible, how do you do that? Thanks

How to create a function like OnTimer in a library file without freezing the processor (CPU)?

Hi, How to create a function like OnTimer in a library file without freezing the processor (CPU)? I will not use OnTimer() for each indicator to call my function "MyTimer()" because it work in the background in standalone mode. In MyTimer() function, I would like to execute cyclically and very

How create a ZigZag on Ticks (chart)

Hi all, I would like to insert the zigzag lines on a ticks on chart indicator. I tried with the classic zigzag but the code only fits with the High Low prices! I'm realy lost, could you help me? Thanks in advance, Fabiano

How communicate with MT4 from DLL in c#?

How communicate with MT4 from DLL in c#? (USDCHF) MT4 ^ | v (USDCHF) MT4 <--> Dll C# <--> MT4 (GBPUSD) ^ |