lin0813 發表於 13-3-17 14:34

大大限再怎麼畫!!

        我看書上說
        用plot1 就可以畫線!!
        我的策略是Average(close,length1));
        我要怎麼讓Average()算出來直讓她變成線

        我不知道要怎麼用plot1 不知道要怎麼下!!@@"
        請教
書看了也看不懂!!@@

請大大們指點小弟!!@@


曾永政 發表於 13-3-17 16:51

plot1( Average(close,length1), "MA1");

或是

value1= Average(close,length1);
plot1( value1, "MA1");

lin0813 發表於 13-3-17 22:38

謝謝!!@@我試試看!!@@

lin0813 發表於 13-3-17 22:52

大大 我剛剛試過了!! 不可以耶!!@@
{:4_161:}{:4_82:}

lin0813 發表於 13-3-17 22:53

曾永政 發表於 13-3-17 16:51 static/image/common/back.gif
plot1( Average(close,length1), "MA1");

或是


大大 我剛剛試過了!! 不可以耶!!@@
http://www.coco-in.net/static/image/smiley/onion_custom_emoticons/005.gifhttp://www.coco-in.net/static/image/smiley/onion_custom_emoticons/008.gif

3rnie 發表於 13-3-19 23:50

plot1( Average(close,length1))可以嗎?

lin0813 發表於 13-3-20 11:40

{:4_90:}結果是我在訊號那別寫
所以一直不能用@@
{:4_90:}{:4_90:}{:4_90:}

GOGA 發表於 13-3-21 21:57

lin0813 發表於 13-3-20 11:40 static/image/common/back.gif
結果是我在訊號那別寫
所以一直不能用@@

{:4_186:}{:4_186:}
呵呵
大大你搞笑唷~~~{:4_140:}
頁: [1]
查看完整版本: 大大限再怎麼畫!!