PineScript New Contect Nifty Options Error
I got a straddle code from website https://www.marketcalls.in/tradingview/simple-option-straddle-dashboard-tradingview-pinescript-v5.html
PineScript New Contect Nifty Options Error
I got a straddle code from website https://www.marketcalls.in/tradingview/simple-option-straddle-dashboard-tradingview-pinescript-v5.html
PineScript New Contect Nifty Options Error
I got a straddle code from website https://www.marketcalls.in/tradingview/simple-option-straddle-dashboard-tradingview-pinescript-v5.html
I’m using a pinescript code for a dynamic trailing stop loss. The TSL seems to exit shortly after entering. Why?
This trailing stop loss code is suppose to be dynamic. I should use something similar to a supertrend to tighten the stop loss as it continues.
Pine script code to find & plot Previous Day Average high level from 2 different scripts (Previous Day High Script A + Previous Day High Script B)/2
I have tried to code the above requirement in pine script as an indicator, for india time where the market starts at 9:15 a.m and closes at 3:30 p.m. the indicator to work on all time frames.
Pinescript initialization of a variable which requires previous bars
I have the following pinescript code and I am trying to understand it correctly.
How to control input.price reminders in tradingview
We all know that in pine script v5 we can interact with chart, for example we can enter price in input by clicking on chart with confirm=true, but how to control (change) text on reminder that appears on screen or change background color?
Is there anyone who can edit this for the tradingview indicator
my problem is that i can’t get rid of the fractals within the mother candle’s ranges, there are always some still appearing. because I would like that as long as the mother candle is not crossed, its range will be no fractals.
Get the closing price of the higher timeframe
I’m creating an indicator for 1D and lower timeframes, but need to get the closing price of the higher timeframes (weekly candles or monthly candles).
pine script issue historical result does not meet real time
I created a script that has an 80% success rate in deep backtesting on a 5-minute timeframe. This can be seen in the list of trades. However, after adding an alert, I’ve noticed that over the past 2 days, the alerts don’t match the list of trades. The alerts and list of trades are not the same. How can I make them match? Do you have any ideas or whats the issue