About 50 results
Open links in new tab
  1. 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 …

  2. Overlay "true" and "false" at the same time in PineScript

    Nov 5, 2024 · Recently I wrote a simple indicator with PineScript and published it on Tradingview so that my friends could use it. The code was like this: // This Pine Script™ code is subject to the terms of the

  3. pine script - Alert in pinescript - Stack Overflow

    Mar 8, 2023 · Alert in pinescript Asked 2 years, 10 months ago Modified 2 years, 5 months ago Viewed 4k times

  4. Difference between := and = operator in pine script

    Jan 17, 2021 · I'm super new to TradingView Pine Script and I didn't find a proper reference for understanding the difference between the := and = operators. Does anyone have a reference or …

  5. PineScript - Is possible to put a comment with a variable inside?

    Nov 16, 2021 · PineScript - Is possible to put a comment with a variable inside? Asked 4 years, 2 months ago Modified 3 years, 10 months ago Viewed 1k times

  6. Limit output in pine script, solutions? - Stack Overflow

    Mar 2, 2023 · I created an indicator in pinescript, the indicator is quite complex. Unfortunately I've reached the limit of 64 outputs, but I really need to add the ability for the user to change color to a plot...

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

  8. Newest 'pine-script' Questions - Stack Overflow

    I am new to pinescript and wrote this simple script to show me daily, weekly and monthly candle open lines by piecing together information I could find. This works well but I would like to add input ...

  9. How to convert strategy to study pinescript V5 - Stack Overflow

    Mar 26, 2022 · I need to figure out how to turn my strategy into a study for V5 Pinescript. I cannot seem to find any info about it online. Im pretty sure for v3 you have to change strategy.entry to study.entry but

  10. Try to code risk-reward ratio of 1:3 with PineScript

    Dec 19, 2024 · unable to get the reward part working Hi, I'm trying to calculate the profit price target based on the distance between entry price and recentlow, then times 3 to get 1 to 3 risk-reward …