タグ

関連タグで絞り込む (2)

タグの絞り込みを解除

mq4に関するtmsanrinshaのブックマーク (1)

  • neka-nat×株ロボ : MT4でlibsvm

    MT4でlibsvm 2012年06月21日23:10 カテゴリmt4c++ 前回に引き続きMT4でCのライブラリを動かすというのをやっていきます。 今回はSVM(Support Vector Machine)のライブラリlibsvmをMT4で使えるようにしたいと思います。 まずは次のソースで前回同様libsvmのラッパーライブラリを作成します。 #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include < windows.h > #include < stdlib.h > #include < stdio.h > #include < vector > #include "libsvm/svm.h" using namespace std; //--- #define MT

    neka-nat×株ロボ : MT4でlibsvm
  • 1