免費論壇 繁體 | 簡體
公告:SCLUB雲端專屬主機己開放租用
分享
MT4程式(Program)專業代寫服務(請email:letgofortrading@gmail.com) 警告:文章內容可能有大便,不喜請勿入。請不要像動物一樣,不歡迎也請勿自行進來找碴和找大便。私人網頁,後果請自行負責~
返回列表 發帖

買賣訊號出現時可出示圓點



plot1(RSI(C,9));

if RSI(C,9)>70 then
  value1=arw_new_self(D,T,RSI(C,9),false);

if RSI(C,9)<30 then
  value2=arw_new_self(D,T,RSI(C,9),true);

arw_setcolor(value1, yellow);
arw_setcolor(value2, cyan);


arw_new_self 的定義

Arw_New_Self(BarDate, BarTime, PriceValue, Direction)

Direction - a logical expression specifying the direction of the arrow; True = Down and False = Up
附件: 您需要登錄才可以下載或查看附件。沒有帳號?註冊  
!qqconnect:connect_viewthread_share_title!: !qqconnect:connect_viewthread_share_to_qzone!!qqconnect:connect_viewthread_share_to_qzone! !qqconnect:connect_viewthread_share_to_weibo!!qqconnect:connect_viewthread_share_to_weibo! !qqconnect:connect_viewthread_share_to_pengyou!!qqconnect:connect_viewthread_share_to_pengyou!
LMAX 顛覆外匯交易經驗/擊敗所有外匯經紀商

返回列表