一目均衡表については以前に説明しましたが、今回は一目均衡表のEAを紹介します。
一目均衡表のEA
KSRobot_1_5_jpy_m15-1.mq4
Run the EA from 5am to 5 pm GMT. So you have to change the settings in the code to correspond with your broker's server time.
int daystart = X; /* 5AM GMT */
int dayend = Y;/* 5PM GMT */
(Remember to 'save' and 'compile' after you make any changes in the code)
コメントする