资金管理
money = Max(1,Floor(Portfolio_CurrentEquity*0.8/(close*contractunit*MarginRatio()*bigpointvalue),1)); 请问老师这个用A函数怎么写
money = Max(1,Floor(Portfolio_CurrentEquity*0.8/(close*contractunit*MarginRatio()*bigpointvalue),1)); 请问老师这个用A函数怎么写
这个主要是把图表资金数量换成账户资金数量 A_GetAccount 获取account结构体然后获取资金
回复:老师,能帮忙写一个模板吗?
回复:不代写,请自行学习
老师,请帮忙看一下