文件名称:cryptocoin-market-making
文件大小:375KB
文件格式:ZIP
更新时间:2024-06-09 11:38:00
HTML
硬币做市 GUI应用 为了控制算法并查看订单簿,我们将需要使用GUI应用程序。 我们假设GUI将在Linux上运行。 对于快速而肮脏的开发,Python很好。 对于更健壮和关键任务的GUI,我们可以切换到C,C ++或Java。 Python GUI Python有多个GUI框架。 TKinter是其中之一。 TKinter的示例GUI: from Tkinter import Tk, BOTH from ttk import Frame, Button, Style class Example(Frame): def __init__(self, parent): Frame.__init__(self, parent) self.parent = parent self.initUI() def initUI(sel
【文件预览】:
cryptocoin-market-making-master
----simple-market-maker-simulation.Rmd(4KB)
----simple-market-maker-simulation.html(746KB)
----simple-market-maker-simulation_files()
--------figure-html()
----brainstorm.R(871B)
----README.md(2KB)
----simple-model.R(808B)
----simple-market-maker-simulation_cache()
--------html()