全部
常见问题
公告
产品文档
欧易 NFT 推出 OKX AI Robot NFT 合集
Generative AIs just set our world alight. To make the most of it, OKX AI Robot PFP NFT Creative Contest has arrived. This event welcomes people to create NFTs with AI and win limited-edition NFTs. You can start from scratch with our latest feature — [Generate artwork with AI]. Flex your creative muscles today! Upload our given reference image and tweak prompts, styles, and other inputs to create NFTs.发布于 2023年5月10日更新于 2025年11月17日公告OKX信号策略:如何使用TradingView警报创建您的信号策略 - 附录
//@version=5 indicator('MACD Sample Script 1', overlay=true) // Calculate MACD [macdLine, signalLine, _] = ta.macd(close, 12, 26, 9) // Define the golden cross condition goldenCross = ta.crossover(macdLine, signalLine) // Define the death cross condition deathCross = ta.crossunder(macdLine, signalLine) // Use the alertcondition function to generate alerts alertcondition(condition=goldenCross, title="MACD Golden Cross", message="") alertcondition(condition=deathCross, title="MACD Death Cross",发布于 2023年8月21日更新于 2025年4月1日产品文档OKX信号策略:如何使用TradingView警报创建您的信号策略
``` javascript //@version=5 indicator('MACD Sample Script 1', overlay=true) // Calculate MACD [macdLine, signalLine, _] = ta.macd(close, 12, 26, 9) // Define the golden cross condition goldenCross = ta.crossover(macdLine, signalLine) // Define the death cross condition deathCross = ta.crossunder(macdLine, signalLine) // Use the alertcondition function to generate alerts alertcondition(condition=goldenCross, title="MACD Golden Cross", message="") alertcondition(condition=deathCross, title="MACD Death发布于 2023年8月30日更新于 2025年12月3日产品文档零知识证明:zk-STARK 是什么?它如何运作?
本文将介绍 zk-STARK 的原理并解释一般的数学概念,如果您想深入了解,可以参考以下资料: STARK Math: The Journey Begins https://vitalik.eth.limo/general/2017/11/09/starks_part_1.htmlzk-STARK 如何运作? 图1:zk-STARK 储备金证明执行记录表和默克尔树 第一步:设定约束条件 为了证明平台持有的用户资产,我们先提出三项陈述: 陈述 1: 平台每名用户资产价值的总和是正确的,包括每种数字资产的价值和全部用户的净资产价值。 陈述 2: 平台没有通过伪造净资产为负的虚拟用户,来减少平台持有用户资产价值的账面数字 (只有当单一用户的净资产大于 0 时,才允许存在负余额) 。 陈述 3: 平台持有的用户资产总和等于每一名用户的资产之和,因此每个用户都可以验证其净资产是否包含在平台持有的总资产中。发布于 2023年5月10日更新于 2025年9月8日常见问题179
显示第 1-4 篇文章,共 4 篇