Recent content by clarod

  1. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Everyone, I shared these "toys" tools to work on predictions if you want....see the following : https://rapidminer.com/ http://www.neuralmarkettrends.com/tutorials/ also you can found more info with google..... found the following -->> rapidminer site:www.simafore.com...
  2. C

    Build Neural Network Indicator in MT4 using Neuroshell

    At, About Eureqa.... Did you verify the error level ? ..in graph mode you see it for the all error leves of your prediction in "Plot Level" "Residual Error Plot".... One idea (but I'm not sure)... Did you try to predict EMA10 and then apply momentum? Regards clarod :)
  3. C

    Build Neural Network Indicator in MT4 using Neuroshell

    r-squar of 0,98 ..great :) ..but I can't help you on CH because I don't have it... clarod :)
  4. C

    Build Neural Network Indicator in MT4 using Neuroshell

    AT, see my response marked in blue. I have done the test with Eureqa, therefore I have the follwoing results (see picture) about 0,95 r-squ. I used data processing: to "handle missing" and "remove outliers" and inputs as seen. Try again with setting a smooth of 1% only of the input "Close" and...
  5. C

    Build Neural Network Indicator in MT4 using Neuroshell

    At, Try to do in CH with the same inputs that I used in Eureqa and let me know. Inputs : Close, ExpAvg(Close,10) and Momentum(ExpAvg(Close,10),10) Thanks
  6. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi, See my post #1140 and download the zip file. On the document you can see the formula to create it on the language that you want.. as you know, in your case for mt4 is mql4. Anyway...here is the formula that you need to code on mql4 Lead(Momentum(ExpAvg(Close,10),10),5) = 9.318205291e-6 +...
  7. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Pat, I attached a .zip with a ch file (with formula solution of Eureqa) and .fxp file (Eureqa) that I talked before if you want to work with this. I tested it on april 2013 (out of sample) but please see this as an example...you need to work more time on it. Hope your help. Regards, clarod :)
  8. C

    Build Neural Network Indicator in MT4 using Neuroshell

    I used "Eureqa" to do this. (http://www.nutonian.com/products/eureqa/) Please take a look at file attached (zip format and to predict I used EURUSD M5 01/01/2013 to 01/03/2013) Regards, clarod :)
  9. C

    Build Neural Network Indicator in MT4 using Neuroshell

    I can´t recommend a packages for a specify share... depending of your predictions and strategie(st) that you can create. NS2 for me is good to identify inputs and created with these neural indicators that you can use as part of your st. clarod :)
  10. C

    Build Neural Network Indicator in MT4 using Neuroshell

    I don't have CH but I think that a good way to determinate the best input for a NN is to use "Market Indicator Package" (MIP) of NS2 and then you can use these inputs into CH. Let me know if you need any help about MIP, I used it before. Take a look at this link (See "Options" and then select...
  11. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Arryex, thanks for the file posted in #1123. I don't understand what is the reason that used LEAD on the prediction... could you please explain again this method that you used. Thanks in advance Btw, I used "Marked Indicators package" (NS2) to found the best inputs for NN and also I use...
  12. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Arryex, could you please let me know the password of FIND PREDICTION STRATEGY TRESHOLD.pdf file (#469) Thanks in advance. Clarod
  13. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Great Arryex :smart:, anyway in my case I use PowerBASIC because it's more easy to me. Regards
  14. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Tovim, where I can see this comments ? Thanks
  15. C

    Build Neural Network Indicator in MT4 using Neuroshell

    Arryex and for everyone, I attached a zip file with the files (.cht .bas (source PowerBASIC)) and .dll of ITrend and Trigger Cybernetic Indicators. I used "Cybernetic Analysis for Stocks and Futures (John F. Ehlers)" book (charpter3) and based on the code bellow in EasyLanguage I converted it to...
Top