首页
策略
文库
社区
API文档
登录
立即注册
高频交易
交流分享
原创教程
JavaScript策略设计中的__Thread函数应用
JavaScript策略设计中的__Thread函数应用 在最初的FMZ策略设计中,如果需要使用异步并发的操作只能使用exchange.Go()函数来实现FMZ封装接口的并发,无法并发执行一些自定义的操作(函数)。虽然这种设计让策略程序执行起来效率提高不少,但是对于原生编程语言中有过并发设计经验的
发明者量化-小小梦
2023-07-04 16:35:42
3
1237
Teach you to design template class library to get K-line data of specified length
Teach you to design template class library to get K-line data of specified length When designing trend strategies, it is often necessary to have a suff
发明者量化-小小梦
2023-06-29 17:27:59
0
981
教你设计获取指定长度K线数据的模板类库
教你设计获取指定长度K线数据的模板类库 在设计一些趋势策略时,计算指标往往需要足够数量的K线Bar。依赖于FMZ平台API:exchange.GetRecords()函数给出的数据量,而exchange.GetRecords()就是对交易所K线接口的封装。在早期的加密货币交易所API
发明者量化-小小梦
2023-06-27 13:37:01
0
1516
Get Started with web3 Development Easily Based on Ethereum Using FMZ
Get Started with web3 Development Easily Based on Ethereum Using FMZ EtherEaseWithFMZ Tutorial Get started with web3 development based on
发明者量化-小小梦
2023-06-25 09:17:53
0
1264
Explore the new functions of FMZ strategy editor: How ChatGPT improves your quantitative productivity significantly
Explore the new functions of FMZ strategy editor: How ChatGPT improves your quantitative productivity significantly For quantitative trading and program
发明者量化-小小梦
2023-04-03 13:32:37
0
1146
探索FMZ策略编辑器的新功能:ChatGPT如何大幅提升您的量化生产力
探索FMZ策略编辑器的新功能 对于量化交易、程序化交易初学者学习入门最大的困难是什么?一般来说有这么几条。 基础知识欠缺:包括基础概念、市场规则、交易知识、策略思路等。 编程基础薄弱:包括逻辑表达、程序设计编写、程序调试排错。 逻辑思维薄弱:思考的过程容易造成混乱,越思考越混乱。
发明者量化-小小梦
2023-04-01 13:07:53
5
3328
使用FMZ轻松入门基于以太坊的web3开发
EtherEaseWithFMZ教程 使用FMZ轻松入门基于以太坊的web3开发 以太坊是一个基于区块链技术的智能合约平台,它提供了一种去中心化的方式来编写和部署智能合约。智能合约是一种特殊的计算机程序,它可以在区块链上自动执行,并且可以在不需要信任第三方的情况下实现各种业务逻辑。 发明者
发明者量化-小小梦
2023-03-28 13:32:48
0
4202
Digital Currency High-Frequency Strategy Detailed Introduction
Digital Currency High-Frequency Strategy Detailed Introduction I wrote an article in 2020 introducing high-frequency strategies, https://www.fmz.com/bb
发明者量化-小小梦
2023-03-27 16:46:14
0
1407
Introduction to Detailed High-Frequency Trading Strategies for Cryptocurrencies
I wrote an article in 2020 introducing high-frequency trading strategies (https://www.fmz.com/digest-topic/6228). Although it received some attention, it was n
QCoder
2023-03-19 19:56:11
0
1934
How to Solve the World Pi Day OKX Private Key Puzzle Award (with complete code)
How to Solve the World Pi Day OKX Private Key Puzzle Award (with complete code) I saw some Tycoons in the group saying that OKX was holding a World Pi Day
发明者量化-小小梦
2023-03-16 17:19:08
0
1021
如何破解世界圆周率日OKX的私钥谜题大奖(附带完整代码)
看隔壁大神群里说OKX在搞世界圆周率日解秘活动, 主题如下 做为一个资深老码农,看到消息后, 嘴角微微上扬, 打开我的MacBook Pro, 啥也不说了,搞起 分析 官方说了,有61位密钥在图片中与圆周率重合的部分, 私钥
QCoder
2023-03-14 23:25:45
6
2162
数字货币高频策略详细入门
我在2020年写过一篇文章介绍高频策略,https://www.fmz.com/digest-topic/6228 。虽然得到不少关注,但写的并不深入。时间又过去了2年多,市场也发生了变化。那篇文章发出后,我的高频策略很长时间能很稳定的赚钱,但慢慢的利润逐渐下降,甚至一度也中止过。最近几个月又花了精力进行
小草
2023-03-10 10:09:13
13
12327
Concurrent Strategy Execution with JavaScript Multithreading Support
Let the strategy program be executed concurrently, and add multi-thread support at the bottom of the system to the JavaScript strategy When developing
发明者量化-小小梦
2023-03-07 15:12:04
0
1082
让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持
让策略程序真正并发执行,给JavaScript策略增加系统底层多线程支持 在使用JavaScript语言在FMZ上开发策略时,由于策略架构是轮询的。如果有并发设计的场景是通过exchange.Go函数来进行一些接口的并发调用,从而实现一些并发场景的需求。但是如果希望真正单独创建一个线程执行一系列
发明者量化-小小梦
2023-03-02 14:19:15
3
2259
If you don't know how to write a strategy in such an easy-to-learn and easy-to-use Pine language...
If you don’t know how to write a strategy in such an easy-to-learn and easy-to-use Pine language… The number of open source strategies on TradingView is
发明者量化-小小梦
2023-02-16 14:55:00
0
1105
高频交易的预期收益
高频交易的预期收益 摘要 *在高频交易中定义α比在低频交易中更复杂,因为并非所有策略都是基于价格进行预测,而是需要更多的条件,以及对它们之间的交互的理解。在本文中,我们通过解释高频交易的组成部分和用于实施高频策略的交易策略,开发了高频交易的α归因模型。结果表明,高频交易者需要快速才能产
发明者量化-小小梦
2023-02-14 10:03:06
0
3881
Can we make quantitative trading without code? Let's find out...
Can we make quantitative trading without code? Let’s find out… NO.1 On Wall Street, quantitative trading has become the leading role of market t
发明者量化-小小梦
2023-02-13 09:26:59
0
990
"Get the best deal" analysis of the vulnerability in the exchange
“Get the best deal” analysis of the vulnerability in the exchange NO.1 Preface In recent years, the digital currency industry based on blockchain
发明者量化-小小梦
2023-02-10 15:08:43
0
909
5.6 Build probability thinking to improve your trading pattern
5.6 Build probability thinking to improve your trading pattern Summary Trading is both a science and an art. There are many methods in trading, wh
发明者量化-小小梦
2023-02-10 10:10:11
0
947
Elegant and simple! Accessed Uniswap V3 on FMZ with 200 lines of code
Elegant and simple! Accessed Uniswap V3 on FMZ with 200 lines of code With the popularity of Defi concept in recent years, Uniswap V3 is one of the mos
发明者量化-小小梦
2023-02-09 14:34:40
0
1285
When FMZ encounters ChatGPT, an attempt to use AI to assist in learning quantitative trading
When FMZ encounters ChatGPT, an attempt to use AI to assist in learning quantitative trading ChatGPT ChatGPT has been very popular recently. There
发明者量化-小小梦
2023-02-08 11:54:20
0
991
9 trading rules help a trader earn $46,000 from $1,000 in less than a year
9 trading rules help a trader earn \(46,000 from \)1,000 in less than a year No, I am not a successful trader. I have been lucky many times, and I am sti
发明者量化-小小梦
2023-02-07 14:25:57
0
975
From Quantitative Trading to Asset Management - CTA Strategy Development for Absolute Return
From Quantitative Trading to Asset Management - CTA Strategy Development for Absolute Return Preface Why should I take this course? What do y
发明者量化-小小梦
2023-02-07 09:58:41
0
1413
Create a Bitcoin trading robot that won't lose money
Create a Bitcoin trading robot that won’t lose money Let’s use reinforcement learning in AI to build a digital currency trading robot. In this art
发明者量化-小小梦
2023-02-01 11:52:21
0
1031
The Secret to Survival: 19 Professionals Share Their Advice on Digital Currency Trading
The Secret to Survival: 19 Professionals Share Their Advice on Digital Currency Trading I have never worried about the digital currency market as much
发明者量化-小小梦
2023-01-31 14:41:25
0
875
Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function
Use JavaScript to implement the concurrent execution of quantitative strategy - encapsulate the Go function When implementing the quantitative strate
发明者量化-小小梦
2023-01-31 09:57:00
0
887
The Application of "Shannon's Demon" in Digital Currency
The Application of “Shannon’s Demon” in Digital Currency Is there a free lunch in the digital currency market? In-depth research on a quantitative
发明者量化-小小梦
2023-01-30 16:55:43
0
1623
优雅简洁!在FMZ上用200行代码接入了Uniswap V3
优雅简洁!在FMZ上用200行代码接入了Uniswap V3 近些年随着Defi概念的流行,在去中心化金融(DeFi)领域,Uniswap V3是最受关注的话题之一。作为领先的去中心化交换协议,Uniswap V3提供了更高效,更安全,更优秀的用户体验。现在,只需要200行代码,交易员和开发人员就可以在FM
发明者量化-小小梦
2023-01-30 15:38:02
5
2985
Principle and compilation of stop-loss model
Principle and compilation of stop-loss model Why stop-loss? Alligator Principle Suppose a croc
发明者量化-小小梦
2023-01-30 14:50:20
0
1035
Tycoon reveals algorithm trading: FMZ Quant platform market maker strategy
Digital currency algorithm transaction guide In this article, we will discuss the design and implementation
发明者量化-小小梦
2023-01-29 11:41:22
0
998
首页
«
4
5
6
7
8
9
10
11
12
13
»
末页