
Pinescript Arrays- multidimensional arrays - Stack Overflow
Jan 12, 2023 · Pinescript Arrays- multidimensional arrays Asked 3 years, 2 months ago Modified 3 years, 2 months ago Viewed 4k times
PineScript order entry, stop loss and take profit - Stack Overflow
May 6, 2022 · I am just getting to grips with PineScript and more specifically writing strategies to place orders/trades however, have a quick question. I want to create a basic template strategy that will …
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:
pine script - pinescript - simple string is expected error: how to call ...
Dec 5, 2021 · pinescript - simple string is expected error: how to call security with a string array element? Asked 4 years, 3 months ago Modified 1 year, 5 months ago Viewed 3k times
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 …
How to rewrite my Pinescript code to Python - Stack Overflow
Jan 18, 2023 · How to rewrite my Pinescript code to Python Ask Question Asked 3 years, 2 months ago Modified 9 months ago
pine script - pinescript to get weekly close price's as series from ...
Aug 12, 2023 · pinescript to get weekly close price's as series from daily timeframe chart Asked 2 years, 7 months ago Modified 2 years, 6 months ago Viewed 2k times
How pivothigh() and pivotlow() function work on Tradingview Pinescript?
Sep 23, 2020 · How pivothigh () and pivotlow () function work on Tradingview Pinescript? Asked 5 years, 6 months ago Modified 1 year, 1 month ago Viewed 38k times
How to move x and y location for label.new in pinescript?
Apr 16, 2023 · How to move x and y location for label.new in pinescript? Asked 2 years, 11 months ago Modified 2 years, 1 month ago Viewed 2k times
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 …