Entries with no category
MA or Price Histogram - indicator for MetaTrader 5 Two iMA (Moving Average, MA) indicators ('Fast' and 'Sloe') are displayed in the main window. You can turn on/off the display of informational Labels - they show the price of two indicators, "Fast' and 'Slow'.
If you paid attention to the previous two articles you'll notice the big issue I had is programming models that could handle more independent variables, by this I mean dynamically handle more inputs because when it comes to creating strategies we are going to deal with hundreds of data, so we want to be sure that our models can cope with this demand. ---------------- Data Science and Machine Learning (Part 01): Linear RegressionData Science and Machine Learning (Part 02): ...
In this article, you will learn in detail about a new useful technical indicator that can be used in your trading as per your trading style if it is suitable. This technical indicator is the Parabolic SAR. We will learn how to design a trading system to be used in the MetaTrader5 trading platform after writing the code of this trading system by the MetaQuotes Language Editor built in with the MetaTrader 5. If you want to learn how to get the MetaTrader ...
There are a lot of people who do not know how to program but they are quite creative and have great ideas. However, the lack of programming knowledge prevents them from implementing these ideas. Today we will create our own Chart Trade interface to send market orders or to set up parameters used in pending orders. We will do this without programming, just using the functions that will be inside the Expert Advisor. We are curious, so let's see how it will look ...
Constant Range Channel - indicator for MetaTrader 5 and for Metatrader 4 Metatrader 5 - Metatrader 4 - This is a very simple indicator. It plots a channel with a constant range of twice the step-size parameter value. The range is broken when the low quote price breaks the upper level, or when the high quote price breaks the lower level of the channel’s range. The ...