Results for pine+script · 1.073s

Sponsored
www.reddit.com/r/pinescript/comments/1rg5pbb/i_want_to_learn_pinescript

I want to learn pinescript.

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...

Sponsored Partners
github.com/Alorse/pinescript-strategies

Alorse/pinescript-strategies

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)

www.reddit.com/r/pinescript/comments/1qlrt6e/latest_pinescript_indicator

Latest pinescript indicator

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 ...

www.reddit.com/r/FuturesTrading/comments/1rc8gcz/pinescript_trading_bot_that_auto_trades

Pinescript trading bot that auto trades

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...

stackoverflow.com/questions/74076838/how-to-get-the-latest-closing-price-in-pinescript

pine script - How to get the latest closing price in pinescript ...

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

stackoverflow.com/questions/tagged/pine-script?tab=Newest

Newest 'pine-script' Questions - Stack Overflow

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 …

stackoverflow.com/questions/78214347/pinescript-ta-pivothigh-misunderstanding

pinescript: ta.pivothigh misunderstanding - Stack Overflow

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 …

stackoverflow.com/questions/74076838/how-to-get-the-latest-closing-price-in-pinescript

pine script - How to get the latest closing price in pinescript ...

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

stackoverflow.com/questions/tagged/pine-script?tab=Newest

Newest 'pine-script' Questions - Stack Overflow

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 …

stackoverflow.com/questions/78214347/pinescript-ta-pivothigh-misunderstanding

pinescript: ta.pivothigh misunderstanding - Stack Overflow

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 …

www.reddit.com/r/TradingView/comments/1mhbzs1/how_i_use_ai_to_code_pinescript

How I use AI to code Pinescript

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 -...

stackoverflow.com/questions/74076838/how-to-get-the-latest-closing-price-in-pinescript

pine script - How to get the latest closing price in pinescript ...

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

github.com/everget/tradingview-pinescript-indicators

everget/tradingview-pinescript-indicators

A collection of various technical indicators implemented in Pine Script for the TradingView platform (⭐ 782)

www.reddit.com/r/TradingView/comments/1kpei6k/how_to_develop_a_profitable_pinescript_system

How to develop a profitable Pinescript system.

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 ...

stackoverflow.com/questions/tagged/pine-script?tab=Newest

Newest 'pine-script' Questions - Stack Overflow

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 …

www.reddit.com/r/TradingView/comments/1l8gno1/sharing_my_pinescript_strategy_framework_for_free

Sharing My PineScript Strategy Framework for Free – Feedback Welcome!

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...

stackoverflow.com/questions/78214347/pinescript-ta-pivothigh-misunderstanding

pinescript: ta.pivothigh misunderstanding - Stack Overflow

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 …

github.com/ArunKBhaskar/PineScript

ArunKBhaskar/PineScript

A collection of TradingView Pine Script codes. (⭐ 344)

stackoverflow.com/questions/70645962/how-to-get-pinescript-to-count

pine script - How To Get Pinescript To Count? - Stack Overflow

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 ...

stackoverflow.com/questions/74994782/how-do-i-use-both-stop-loss-and-take-profit-in-pinescript-v5-three-methods

How do I use both stop loss and take profit in pinescript v5 ? (Three ...

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:

stackoverflow.com/questions/75828537/i-want-to-make-a-pinescript-v5-strategy-with-adx-and-rsi-but-keep-receiving-the

I want to make a PineScript V5 Strategy with ADX and RSI But keep ...

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 …

www.reddit.com/r/TradingView/comments/1jfij9u/an_indicator_i_have_made

An indicator i have made.

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...

stackoverflow.com/questions/63795995/tradingview-pine-script-plotshape-using-location-absolute-and-a-boolean-condi

TradingView. Pine-Script: Plotshape, using location.absolute and a ...

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 …

stackoverflow.com/questions/74994782/how-do-i-use-both-stop-loss-and-take-profit-in-pinescript-v5-three-methods

How do I use both stop loss and take profit in pinescript v5 ? (Three ...

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:

Sponsored