unknown-marketwizards / pine_script_docs_zh

Pine v5 中文版用户手册

Home Page:https://unknown-marketwizards.github.io/pine_script_docs_zh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Pine v5 中文版用户手册

在线浏览

Pine是一种轻量级语言,专注于开发指标和策略这种特定任务。TradingView的大多数内置指标都是用Pine编写的。我们的最终目标是让广泛的用户对Pine更易接受并且容易理解。

本项目基于docsify翻译自Pine Script 5

文件描述

_sidebar.md 文档目录

如何一起翻译?

(环境可以选择性搭建)

  1. 克隆本库

  2. 在本文档中添加计划翻译的文档名并跟上用户名

  3. 提交pull request(可选)

  4. _sidebar.md中创建对应目录然后新建md文件

  5. 对照Pine Script 5 翻译文档

  6. 更新本文档进展

  7. 提交pull request

如何在本地运行?

环境

  • nodejs或python

步骤(根据环境2选1):

nodejs环境

  1. 克隆本库
  2. 安装docsify
npm i docsify-cli -g
  1. 预览
cd pine_script_docs_zh && docsify serve

在浏览器中输入网址

http://localhost:3000

Python环境

  1. 克隆本库
  2. 启动http服务
  • python3:
cd pine_script_docs_zh && python -m http.server 3000
  • python2
cd pine_script_docs_zh && python -m SimpleHTTPServer 3000
  1. 在浏览器中输入网址

    http://localhost:3000

链接

Pine Script 5 User Manual

docsify中文版文档

docsify英文版文档

进展

文件名 计划 翻译 校对 校对2
1_Welcome/Introduction.md Dylan Dylan
2_Pine-primer/First_steps.md Dylan Dylan
2_Pine-primer/First_indicator.md Dylan Dylan
2_Pine-primer/Next_steps.md Dylan Dylan
3_Language/Execution_model.md) Dylan
3_Language/Time_series.md Dylan
3_Language/Script_structure.md Dylan
3_Language/Identifiers.md Dylan
3_Language/Operators.md Dylan
3_Language/Variable_declarations.md
3_Language/Conditional_structures.md
3_Language/Loops.md
3_Language/Type_system.md
3_Language/Built-ins.md
3_Language/User-defined_functions.md
3_Language/Type_system.md
3_Language/Arrays.md
4_Concepts/Alerts.md

About

Pine v5 中文版用户手册

https://unknown-marketwizards.github.io/pine_script_docs_zh/


Languages

Language:JavaScript 55.0%Language:HTML 45.0%