[問題] multichart語法

作者: ssdog (ssdog)   2015-06-13 22:41:55
請教一下~有人知道超過基本成本單後 每漲跌50點的加碼語法如何寫?
收盤低到成本就全平 我每次寫都變成一直加碼 然後一直平倉
if condition1 then buy("base") 1 share next bar at market;
if entryprice +50 > entryprice then buy ("add1")1 share next bar at market;
if avgentryprice < c then sell all shares next bar at market;
是不是要設一個變數去控制?該怎麼設啊?可以指導一下嗎?
作者: aliensbo (好人七十七)   2015-06-13 23:56:00
entryprice+50當然大於entryprice 所以就一直買羅~
作者: shyart (ShyArt)   2015-06-15 12:00:00
用 close > entryprice +50 或-50 試試看

Links booklink

Contact Us: admin [ a t ] ucptt.com