プログラムネタです。
MT4 Build6xxでIndexBufferが(どうやら)8個以上使えるらしい。 ということを試しました。
int OnInit()
{
//--- indicator buffers mapping
SetIndexBuffer(0,ma01);
SetIndexBuffer(1,ma02);
SetIndexBuffer(2,ma03);
SetIndexBuffer(3,ma04);
SetIndexBuffer(4,ma05);
SetIndexBuffer(5,ma06);
SetIndexBuffer(6,ma07);
SetIndexBuffer(7,ma08);
SetIndexBuffer(8,ma09);
SetIndexBuffer(9,ma10);
SetIndexBuffer(10,ma11);
SetIndexBuffer(11,ma12);
//SetIndexBuffer(12,ma13);
//SetIndexBuffer(13,ma14);
//SetIndexBuffer(14,ma15);
//SetIndexBuffer(15,ma16);
//---
return(INIT_SUCCEEDED);
}
GMMAという有名なインジケータをMT4 Build625で作りました。
以上 なのですが、1つのプログラムでIndexBufferが8個以上で動くか、という試験でした。
MT5を使っている方からすると それで ? ということかもしれませんが、MT4しかしらなかったので新鮮です。
ソースをプログラムサイトにUpしました。
これ裁量にはよさそうですね
おやすみなさい
0 件のコメント:
コメントを投稿
コメントありがとうございます。
すぐに返信できないことが多いかもしれませんが、よろしくお願いいたします。