vaeVictis
vaeVictis
Friends 1
vaeVictis
Added topic Testing strategies: broker data or metatrader server data?
Hi everyone. I just begun testing my strategies on FOREX and there is a doubt I can not answer. This doubt is due to the difference between the candlesticks data retrieved from the broker and the same data retrieved from the metatrader server. This
vaeVictis
Added topic Retrive candlestick values by date
In the OnInit of my EA, I use this loop to retrive previous candlestick's open, close, high, low, volume and time values:    string candleValues;    for ( int i = Window; i > 0 ; i--){
vaeVictis
Added topic Hot to print last 5 candlestick values
Hello everybody I am trying to write my very first EA and I need some help with printing open and close values of the last five candlesticks in reverse orders. And how can I add Time in a human readable format? I can not figure out how to do it. Many
vaeVictis
Added topic How to handle candlestick formation in real time
Hi. I am writing my very first EA. I need to use open, close, high, and low values of candlesticks in a one minute timeframe . I have no problem handling the candlesticks already formed when the EA starts. Yet I do not know how to handle the new
vaeVictis
Added topic Interaction between mql4 and Python
Hi everybody! This is my very first message on this board, so I thank you in advance for the help you will kindly provide me with. I would like to have some hints about the best way to make mql4 interact with external programs, written in a different
vaeVictis
Registered at MQL5.community