Show HN: PineCone – A bundler for splitting PineScript into multiple files
Points: 2 | Comments: 0 | Author: claudianadalin
Points: 2 | Comments: 0 | Author: claudianadalin
Sorry if this is a noob question but I'd really like to learn pinescript. Could you guys help me out with a good resource or place to begin learning. As well as any tips or advice. I would Greatly app...
A collection of custom Pinescript files for TradingView. Includes indicators, multi-alert scripts, and over 50 custom trading strategies to enhance your trading analysis. (⭐ 130)
Have been working on becoming a full time developer over the last year. I have a discord printing prebreakout signals via polygon fetch, and then I got into TradingView. Pinescript is much faster and ...
Tradingview pinescript scripts. (⭐ 256)
I made a pinescript strategy that trades profitably over long periods of time, played around with it and made it pretty well with no errors and a seemly pretty good winrate, 70% and 10k made over a it...
Jul 29, 2021 · How to pinescript plot values from an array Ask Question Asked 4 years, 7 months ago Modified 2 years, 10 months ago
I've written a solid PineScript strategy on TradingView that has been running from December 18th until now. I've been using WunderTrading to connect TradingView alerts to Binance for fully automated ...
Sep 23, 2020 · How pivothigh () and pivotlow () function work on Tradingview Pinescript? Asked 5 years, 5 months ago Modified 1 year ago Viewed 38k times
Jan 12, 2023 · Pinescript Arrays- multidimensional arrays Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 4k times
Oct 15, 2022 · I would like to get the latest closing price in pinescript. I thought this is a simple thing to do, yet I face difficulty. I tried close but this returns the closing price of the bar selected by the
Feb 28, 2026 · 0 votes 1 answer 438 views Pinescript input line style I am new to pinescript and wrote this simple script to show me daily, weekly and monthly candle open lines by piecing together …
Mar 24, 2024 · I'm trying to understand what the ta.pivothigh method is doing in pinescript V5. I was expecting that it was looking nearby for the highest price, but when I use a simple script like this: float …
Sep 23, 2020 · How pivothigh () and pivotlow () function work on Tradingview Pinescript? Asked 5 years, 5 months ago Modified 1 year ago Viewed 38k times
Jul 29, 2021 · How to pinescript plot values from an array Ask Question Asked 4 years, 7 months ago Modified 2 years, 10 months ago
Jan 12, 2023 · Pinescript Arrays- multidimensional arrays Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 4k times
Oct 15, 2022 · I would like to get the latest closing price in pinescript. I thought this is a simple thing to do, yet I face difficulty. I tried close but this returns the closing price of the bar selected by the
6 days ago · 0 votes 1 answer 438 views Pinescript input line style I am new to pinescript and wrote this simple script to show me daily, weekly and monthly candle open lines by piecing together information …
Mar 24, 2024 · I'm trying to understand what the ta.pivothigh method is doing in pinescript V5. I was expecting that it was looking nearby for the highest price, but when I use a simple script like this: float …
...
Sep 23, 2020 · How pivothigh () and pivotlow () function work on Tradingview Pinescript? Asked 5 years, 5 months ago Modified 1 year ago Viewed 38k times
Jul 29, 2021 · How to pinescript plot values from an array Ask Question Asked 4 years, 7 months ago Modified 2 years, 10 months ago
No description (⭐ 354)
Jan 12, 2023 · Pinescript Arrays- multidimensional arrays Asked 3 years, 1 month ago Modified 3 years, 1 month ago Viewed 4k times
Simply put: \- Use Claude \- Use MCP(Model Context Protocol) - specifically the context7 mcp - that feeds Claude the relevant pinescript docs \- Give AI examples - AI loves examples in coding -...
Oct 15, 2022 · I would like to get the latest closing price in pinescript. I thought this is a simple thing to do, yet I face difficulty. I tried close but this returns the closing price of the bar selected by the
A collection of various technical indicators implemented in Pine Script for the TradingView platform (⭐ 782)
Tradingview and pinescript are two incredibly powerful and accessible tools to break into algorithmic trading. This is a guide on how to get started building your own algorithmic trading system. (To ...
6 days ago · 0 votes 1 answer 438 views Pinescript input line style I am new to pinescript and wrote this simple script to show me daily, weekly and monthly candle open lines by piecing together information …
Hey all, I’ve spent years refining a PineScript strategy framework for live execution and risk management, and I’d love to share it with the community for free. I’ve recently transitioned to Mu...
Mar 24, 2024 · I'm trying to understand what the ta.pivothigh method is doing in pinescript V5. I was expecting that it was looking nearby for the highest price, but when I use a simple script like this: float …
A Comprehensive Collection of Everything Related to Tradingview Pine Script. (⭐ 1674)
A collection of TradingView Pine Script codes. (⭐ 344)
Tags: pine-script | Score: 0
Jan 9, 2022 · I'm currently trying to make a script that will essentially count the amount of bullish signals in your chart, then plot the number of bullish signs above each candlestick that has them. I already ...
Jan 3, 2023 · I'd like to get the stop loss and take profit to trigger and print on the chart. The stop loss and take profit should both be set to 1% from the entry for both long and short positions. Method 1:
Mar 23, 2023 · It just seems that I can't figure out the correct script for my strategy, which is the following: Buy signal when the ADX is above 46 and at the same time the RSI is oversold at or below …
Built this indicator in pinescript. brief description of each component: Bar Color: Trend identification (Simple MA) Lines: Market regime. Far apart is trending and close together is consolidating...
Sep 8, 2020 · In the TradingView PineScript programming language, the Plotshape command format is: plotshape (series, title, style, location, .... Where "Series is treated as a series of boolean values for …
Jan 3, 2023 · I'd like to get the stop loss and take profit to trigger and print on the chart. The stop loss and take profit should both be set to 1% from the entry for both long and short positions. Method 1: