|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
|
|
LinkBack (94) | Thread Tools |
|
|
||||
|
||||
|
Quote:
I would like to Thank you for your Great work and info that your giving to the this forum and thread. Please can you Post the SVM indicator codes .The main reason for this forum is to share information and code. It helps both you and all who are involved in making the indicator Better. It really serves very little purpose if the indicator Code is not available no matter how many snapshots or screenshots are posted. It is for the benefit of us improving it and making it better. Please post the SVM indicator code. Thank you very much |
|
|
||||
|
||||
|
Hi Barnix,
Thank you very much for posting the Code. Quick question can you put together a small instruction on how to use the codes to generate the indicators. i have tried a couple but i am running into issues. I am not using RAMDISK. I looked at the run.bat & b4_dd_3.bat but i am having problems running it from C:\ . Any guidance is great in using the SVM code and the Better indicators code. Which code is for the Better Indicators that you have the screenshoot posted ? Thank you very much Last edited by progressapama : 05-16-2008 at 04:47 AM. Reason: left out some stuff |
|
|
||||
|
||||
|
Quote:
Hi Barnix, Thank you very much for posting the Code. Quick question can you put together a small instruction on how to use the codes to generate the indicators. i have tried a couple but i am running into issues. I am not using RAMDISK. I looked at the run.bat & b4_dd_3.bat but i am having problems running it from C:\ . Any guidance is great in using the SVM code and the Better indicators code. Which code is for the Better Indicators that you have the screenshoot posted ? i tried modifying the b4_dd_3.bat so that i could run it under C:\svmlib3 folder since i don't have R:\ drive but i am having some problems. Some required files are not being created. or i am doing it wrong way. any help is appreciate. rem c=32.0 g=2.0 call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 0 338 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD rem c=8.0 g=2.0 call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 1 385 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD rem c=512.0 g=0.125 call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 2 445 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD rem c=32.0 g=2.0 call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 3 500 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD rem c=128 g=2.0 call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 4 550 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD rem c=128 g=2.0 call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 5 600 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD rem uppload rem call copy.bat rem call lftp1.bat rem call lftp2.bat Here is Sample of what i am getting when i try to run the b4_dd_3.bat file Accuracy = -1.#IND% (0/0) (classification) C:\svmlib3>rem c=512.0 g=0.125 C:\svmlib3>call C:\svmlib3\run.bat 128.0 2.0 CL.libsvm C:\B4\DD 2 445 C:\svmlib3 "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\S\B4\DD C:\svmlib3>SET C=128.0 C:\svmlib3>SET gamma=2.0 C:\svmlib3>SET symbol=CL.libsvm C:\svmlib3>SET dir=C:\B4\DD C:\svmlib3>SET sig=2 C:\svmlib3>SET bars=445 C:\svmlib3>SET direxe=C:\svmlib3 C:\svmlib3>SET dirprd="C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd" C:\svmlib3>SET dirout=C:\S\B4\DD C:\svmlib3>IF NOT EXIST C:\B4\DD\train2 md C:\B4\DD\train2 C:\svmlib3>IF NOT EXIST C:\B4\DD\test2 md C:\B4\DD\test2 C:\svmlib3>IF NOT EXIST C:\B4\DD\s2 md C:\B4\DD\s2 C:\svmlib3>IF NOT EXIST C:\S\B4\DD\scale2 md C:\S\B4\DD\scale2 C:\svmlib3>IF NOT EXIST C:\S\B4\DD\model2 md C:\S\B4\DD\model2 C:\svmlib3>IF NOT EXIST "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd"\pred2 md "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd"\pred 2 C:\svmlib3>rem C:\svmlib3\scale.exe -b 1499 -s C:\S\B4\DD\scale2\CL.libsvm.rg C:\B4\DD\train2\CL.libsvm >C:\S\B4\DD\scale2\CL.libsvm.libsvm C:\svmlib3>C:\svmlib3\svmscale.exe -s C:\S\B4\DD\scale2\CL.libsvm.rg C:\B4\DD\train2\CL.libsvm 1>C:\S\B4\DD\scale2\CL.libsvm.libsvm can't open file C:\B4\DD\train2\CL.libsvm C:\svmlib3>xcopy C:\B4\DD\test2\CL.libsvm.t "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd"\pred2 /y File not found - CL.libsvm.t 0 File(s) copied C:\svmlib3>xcopy C:\B4\DD\test2\CL.libsvm.cl "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd"\pred2 /y File not found - CL.libsvm.cl 0 File(s) copied C:\svmlib3>xcopy C:\B4\DD\test2\CL.libsvm.fw "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd"\pred2 /y File not found - CL.libsvm.fw 0 File(s) copied C:\svmlib3>rem C:\svmlib3\scale.exe -b 445 -r C:\S\B4\DD\scale2\CL.libsvm.rg C:\B4\DD\test2\CL.libsvm > C:\B4\DD\test2\CL.libsvm.libsvm C:\svmlib3>C:\svmlib3\svmscale.exe -r C:\S\B4\DD\scale2\CL.libsvm.rg C:\B4\DD\test2\CL.libsvm 1>C:\B4\DD\test2\CL.libsvm.libsvm can't open file C:\B4\DD\test2\CL.libsvm C:\svmlib3>C:\svmlib3\svmtrain.exe -c 128.0 -g 2.0 C:\S\B4\DD\scale2\CL.libsvm.libsvm C:\S\B4\DD\model2\CL.libsvm.mod Total nSV = 0 C:\svmlib3>C:\svmlib3\svmpred.exe C:\B4\DD\test2\CL.libsvm.libsvm C:\S\B4\DD\model2\CL.libsvm.mod "C:\Program Files\FXDD - MetaTrader 4\experts\files\b4\dd "\pred2\CL.libsvm.prd Any help is appreciated. Thank you very much |
| Thread Tools | |
|
|
|
|
LinkBacks (?)
LinkBack to this Thread: http://www.forex-tsd.com/expert-advisors-metatrader-4/11096-better-nn-ea-development.html
|
|||
| Posted By | For | Type | Date |
| Profile Better - Automated Trading Championship 2007 | This thread | Refback | 07-14-2008 11:59 AM |
| פורום - STRATEGY BANK | This thread | Refback | 07-14-2008 10:19 AM |
| Профиль Better - Automated Trading Championship 2007 | This thread | Refback | 07-13-2008 08:48 AM |
| Bogie-NN-v8 (William Boatright - Wackena) | Facebook | This thread | Refback | 07-12-2008 07:05 AM |
| :: Ķ - Better's EA - Զ״ھ | This thread | Refback | 07-07-2008 02:32 AM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 07-01-2008 06:04 PM |
| פורום - STRATEGY BANK | Post #41 | Refback | 06-28-2008 09:59 PM |
| :: Ķ - Better's EA - Զ״ھ | This thread | Refback | 06-26-2008 12:41 PM |
| פורום - STRATEGY BANK | This thread | Refback | 06-19-2008 12:03 PM |
| פורום - STRATEGY BANK | Post #41 | Refback | 06-19-2008 10:43 AM |
| Forex Otomatik Islem Mekanizmalar - hisse.net : Ekonomi ve Borsa Forumu | Post #18 | Refback | 06-18-2008 03:06 PM |
| Комментарии - Automated Trading Championship 2007 | This thread | Refback | 06-16-2008 06:54 PM |
| Fraktale , Sieci neuronowe ,Algorytmy genetyczne... | This thread | Refback | 06-06-2008 12:41 PM |
| :: Ķ - Better's EA - Զ״ھ | This thread | Refback | 06-06-2008 12:44 AM |
| DELPHI与热动 - 频道预览 - 抓虾 | This thread | Refback | 06-05-2008 08:24 PM |
| Профиль Better - 2007自动交易锦标赛 | This thread | Refback | 05-23-2008 10:58 PM |
| Profile better - Automated Trading Championship 2007 | This thread | Refback | 05-18-2008 12:21 PM |
| Профиль Better - Automated Trading Championship 2007 | This thread | Refback | 05-12-2008 05:14 PM |
| Better's EA - Զ״ھ - | This thread | Refback | 05-06-2008 03:56 AM |
| svm dll(Example for testing the svm dll) й˹ܴҵзֲ - ˹||Ŵ㷨|ģʽʶ|Ӿ|ҵ|Ŀ | This thread | Refback | 05-01-2008 06:31 AM |
| Profile Better - Automated Trading Championship 2007 | This thread | Refback | 04-14-2008 04:18 PM |
| EAForex :: View topic - Combo NN | This thread | Refback | 04-14-2008 07:14 AM |
| Comments - Automated Trading Championship 2007 | This thread | Refback | 03-30-2008 07:25 AM |
| Sieci neuronowe na giedzie Forex - system, dyskusja | This thread | Refback | 03-23-2008 01:59 PM |
| svm dll(Example for testing the svm dll) й˹ܴҵзֲ - ˹||Ŵ㷨|ģʽʶ|Ӿ|ҵ|Ŀ | This thread | Refback | 03-14-2008 09:24 AM |
| פורום - STRATEGY BANK | This thread | Refback | 03-08-2008 06:05 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 03-02-2008 04:09 AM |
| Профиль Better - 2007自动交易锦标赛 | This thread | Refback | 02-19-2008 02:36 AM |
| Комментарии - Automated Trading Championship 2007 | This thread | Refback | 02-11-2008 09:25 AM |
| 国外有人在 究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 02-10-2008 09:06 AM |
| פורום - STRATEGY BANK | This thread | Refback | 01-29-2008 05:12 PM |
| Automated Trading Profit: The Automated Trading Championship 2007 Is Over! | This thread | Refback | 01-29-2008 04:19 PM |
| Comments - Automated Trading Championship 2007 | This thread | Refback | 01-27-2008 04:22 PM |
| פורום - STRATEGY BANK | This thread | Refback | 01-26-2008 08:04 PM |
| Profile Better - Automated Trading Championship 2007 | This thread | Refback | 01-25-2008 01:36 PM |
| Profile Better - Automated Trading Championship 2007 | This thread | Refback | 01-25-2008 01:36 PM |
| Профиль Better - Automated Trading Championship 2007 | This thread | Refback | 01-24-2008 12:12 PM |
| Profile Better - Automated Trading Championship 2007 | This thread | Refback | 01-16-2008 01:33 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-16-2008 05:51 AM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-15-2008 08:10 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-12-2008 04:02 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-11-2008 10:59 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-11-2008 04:56 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-11-2008 12:05 PM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-11-2008 07:06 AM |
| 国外有人在研究PNN(神经EA)有点看不懂 - 「外汇交易」 - 『火线投资论坛』 外汇,外汇入门,外汇论坛,外汇社区,外汇保证金,外汇交易,投资,投资论坛,A股,股票 | This thread | Refback | 01-11-2008 04:50 AM |
| 国外有人在研究PNN(神经EA)有点看 | |||