PDA

View Full Version : يتيح بناء المستغل على الشبكة العصبية معا



ضياء الدين ريم
02-26-2010 18:12, 06:12 PM
I have some working code that's been squeezing out several pips on ERUCHF - however is tough around the edges, I believe we have some geniuses here and when we set our minds together we can create something acceptable (I for one need it to escape my own 9-5 rut). I've got a masters in computer science and have been trading Foreign Exchange, futures options for quite a while.

في حالة استدعاء هذا الموضوع للرد ، سأقوم بنشر الرمز الخاص بي ويمكننا تطويره. أيضًا إذا كان غير المطورين مهتمين باختبار النظام - لا تتردد في النشر ، فإن EA مرئي حتى تتمكن من استخدامه جيدًا للترحيلات اليدوية أيضًا.

هانئ رفيقة
11-19-2021 07:43, 07:43 AM
Subscribed! One tester included to the list!

debodsa970
11-19-2021 09:04, 09:04 AM
في الواقع ، أفهم أن كل * NN تتطلب إشارة إدخال عادية. وبغض النظر عن هذه المشكلة ، تلقيت نظرة ثانية على الكود وهي * تطبيع معلومات السعر إلى نطاق من 0 إلى 1. ولم يكن الأمر واضحًا للوهلة الأولى.

تحميد شمعة
11-19-2021 10:25, 10:25 AM
This it not mandatory with FANN. It is recommended.

debodsa970
11-19-2021 11:46, 11:46 AM
Hey neuro, I had a look at your source code and it doesn't look like you're normalizing the input information. It looks like you feeding pub close prices into the community. Neural network information has to be normalized either from -1 to 1 or 0 .

ضياء الدين ريم
11-19-2021 13:06, 01:06 PM
Can you pls explain how to install these files... Do I want to install the files in this post just or do I want install the previous files too....
ستحتاج إلى دلس من المادة السابقة. Onu - يحتوي هذا الحساب على حوالي 10 EAs مختلفة قيد التشغيل ، لذا لا يمكنك الحكم عليه من خلال عملية حسابات neuraltraders - لإلقاء نظرة على prophetFx - تحقق من هذا الحساب
http://www.mt4i.com/users/mohan2

ssn99
11-19-2021 14:27, 02:27 PM
الناس ، كان هذا الإصدار الجديد يولد نقاطًا بشكل متكرر جدًا ، جربته أيضًا على USDCHF H4 وهو رائع إلى حد ما حتى الآن - خذه لاختبار القيادة وأخبرني.
Performes it similar to this one?
https://www.cavemantrading.com/attachments/1529197701.png
http://www.myfxbook.com/members/neuraltraders/neuraltraders/19319 ---------------------------------------------
http://www.myfxbook.com/members/pc8multifx

خيرات ثامر
11-19-2021 15:48, 03:48 PM
OK First Measure - Install the fann2mql Bundle from here
http://go2.wordpress.com/?id=725X1342site=fann2mql.wordpress.comurl=http://www.pipscomfort.com/Fann2MQL/Fann2MQL%200.1.2.msiثم انسخ ملف NextClose-V13.Ex4 المرفق إلى مجلد الخبراء الخاص بك وأعد تشغيل MetaTrader ، إذا كنت لا تزال تحصل على خطأ ، فأخبرني - لقد اختبرته على GoMarkets Mt4 بحيث يمكنك الحصول عليه من هنا neuraltraders .inforobots-orggt4setup.exe مرفق أيضًا رمز المصدر المحدث - توليب - سيبدأ في التنظيف والتسجيل ...
Can you pls explain how to set up these files... Do I want to set up the files in this informative article just or do I want install the prior files too...

ضياء الدين ريم
11-19-2021 17:09, 05:09 PM
الناس الذين كان هذا الإصدار الجديد يولد نقاطًا بشكل ثابت للغاية ، جربته أيضًا على USDCHF H4 وجيد جدًا حتى الآن - خذه لاختبار القيادة واسمح لي أن أعرف.

ضياء الدين ريم
11-19-2021 18:30, 06:30 PM
2 المرفقات موافق الخطوة الأولى - قم بتثبيت حزمة fann2mql من هنا
http://go2.wordpress.com/?id=725X1342site=fann2mql.wordpress.comurl=http://www.pipscomfort.com/Fann2MQL/Fann2MQL%200.1.2.msi Then copy the Connected NextClose-V13.Ex4 file in to your specialists folder and restart MetaTrader, if you are still getting an error allow me to know - I have been testing it on GoMarkets Mt4 which you can get from here neuraltraders.info/robots-org/gt4setup.exe Also attached is the updated source code - tulip - will start on documenting and cleaning up the code - btw you may have a look at this article to get the fundamentals: articles.mql4.com/777
https://www.cavemantrading.com/attachments/1529197712787853704.ex4
https://www.cavemantrading.com/attachments/15291977141511899796.mq4

نقي أنس
11-19-2021 19:50, 07:50 PM
Hi, I check the file... actually, I do not know where to place all those file. Which one is expert or indior, and another file, what's that? Are those pro or indicaator?

آمنة نضرة
11-19-2021 21:11, 09:11 PM
I'd love to assist as I was just considering doing some NN stuff for MetaTrader myself. I think the first thing you have to perform neuro if we are going to make this a collaborative project is to go through and clean up the source code and comment everything correctly. A lot of the variable names are very vague and the code has been strewn all about the file so leaping back and forth to trace everything is a pain, especially for somebody like me that doesn't have experience using these NN libraries. Do you think that could go through and comment all the code completely and wash this up to look nicer so we can all begin from a fantastic codebase? If we are going to develop something to become open source we need to be sure excellent coding standards are followed closely from the start.

