New publications in CodeBase
- News EA Template Without DLL From 2 Sources The functions included in this template use two news sources - Investing.com and Dailyfx.com. The template doesn’t use DLL.
- Consecutive Candles with Stochastic Filter Indicator Shows when two or three consecutive bull or bear candles of a certain size print after qualifying the stochastic level of the initial candle in the series. New in version 3 /* Changelog 2-4-19 Added 50% line to indicator box - Ignored changing the indicator lines individually since mql does not have a built-in language convention to create this change would require too much additional research and effort. Fixed error with the DodgerBlue lines not showing, the problem was due to using DodgerBlue instead of clrDodgerBlue in the code to indicate color, should be fixed now. */
- Simpler Trend Get a grasp of the current trend by candle colors.
- All In One Divergence Indicator to trade divergence. One of 30 indicators can be selected.
- Hidden StopLoss and TakeProfit System A class system to represent a hidden stop loss and take profit system, combined with 4 example files showing the use of the classes.