tradingview
Drscq
STRIVE FOR MY DREAM
展开
-
Use Pine Scripts to Implement The Turtle Trading Rules
【代码】Use Pine Scripts to Implement The Turtle Trading Rules。原创 2023-03-15 10:28:45 · 123 阅读 · 0 评论 -
The First Complete Script
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sun_sunny //@version=4 strategy(title="Turtle Strategy Short", overlay=true, initial_capital=100000, default_qty_type=strategy.percent_of_e.原创 2021-08-14 20:19:44 · 159 阅读 · 0 评论 -
The Introduction of Pine Script
TradingView has designed its own scripting language called Pine Script. TradingView 已经设计了自己的脚本语言叫做Pine Script. It allows users to create custom indicators and run them on our servers. 这种脚本语言能够允许用户创建自己熟悉的指标器并且将其运行在他们的服务器上。 Pine was designed as a lightwe原创 2021-06-30 08:08:33 · 341 阅读 · 0 评论 -
2021-04-12
The code of a trategy for tradingview // This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © sun_sunny //@version=4 strategy("SMA", overlay=true, default_qty_type = strategy.percent_of_equity,d原创 2021-04-12 11:35:30 · 150 阅读 · 0 评论