標注 [金字塔]
- 咨詢內(nèi)容:
虧損 5000后停止交易。標注'交易停止'。
同時想標注以下內(nèi)容在圖上:
1 停止交易前的高點和低點具體價格。
2 停止交易的時間。
請幫忙謝謝
kui=5000, lots=1
qt1:=valuewhen(mylost<=-kui*lots and ref(mylost>-kui*lots,1),todaybar);
qth1:=hhv(ref(high,1),qt1);
qtl1:=llv(ref(low,1),qt1);
drawtext(mylost<=-kui*lots and ref(mylost>-kui*lots,1),close,'交易停止');
- 金字塔客服:
實際交易時間?還是k線時間?圖表上做不到實際交易時間只能是k線時間
- 用戶回復:
k線時間就可以。獲得時間和價格
- 網(wǎng)友回復:
1 停止交易前的高點和低點具體價格。
2 停止交易的時間。kui=5000, lots=1
qt1:=valuewhen(mylost<=-kui*lots and ref(mylost>-kui*lots,1),todaybar);
qth1:=hhv(ref(high,1),qt1);
qtl1:=llv(ref(low,1),qt1);
drawtext(mylost<=-kui*lots and ref(mylost>-kui*lots,1),close,'交易停止');
nn:=barslast(mylost<=-kui*lots and ref(mylost>-kui*lots,1))+1;gaodian:=ref(hhv(h,todabyar),nn);
gaodian:=ref(llv(l,todaybar),nn);
shijian:=valuewhen(mylost<=-kui*lots and ref(mylost>-kui*lots,1),time); - 網(wǎng)友回復:
你好,
能否按我要求將時間和價格書寫到“停止交易” 旁邊?
另外,我測了一下,發(fā)現(xiàn)畫的并不是當日高低點?
可否再幫忙看看?
有思路,想編寫各種指標公式,程序化交易模型,選股公式,預警公式的朋友
可聯(lián)系技術(shù)人員 QQ: 1145508240 進行 有償 編寫!(不貴!點擊查看價格!)
相關(guān)文章
-
沒有相關(guān)內(nèi)容