Now proceed to the most interesting step - select the signals, based on which our Expert Advisor will trade. At this point the standard library includesready-made modules of 20 trading signals, which are based on the logic of standard indicators. We select the necessary symbols among them. Th...
Problem with Metatrader 5(8) Hi. Suddenly the indicators that I have written have become flatter. That is to say, they don't fill the entire screen... REALLY frustrating Nima khalaji Rectangle Pips value mql5(9) Hi everyone . How can I draw a rectangle that shows me the pips value in...
In addition, non-linear indicators can cope with situations, in which linear indicators are powerless. Let's take the indicator template from this article and convert it into the logarithmic version. more... Share Metatrader 5 / Metatrader 4 for MQL5 / MQL4 articles previ...
Since 2017, I've been diving deep into forex, but what really lights me up is coding. I started tinkering with MQL5 in late 2018, and since then, I've been hooked. I've spent countless hours building custom indicators and automated trading systems that make trading smoother and more effec...
Sometimes we want to use indicators that are not available in a default Metatrader installation. Metatrader refers to those indicators as custom indicators. Money Management For those that want to control the exact amount risked in each trade, there are two questions in the Misc panel that are ...
Sometimes we want to use indicators that are not available in a default Metatrader installation. Metatrader refers to those indicators as custom indicators. Money Management For those that want to control the exact amount risked in each trade, there are two questions in the Misc panel that are ...
//--- Location of the SubWindow indicator in the resource string subwindow_path ="::Indicators\\SubWindow.ex5"; int subwindow_number =-1; // Subwindow number int subwindow_handle =INVALID_HANDLE; // SubWindow i
Introducing my new Expert Advisor Beatrix Inventor, Beatrix Inventor EA uses the concept of following trends in conducting market analysis. Analyzing market trends with the main indicators Bollinger Band and Moving Average, when entering transactions, this EA also considers the Orderblock zone which mak...
MQL5: language of trade strategies built-in the MetaTrader 5 Trading Platform, allows writing your own trading robots, technical indicators, scripts and libraries of functions
Backtesting Trade Assistant Panel Simplified "EuroSurge" Expert Advisor This expert opens trades based on signals from multiple technical indicators. The Doji Candelstick Pattern The Doji Pattern Detector EA is designed to automatically detect the classic Doji candlestick pattern on any chart. A Doji ...