ZeroCafeine
ZeroCafeine
Added topic Multi Time Frame Drawing
Hi everyone, Can I draw a rectangle on a Daily time frame and see the same drawing on H4 ? Or do I have to draw 2 different rectangles each on a time frame ? somethink like on this photo : Is there a native solution on the Metatrader software
ZeroCafeine
Added topic More then Triptych method?
Hello 😊 Do you know of methods like the triple screen but with even more timeframes like 4 or 6 timeframes to optimize inputs for algorithmic trading for example? For those who don't know, let me give you the example of Alexandre Elder's triptych
ZeroCafeine
Added topic How to measure the Spread inside a candle
Hello everyone, I hope you're well. Do you know of a free utility or indicator that provides a history of spreads within a candle, or at least retrieves maximum and minimum values? If not, is it possible to record the largest and smallest spreads
ZeroCafeine
Added topic How to manage position with multiple entry?
Hello everyone, I hope you're all well 😊 Let's take a concrete example where I open 10 long positions, with a volume of 0.01 lot per position per bare, i.e. a total volume of 0.1 lot. In order to manage the entire position efficiently, I would like
ZeroCafeine
Added topic the spread in a candle ?
Hello everyone, I hope you're all well, I have a small question about the spread which is displayed here on the right window (see photos), how is it calculated? Is it the average of the spreads or the spread at the beginning or end of the candle in
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
: