Programmatic transaction flow chart (an idea to the program)

Author: The Arctic, Created: 2017-02-24 18:35:09, Updated: 2017-02-24 18:45:19

function onTick() {
	
	获取行情
	获取自己账户信息

	`根据自己的交易思想
	程序化逻辑判断
	买卖方向及数量
	(量化交易的核心)`

	更新显示
	策略图表,输出日志。
	(行情,收益,账户信息)

}

主程序
function main() {
    while(true) {
	进入死循环状态
        onTick();
        Sleep(60000);
    }
} 

img

It seems easy to see how many heroes have fallen in the middle of this.


More

teacherMaIt's hard to find a bunch of them, brother.

woshineoliThe prototype is in the works.

A leaf of knowledge biubiubiu~~

McGeeThank you for sharing.

The sunriseI can't stop crying when I see 'How many heroes are saddened in the middle of this seemingly simple thing.

yuyankeThank you for sharing!