Giter VIP home page Giter VIP logo

pine_script_docs_zh's Introduction

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

pine_script_docs_zh's People

Contributors

dylanshang avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.