Edit Your Comment
asking about EA refresh time
Sep 26, 2013 zamanından beri üye
16 iletiler
Nov 20, 2020 at 10:06
Sep 26, 2013 zamanından beri üye
16 iletiler
Hello
I am developing an expert prototype.
i have an idea but i need help.
I need to know if we can incorporate a command line so that the expert checks the data every second and no longer relies on the tik candles on the different timeframes.
that is possible ?
I am a professional trader but I am new to MQL programming
thank you
USD
Aug 06, 2020 zamanından beri üye
3 iletiler
Nov 24, 2020 at 05:16
Aug 06, 2020 zamanından beri üye
3 iletiler
//mql4
//+------------------------------------------------------------------+
//| Expert initialization function |
//+------------------------------------------------------------------+
void OnInit()
{
while(EventSetTimer(1) != true) //set your time interval here
{
Sleep(500);
}
Print('Init OK');
}
//+------------------------------------------------------------------+
//| Timer function |
//+------------------------------------------------------------------+
void OnTimer()
{
//type your code here
}
Step by Step
Sep 26, 2013 zamanından beri üye
16 iletiler
Nov 24, 2020 at 10:18
Sep 26, 2013 zamanından beri üye
16 iletiler
Thank you soo much dhinosaurus
USD
*Ticari kullanım ve istenmeyen e-postalara müsamaha gösterilmez ve hesabın feshedilmesine neden olabilir.
İpucu: Bir resim/youtube urlsi yayınlamak, onu otomatik olarak gönderinize gömer!
İpucu: Bu tartışmaya katılan bir kullanıcı adını otomatik olarak tamamlamak için @ işaretini yazın.