ket314MQL4
ket314MQL4
Friends

Add friends via their profile or user search and you will be able to see if they are online

ket314MQL4
Added topic [MQL5] relaunch the EA every 4h
hello, I would like to know how to relaunch my EA every 4 hours after the 4 hour candle has closed in mql5
ket314MQL4
Added topic [MQL5] Open several charts
Hello, I would like to know how to open several charts in mql5 ? I tried to do this but there is only one graph that opens (I run the code I execute the program by doing ctrl + f5)
ket314MQL4
Added topic browse all the currencies available
Hello, I would like to know how to browse all the currencies available for my EA in mql5 . void OnTick ()   {    for ( int i= 0 ;i< SymbolsTotal ( 1 );i++)      {        Print (
ket314MQL4
Added topic Display an indicator
Hello, I am learning to code in mql5 and I would like to know how to display the indicators on the graph? And how to remove the Moving Average indicator (20) when I test. int
ket314MQL4
Registered at MQL5.community