ZeroCafeine
ZeroCafeine
Friends 2
ZeroCafeine
Added topic good practice with OnCalculate() function
Hi I'm still a beginner, and I'm just getting to grips with MQL5's native functions, for example, when I need to call native functions like iMA, should I call the Buffer from the OnCalculate() function?  And sorry if my question is silly, that's
ZeroCafeine
Added topic How to study a EA history
Hello everyone and I hope you're well. I'm discovering the possibilities of its MQL5 language every day and I think it's magnificent, what a moment of possibility compared to other platforms. However, I have a small question: how can you study the
ZeroCafeine
Added topic EA notification on smartphone
Hi everyone I'm a beginner Is possible to get alerts and /or error notification from my EA ony own VPS to my smartphone? Best Regards 😃 ZeroCafeine
ZeroCafeine
Added topic TimeCurrent & GMT +3 ?
Hi everyone, how are you? I'm still a beginner and I realize that the time rendered by the TimeCurrent function is 3 hours longer than GMT? MqlDateTime timeCurrent; TimeToStruct ( TimeCurrent (), timeCurrent); Print (" TimeCurrent Hour = "
ZeroCafeine
Added topic trade.PositionOpen() & trade.Buy()
Hi everyone, I hope you're well 🙂, I'm still a beginner on this famous MQL5 language, but I hope to make progress slowly but surely, However, I do have a few questions, even though I'm thinking of answering them myself one day in the future, but I
ZeroCafeine
Added topic New candle fonction base on iTme
hi everyone, hope you're well I found this function on this video here  from @ Tobias Christian Witzigmann , can you confirm that the variable previousTime  is read only once with al static function ? bool IsNewBar(){
ZeroCafeine
Added topic Modify native input/output drawings
Hi everyone, I hope you're well, I'm still a beginner, would you have any links or tutorials to find out if it's possible to modify the drawings that are automatically generated in the inputs and outputs?, For example, modify the arrows with
ZeroCafeine
Added topic day and time trading conditions
hi everyone, I'm still a beginner, is my code correct? trading hours: from 8Am to to 4Pm (8h to 16h) trading day : Monday to Thursday int OnInit ()   {    MqlDateTime myLocalTime;      TimeLocal (myLocalTime);
ZeroCafeine
Added topic IDE tips, Autocomplete
Hi When I type a word I see that the complete auto proposes the function with all its parameters :     int BBands = iBands () I'd really like to write it out completely, and not just the beginning as in this code, but rather as in the
ZeroCafeine
Added topic good practice with the function : return(INIT_FAILED)
Hi everyone I'm a beginner and I'm wondering how to use this function, how can I retrieve the function's return or a concrete example of its use? int OnInit ()   {    int var01 = SetIndexBuffer ( 0 ,IndicateurBuffer
ZeroCafeine
Added topic broker quotation VS MT5 ?
Hello everyone, I hope you are well I am a beginner on this fabulous MT5 platform, however I have a question about the origin of the flows (price quotation), - On the demo account what is the source of the feeds (quotation price) that the MT5
ZeroCafeine
Added topic Theoretical Question: Long, Short, Position Size, Hedging
Hello everyone, I hope you are well 😊, I have some theoretical questions about the MQL5 language as I am just starting out:   1) is it possible to create an EA that opens separate Long and Short positions at the same time? Example opening a
ZeroCafeine
Added topic Highlighting text
Hi everyone, Is there a library or something to add to IDE for Highlighting text, so that I can highlight the text of a function or variable by double clicking so that it is easily visible
ZeroCafeine
Added topic Ctrl+Y Not working
hi everyone, I'm new here, the Ctrl+Y with IDE not working, only  Ctrl+Z for Undo the last action working,  how to solve this pls 😊 ? Best Reguards, ZeroCafeine
ZeroCafeine
Added topic Hello everyone
Hello everyone 🙂 I'm new here and I hope you are well? I have a few questions: is there a presentation section or can we ask questions directly like I just did? Is there an official Discord for MQL5 or just the Forum? I thought I saw on the website
ZeroCafeine
Registered at MQL5.community
123