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 文档目录

如何修正错误?

打开在线浏览选中要修改的页面,右上角点击点此进入Github编辑此页面

修改完成后提交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英文版文档

pine_script_docs_zh's People

Contributors

dylanshang avatar

Watchers

 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.