Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Libraries

NELODI BackProp Chart - library for MetaTrader 5

Views:
4103
Rating:
(16)
Published:
2019.10.19 13:18
Updated:
2019.10.21 13:55
BPChart3.png (21 KB)
NLD_BPChart.mq5 (12.69 KB) view
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

"NLD_BackProp.mqh" contains the implementation of a very simple Artificial Neural Network that has one hidden layer and uses back-propagation for training/learning. The advantage of this implementation is that it is very short, which makes it easy for anyone to get started with ANNs.

"NLD_BPChart.mq5" is a custom price chart, painting price movements as a red/green line and using the Artificial Neural Network (implemented in "NLD_BackProp.mqh") to try predicting where the Close price might be going next, relative to the last Open price. It projects the next X Close prices (default = 10) into the future by using the last Y Open prices (default = 200) from the past, optimizing network weights with every new (completed) candle received.

I wouldn't call the output of the Artificial Neural Network a "prediction", but simply an "opinion", which I would NOT take seriously when trading, so do NOT get too excited about it. But ... if you find Artificial Neural Networks interesting, it might be fun to watch how an Artificial Neural Network tries to optimize its outputs as new data arrives. There are many ways to use Artificial Neural Networks and this is just a very simple example, so have fun experimenting!

Both files are rather simple and do NOT have any external dependencies on other libraries or files.

DISCLAIMER: THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.


USE AT YOUR OWN RISK!

VR Calculate Martingale Lite MT 5 VR Calculate Martingale Lite MT 5

Indicator calculate the average price

Multi Pair Pivot Point Scanner Alerts 2.8 Multi Pair Pivot Point Scanner Alerts 2.8

Scans multiple symbols looking for when the price crosses a pivot point or when xxPoints Near or bounce off pivot then it alerts the trader.

Instance ID script for MT4/MT5 Instance ID script for MT4/MT5

This script allows a user to find out instance_id of the running MetaTrader instance/installation.

Open/Close Charts Open/Close Charts

First script selects symbols having spread below specified value on the marketwatch, then opens corresponding charts by appyling timeframe and template stated.