거래 로봇을 무료로 다운로드 하는 법을 시청해보세요
당사를 Facebook에서 찾아주십시오!
당사 팬 페이지에 가입하십시오
스크립트가 흥미로우신가요?
그렇다면 링크 to it -
하셔서 다른 이들이 평가할 수 있도록 해보세요
스크립트가 마음에 드시나요? MetaTrader 5 터미널에서 시도해보십시오
라이브러리

NELODI BackProp Chart - MetaTrader 5용 라이브러리

조회수:
4105
평가:
(16)
게시됨:
2019.10.19 13:18
업데이트됨:
2019.10.21 13:55
이 코드를 기반으로 한 로봇이나 지표가 필요하신가요? 프리랜스로 주문하세요 프리랜스로 이동

"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.