|
本帖最後由 kivallee 於 13-1-12 18:13 編輯
value99=marketposition;
if value99<>value99[1] then
value98=txt_new(d,t,iff(value99>value99[1],h+20,l-5),"A")
txt_setstring(value98, iff(value99>value99[1], numtostr(iff(value99=0, exitprice(0), entryprice(0)),
0)+"|n","|n"+numtostr(iff(value99=0, exitprice(0), entryprice(0)),0)));
txt_setstyle(value98, 2, iff(value99>value99[1],1,0));
txt_setcolor(value98,Darkcyan);
end if
各位大大好,上面這是阿政大的新書中的範例,可是一直搞不懂上面紅字的部份是做什麼用的,請請各位大大指點一下。
另外不知道哪位大大知道哪邊可以找到所有HTS函數、指標等說明,因為一直都找不到,還請各位大大指點!感激!
|
|