The other very interesting indicator coded by Mladen: multi_pair_psar_trend_2 indicator. The indicator (attached) is from the following MQL5 forum thread: https://www.mql5.com/en/forum/178416
Just to remind: If you are going to support the forum for coding so you will be granted free premium section access with your/user title as Developer or other custom title, and you will have the permission to promote your MQL5 Market products/signals (in separated thread incl in premium section).
This article is another contribution to trying to learn and teach what can be helpful in this context of technical trading and programming of profitable trading strategies. We will discuss through this article a new tool that can be useful in our trading and it is the "Stochastic Oscillator" indicator which is one of the most popular in trading using technical analysis. more...
PriceChannel_Signal_v2 EA - expert for MetaTrader 5 The custom indicator 'PriceChannel_Signal_v2' ( I took the indicator here ) generates several signals: two types of signals to open a 'BUY' position, two types of signals to open a 'SELL' position, one signal to close 'BUY' and one signal to close 'SELL'. No Stop Loss, No Take Profit, No Trailing.
The article delves into the CCanvas class and its use in MQL applications. The theory is accompanied by examples. more... ------------- By the way, the key thread on mql5 forum about Canvas is this one: Possibilities of Canvas