Recent content by arryex

  1. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi AT, This is for you https://www.academia.edu/35463086/Combination_of_Technical_Analysis_Fuzzy_Logic_and_Genetika_Algorithm_on_Stock_Predition wait if the document can't be viewed, since it is being converted into scribd Cheers
  2. A

    Build Neural Network Indicator in MT4 using Neuroshell

    For anyone who might have interest to read my free articles, i did optimization using TALIB and genetic algorithm https://www.academia.edu/32931221/Kombinasi_Analisis_Teknikal_Logika_Fuzzy_dan_Algoritma_Genetika_Prediksi_Saham_rev_
  3. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Jiacopel, I try to answer your questions: - There is no defined rule for the frequency of retraining, ward suggest to retrain whenever the prediction result is started going wrong. If based on your fix PS/TS you have experience that your model started to decreasing in profit after minimum 1...
  4. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Gyzhen, Please verify based on your collected data. I do not think we could collecting the future data using MT4. The close value of H1 time frame will be equal with close value at the last M15, even 1H is not completed. The sample data is just picked up from the sample, we could change or...
  5. A

    Build Neural Network Indicator in MT4 using Neuroshell

    The oldest data at the top and the newest at bottom
  6. A

    Build Neural Network Indicator in MT4 using Neuroshell

    You can implement in both way: 1. Insert CH result into your Nst then input it into your random forest tree. 2. Insert your formula into Nst (using available indicators), then insert into your random forest tree. Using method 2 will depend on your capability to implement the formula.
  7. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi At120, Finally I found where is the miscalculation come, the trigonometric calculation described on the SpectralDilation.pdf is based on degree instead of radiant, you should convert 2*pi = 360º or 180 = pi = 3.1415927 For example b1 = 2*a1*Cosine(1.414*180 / 10); it shall be written in c...
  8. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi Dennis, What you mean with the old build?
  9. A

    Build Neural Network Indicator in MT4 using Neuroshell

    That is one issue that I forget to tell. Latest MT4 build giving more difficulties for programmers, not only the syntax change but also the folder configuration. I do not have problem with my Pc, all the posted indicators are created on build 500. The easiest way to check that you can call...
  10. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi, I never put the three dll into c code, those dll will be called by ns2-32.Dll. Some dll calling might be failed due to windows problem, x86.dll may get problem when you are working in windows x64 because of misconfiguration. In other hand, you should become an administrator access and...
  11. A

    Build Neural Network Indicator in MT4 using Neuroshell

    The three dll you have mentioned is part of windows, check that you have them in your windows folder
  12. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi itrader, You do not need tof run NS2 running, you should ensure that the dll is installed and can be called by other programs (NST, excel, etc).
  13. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi itrader2014, Here is the sample how CH predict the best trading strategy based on tomorrow predicted open price. You can identify the portfolio during optimization and OOS.
  14. A

    Build Neural Network Indicator in MT4 using Neuroshell

    For above sample I use static NN, for certain instrument, it will depend also to the inputs and output. With Nst, you can retrain your NN after certain range, such as using adaptive turboprop.
  15. A

    Build Neural Network Indicator in MT4 using Neuroshell

    Hi All, Recently, I received so many queries to my private email requesting so many things, sorry due to my current condition I could not answers all questions. Please do not requesting any cracked software, since I bought the license for software that I use. In addition, all my proprietary...
Top