Julien / Publications
Codes
Higher timeframe candles on your chart for MetaTrader 4
This indicator allows you to draw candles of an higher timeframe on your chart. Example: Draw H1 candles on your M1 chart
Auto-Fibonacci for MetaTrader 4
Create a Fibonacci retracement object automatically on your graph
Create your own neural network predictor easily (example: MA and RSI Predictors) for MetaTrader 4
I've modified the "Next price predictor" posted by gpwr to allow any developer to create its own BPNN predictor easily, even without understanding how a neural network works. So easy even beginners can do it. Included: MA predictor and RSI predictor
Two Pole Smoothed Ehlers Oscillator for MetaTrader 4
This oscillator is based on Ehlers' Two Pole Super Smoother, converted as an oscillator, and smoothed using Ehlers' Instantaneous trendline
Multi Timeframe Candles for MetaTrader 4
Display Candles from a higher timeframe on top of your current chart (ex: see H1 candles on top of a M5 line chart)
Min/Max Bands for MetaTrader 4
Indicator showing the Min/Max values for the last X bars
Articles
FANN2MQL Neural Network Tutorial for MetaTrader 4
This article has been made to show you how to use neural networks, via FANN2MQL, using an easy example: teaching a simple pattern to the neuralnetwork, and testing it to see if it can recognize patterns it has never seen
Forum
Drawing a triangle (OBJ_TRIANGLE) based on X;Y pixel coordinates
Hi, I'm desperately trying to draw a triangle based on x;y coordinates, not on price/time values. The goal is to create the triangle on the indicator's window, not on the chart window. I tried the bmp lib on codebase, but the refresh rate is too slow to be usable. Thanks a lot