Hacking objects in an EX5 – indicator MetaTrader 5

Hacking objects in an EX5 - indicator for MetaTrader 5
This code demonstrates how you can modify the objects in an indicator without having the source code. There are some indicators that don’t use buffers, they are only using objects. It would be easy if inputs could be changed with iCustom, but this is only possible if the indicator is using buffers to draw the … Read more

Raymond Cloudy Day For EA – EA MetaTrader 5

Raymond Cloudy Day For EA - expert for MetaTrader 5
Key Features: Innovative Calculation Method: The core of the Raymond Cloudy Day indicator features a unique calculation method, offering highly accurate and reliable points to guide traders in making informed decisions. Extended for Buy/Sell: The indicator confirms potential trend extensions for Buy or Sell, or a return to the main calculated point, providing strategic insights … Read more

CCI beginner tutorial by William210 – indicator MetaTrader 5

CCI beginner tutorial by William210
Good morning. If this code malfunctions for whatever reasons, forgetting or MQL5 upgrades, let me know so I can correct it, thank you You can find all my multi timeFrame indicator codes or not, in CodeBase or on the Marketplace, free or purchasable, by searching for “William210”. What is CCI? The CCI: Powerful indicator for … Read more

Bollinger Bands with pre outer band smoothing – indicator MetaTrader 5

Bollinger Bands with pre outer band smoothing - indicator for MetaTrader 5
The premise of this Bollinger Bands indicator is that the outer bands can be individually controlled via smoothing. Changing the smoothing period on the upper band does not have to reflect any change on the lower band, and likewise changing the smoothing period on lower band does not have to reflect any change on the … Read more

Bollinger Bands with post outer band smoothing – indicator MetaTrader 5

Bollinger Bands with post outer band smoothing - indicator for MetaTrader 5
Another offshoot of the Bollinger Bands. The concept of post smoothing on the outer bands is to smooth the upper and lower band individually after the standard deviation calculation has taken place. This can provide a very smoothed upper and lower band. The smoothing of the upper band doesn’t have to reflect a change on … Read more