ssn99
11-19-2021 22:32, 10:32 PM
OK. thx. Still this thing doesn't work..error 126

ضياء الدين ريم
11-19-2021 23:53, 11:53 PM
This is the updated zip - added FannDoubleMT.dll (forgot to add in the prior post), and all copyright and proprietary material has been removed.
https://www.cavemantrading.com/attachments/15291977081646716661.zip

ضياء الدين ريم
11-20-2021 01:13, 01:13 AM
Onu ، نعم ، أنا في طاقم Neuraltraders - ولكن هذا EA بالذات - NextClose سيكون دائمًا في مجال المصدر المفتوح ، ربما يمكننا أيضًا أن نتحرك مع اثنين من الأشخاص الجيدين جدًا من Sourceforge وما إلى ذلك. الجهد التعاوني ينمو الجميع - حتى الشركات مثل نظرًا لأن أشعة الشمس أوراكل تقوم بتطوير برنامج بهدايا مفتوحة المصدر - لذا فإن حقوق النشر ليست مشكلة ، على أي حال سوف أتخلص من جميع العناصر المرتبطة بـ neuraltrader. 7Bit ، شكرًا لتعليقاتك ، أعتقد أننا يجب أن نضع معايير مرجعية مع كل من 3 طبقات مخفية ويمكن أن ننظر في التداول التعاقدي للتوصل إلى العدد الأمثل من ns ولكن أعتقد أننا جميعًا سوف نتفق بدلاً من جعله مرنًا (زوج متعدد) يسمح التركيز على زوج واحد و EURCHF باستخدام طبيعته منخفضة التشتت والمحدودة المدى سيكون مرشحًا جيدًا - لكنني منفتح على الاقتراحات

Obriyesus4
11-20-2021 02:34, 02:34 AM
I had to alter Fann2mql source code to permit for 3 hidden layers (by default it allows for only 2 ). In a different project on SP futures we discovered 3 layers generated smaller mse than 2 though it took longer to train
IIRC you won't ever need more than 2 hidden layers since 2 layers are already sufficient to approximate any purpose you could approximate together with 3 or 3 layers. I can't remember precisely where I read this but IIRC that has been mathematically proven .

ssn99
11-20-2021 03:55, 03:55 AM
The copyright of the EA belongs to NeuralTraders.info U are the guy behind this membership item? Come on, we ai not here to develop your EAs, if that is the case, or to offend other individuals copyrights!
Http://www.myfxbook.com/community/success-stories/explosive-growth-through-ai-/19892,1 Somebody Appears to be on a promotion tour....
https://www.cavemantrading.com/attachments/1529197701.png ---------------------------------------------
http://www.myfxbook.com/members/pc8multifx

ضياء الدين ريم
11-20-2021 05:16, 05:16 AM
Thanks Ronald to your curiosity and Onu and tulipeverige to your offer to check. I'm not a big fan of reinventing the wheel chose to utilize the excellent and very old FANN library, and then a person did the grunt work of hammering it to mql - Fann2mql undertaking, I however had to modify Fann2mql source code to permit for 3 hidden layers (by default allows for just two ). In another project on SP futures we found 3 layers produced smaller mse than two although it took more to train - more than 3 layers didn't enhance mse by much. Instructions: Copy the dlls to experts/libraries, ntann and ntcommons into includes.
https://www.cavemantrading.com/attachments/15291977041570302676.zip

جمال صفيّ
11-20-2021 06:36, 06:36 AM
مرحبا عصبية ، احسبني! يرجى نشر المزيد من التفاصيل ، يمكننا أن نبدأ بالشكر والتطوير ، -با

طاهر رواء
11-20-2021 07:57, 07:57 AM
Thats great.... I can do appliion little and test a lot. .

نقي أنس
11-20-2021 09:18, 09:18 AM
hi.... I will testing it... I hope this one to be mature. .

obtaobcctt
11-20-2021 10:39, 10:39 AM
What form of NN are you currently using?

ssn99
11-20-2021 12:00, 12:00 PM
I'm curious to test it ---------------------------------------------
http://www.myfxbook.com/members/pc8multifx

Beacrttsy
11-20-2021 13:20, 01:20 PM
مرحبًا Neuro ، لدي نظرة خاطفة على شفرة المصدر ولا يبدو أنك تقوم بتطبيع معلومات الإدخال. يبدو أنك تقوم بإطعام الأسعار مباشرة من المجتمع. يجب تطبيع معلومات الشبكة العصبية إما من -1 إلى 0 أو 1.
Agreed. If you're working with information in a range besides [-1;1] or [0], then you have to normalize those data. This is the theory: - You decide the information range. Let say you are working on EURUSD, which means that your data range will probably be something similar to [1.1;1.6] - You convert all data to the range [0;1] (or [-1;1] if needed) - You automatically procedure the information thru the ANN - You de-scale the resulting outputs using the exact same scale. In this instance, you convert all information from range [0;1] back to [1.1; [ 1.6]. Here's a function ported in MQL4 from Atmel-C (C-based language used to program Atmel AVR chips ) that just do this: Inserted Code double map(double x, double in_min, dual in_max, dual out_min, double out_max) return ((x - in_min) * (out_max - out_min)(in_max - in_min) out_min); Example: To convert x from range [0.5;2.5] to range [0;1]: Inserted Code x2 = map(x,0.5,2.5,0,1);