测试时如何把每日盈亏输出到每日最后一K
nn:=asset-ref(asset,todaybar);
drawtext(time=closetime(0),close,numtostr(nn,2));
谢谢
可否在最高盈利的位置输出最高盈利
最高回撤的位置输出最高回撤