Build Neural Network Indicator in MT4 using Neuroshell

Well theories are different about it. Thanks to our Chinese brother we have this
collection of papers which are researching this a bit

/trunk/papers/trading/ - zenithlib - library everywhere - Google Project Hosting

svn checkout zenithlib - Revision 119: /trunk zenithlib-read-only

Krzysztof

Wow !!! the paper from the library form link above

2003-Using_Recurrent_Neural_Networks_To_Forecasting_of_Forex

says that.


Probability of correct sign of increments forecasting for CHF EUR GBP JPY
0,79 0,78 0,78 0,89


Otherwise very good straight forward paper.

Krzysztof
 
Recent updates...
- Transfer MT4 indicator to NST
- Improve indicator in NST
 

Attachments

  • TRANSFER MT4 INDICATORS TO NST INDICATORS USING CH.pdf
    425.2 KB · Views: 958
In this article I use K-Means Clustering in Visumap to classify stocks. The Visumap result is inline with my previous clustering using Kohonen Map in Neuroshell2.

I used clustering as a preliminary analysis prior selecting stocks that will be analyzed using trading strategy in Neuroshell Trader.

Anyone can check is it worth to have these software or not.

Happy Investing:D
===============================
I am an engineer not scientist, straight forward real implementation is better than thousands theories
 

Attachments

  • K-Means Clustering.pdf
    1.2 MB · Views: 2,401
Arryex

I have not fully investigated Visumap,addition to classic clustering algorithms data mapping(dimension reduction)algorithms looks like great addition .Do you or Krzysiaczek know how to fully take an advantage of data mapping ?
 
Hi Tovim,

Refer to help of Visumap, it has capability to export/import data, mapping data, clustering data and interactive data view.

For data mapping, it has several algorithms: Sammon, CCA, RPM, Speric Relational, PCA, SMACOF and t-SNE. For clustering, it use K-Mean, SOM, metric sampling, Agglomerative, Affinity and SOG.

A lot of data mapping and clustering algorithms available, sometime not available in one software and available in others, the important thinks is "Our capability to evaluate/interpret produced cluster or map". The clustering and map will be useless if you do not knows how to interpret them. The method I took to evaluate them is by testing each cluster into my trading strategy.

Within attached article (ultsch09selorgan.pdf), shown other algorithm that is not available in Visumap, example SOP (Swarm-Organized Projection).

Within attached article (NA16409.pdf), it shown the SOM visualization comparison using Nenet, Matlab SOM-Toolbox, Databionic ESOM and Viscovery SOMine. In chapter 4, the author explains few difficulties to interpret the map which lead him to create a new method and then implement it on Matlab.

I found that Sammon Algorithm publicity has been released since May 1969, Kohonen SOM in 1982, CCA in 1997, RPM in 2004. I agree to mention that Visumap has more algorithm while other may have few algorithm only, and again it will depend on our capability to evaluate/interpret produced cluster or map.

Happy Investing
 

Attachments

  • ultsch09selforgan.pdf
    190.3 KB · Views: 920
  • NA16409.pdf
    772.5 KB · Views: 1,084
Last edited:
hi folks . i m trying to use SVM but i ve encountered some problem in deciding the output for the training set. How do you usually define a buy/sell/signal ? like the next 3 days return exceed 0.5% ?
i m using technical indicator values as input
thanks very much :)
 
In this article I use K-Means Clustering in Visumap to classify stocks. The Visumap result is inline with my previous clustering using Kohonen Map in Neuroshell2.

I used clustering as a preliminary analysis prior selecting stocks that will be analyzed using trading strategy in Neuroshell Trader.

Anyone can check is it worth to have these software or not.

Happy Investing:D
===============================
I am an engineer not scientist, straight forward real implementation is better than thousands theories

Clustering of time series is a big topic. Perhaps this pdf can show a bit what's going on in this area.

Krzysztof
 

Attachments

  • Clustering of time series data—a survey.pdf
    323.3 KB · Views: 9,057
hi folks . i m trying to use SVM but i ve encountered some problem in deciding the output for the training set. How do you usually define a buy/sell/signal ? like the next 3 days return exceed 0.5% ?
i m using technical indicator values as input
thanks very much :)

If you have Neuroshell Trader, you can insert indicator from Neural Output group to get optimal Buy/Sell/Hold.
 
Hi All,

Anyone using Wolfe Wave to predict target price and time? I did on few of stocks
 

Attachments

  • WOLFE WAVE TARGETS JKSE STOCK-arryex.pdf
    720.4 KB · Views: 885
Multicollinearity and forecasting

Are we doing all this stuff correct ?? We create predicting variables based on one input i.e. historical time series, most of them are very strongly correlated to each others. Perhaps other inputs e.g. from different time series should be used instead of pre processing one serie using e.g indicators. See 'Multicollinearity and forecasting' chapter.

5/7 Correlation, causation and forecasting | Forecasting: principles and practice

On the other hand i tried this some time ago (4 series) and it didn't improve the results. Did somebody tried to use non correlated inputs and cross check the results ??

The online book 'Forecasting: principles and practice' is very good, soon i will open the new thread to research all those methods. If someone is aware about similiar threads (e.g. ARIMA, GARCH, ETS) and attempt of using them for FOREX let me know.

Krzysztof
 
Probably this small article may help us to identify which correlation coefficient we should use on prediction
 

Attachments

  • Correlation r and R-squared.pdf
    80.6 KB · Views: 1,056
is FOREX forecastable ?

is FOREX forecastable ?

according to main guru Rob J Hyndman in forecasting of time series not so much...

Research tips - Why are some things easier to forecast than others?

My opinion is that it is forecastable but only sometimes on short time horizon. My opinion i'm basing on fact that it is possible to optimize strategy parameters that it will work for a while sometimes....

Any comments or articles ??

Krzysztof
 
I am currently evaluating NN prediction using one of NST addon implemented on few stocks.
 

Attachments

  • NAE cross on stock.pdf
    523.7 KB · Views: 513
Last edited:
Here is the testing result on stock, EURUSD and XAUUSD
 

Attachments

  • NAE Cross 2.pdf
    447.4 KB · Views: 476
I did the following charts within an hour, not sure if I am ambitious
 

Attachments

  • Did All within 35 minutes.png
    Did All within 35 minutes.png
    7.9 KB · Views: 399
  • NAE for currency.pdf
    1.6 MB · Views: 428

Attachments

  • TIME SERIES PREDICTION USING GMDH - 2 input 1 ouput case study.pdf
    1.6 MB · Views: 1,433
Top