2020年10月24日
    
 
        
        
摘要:        
依靠资金管理和规则的优势概率战胜走势的不确定性。    
阅读全文
 
        
            posted @ 2020-10-24 13:01
alantop
阅读(114)
推荐(0)
        
            
        
        
摘要:        
第二个画线函数PlotAuto可以指定画线的类型,风格,线宽。    
阅读全文
 
        
            posted @ 2020-10-24 11:00
alantop
阅读(838)
推荐(0)
        
 
		
    
        
            
        
         
        2020年10月22日
    
 
        
        
摘要:        
收盘价大于最近5天最高价 ,买入,最高价减去收盘价大于2倍ATR(相当于移动止盈),平仓 收盘价小于5日最低价,卖出,收盘价减去最低价大于2倍ATR平仓 bkhigh,是指开多仓后的最高价。sklow,是指开空仓后的最低价。 交易指令指bk(买开)、sk(卖开)、bp(买平)、sp(卖平)、bpk(    
阅读全文
 
        
            posted @ 2020-10-22 22:38
alantop
阅读(841)
推荐(0)
        
 
		
    
        
            
        
         
        2020年10月19日
    
 
        
        
摘要:        
配比 //变量自动设置 if (BarInterval == 1) { Fast = 5; Slow = 30; if (Exact (Symbol + Text(bartype)+ Text(BarInterval),"c9000.DCE01") ) slot = 1; if (Exact (Sy    
阅读全文
 
        
            posted @ 2020-10-19 14:17
alantop
阅读(164)
推荐(0)
        
            
        
        
摘要:        
一单元需要资金 280万 不复合年盈利56万,年化20%.    
阅读全文
 
        
            posted @ 2020-10-19 12:48
alantop
阅读(103)
推荐(0)
        
            
        
        
摘要:        
SetTBProfileString(Symbol + Text(bartype)+ Text(BarInterval),"tag","0");    
阅读全文
 
        
            posted @ 2020-10-19 11:39
alantop
阅读(362)
推荐(0)
        
 
		
    
        
            
        
         
        2020年10月18日
    
 
        
        
摘要:        
策略使用资金: 开仓资金 13.6, 储备资金 16.5,每年盈利10.1万。开仓资金计算年化74%,储备资金计算年化33%. 胜率39.8,平均利润601 20年中,仅有2011年未盈利,亏损8万。 资金盈利曲线如上图    
阅读全文
 
        
            posted @ 2020-10-18 11:11
alantop
阅读(136)
推荐(0)
        
            
        
        
摘要:        
玻璃(FG)日线,8年4年亏损,4年盈利 玻璃30分钟 8年5年亏损,3年盈利 鸡蛋(JD)日线 4年亏损 4年盈利(农产品季节周期比较强,较难出现强趋势行情) 品种选择中,最后去掉这三个单元。    
阅读全文
 
        
            posted @ 2020-10-18 10:09
alantop
阅读(92)
推荐(0)
        
 
		
    
        
            
        
         
        2020年10月17日
    
 
        
        
        
            posted @ 2020-10-17 17:30
alantop
阅读(125)
推荐(0)
        
            
        
        
摘要:        
A1 = ATR X 每点现金价值 A2 A3 求 A1,A2,A3最小公倍数GBS。 A1的下单数量=GBS/A1. A2的下单数量=GBS/A2. A3的下单数量=GBS/A3.    
阅读全文
 
        
            posted @ 2020-10-17 13:38
alantop
阅读(137)
推荐(0)