CMO v1

0
(0)
姓名:
CMO v1 [ | cn ]
作者: 作家 (2008.03.01 09:10)
已下載: 1654
下載:
CMO v1 1
CMO_v1.mq4 (3.2 KB) 看法
作者: igorad

CMO_v1 indicator.

CMO v1 2
1 評論 發表新評論, 請 登錄 或者 登記

I fixed tis indicator so that it works right away. Before it was gettig a divide by zero error and not showing the indicator when you load it.

near the end of the program is the line:

CMO[轉移]=(SumBulls-SumBears)/(SumBulls+SumBears)*100;

replace this with:

如果(SumBulls+SumBears != 0)
{
CMO[轉移]=(SumBulls-SumBears)/(SumBulls+SumBears)*100;
}
else
{
CMO[轉移]= 0;
}

這篇文章有多有用?

點擊一顆星即可對其進行評分!

平均評分 0 / 5. 計票數: 0

目前還沒有投票! 成為第一個評價這篇文章的人.

很抱歉這篇文章對您沒有用!

讓我們改進這篇文章!

告訴我們如何改進這篇文章?



作者: 外匯維基團隊
我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.