ZeroCafeine / Profile
ZeroCafeine
Added topic How do I delete comments and other things on the chart?
Hello everyone, I hope you're well. I'm still a beginner and I'm finding that when I remove an expert advisor then I still see the comments, so I did a quick search and found this solution , so I added an empty comment in the OnDeinit function: void
ZeroCafeine
Added topic Daily Profit and Losses ?
Hi everyone 😊, I'm still a beginner in this fabulous language, would you have a simple example code or a link with which I could calculate the daily profit or loss please? I've done some research on the website but I often find MQL4 codes and not
ZeroCafeine
Added topic Margin & Free Margin problem on BackTest ?
Hello everyone, I hope you're well. I'm still a beginner with this fabulous Metatrader software, but I do have a small question about calculating free margin during a backtest. For example, when I have 2 positions open at the same time, 1 long and 1
ZeroCafeine
Added topic ORDER_TYPE_BUY and SYMBOL_ASK
Hello everyone, I hope you're well 😊. I'm still a beginner and I see that the PositionOpen function can use different order types , trade.PositionOpen( _Symbol , ORDER_TYPE_BUY , 1 , SymbolInfoDouble ( _Symbol , SYMBOL_ASK ), 0 , 0 , "CouCou" ); and
ZeroCafeine
Added topic m_symbol.Bank() Not working ?
hi everyone, hope you're well 🙂 I am testing the functions of the CSymbolInfo class , I notice that the Bank() function does not show me anything, do you know why string bank = m_symbol.Bank(); Print ( "Bank : " , bank); I
ZeroCafeine
Added topic Stream Deck and Hotkeys ?
Hello everyone, I hope you're well. Is there a quick shortcut system (hotkeys) for opening and closing orders? Are there any ready-made solutions or compatibilities with the Stream deck? Or maybe scalping links or tutorials where I could find things
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
: