Skip to main content
1 vote
0 answers
22 views

Converted strategy() → indicator() with alert() calls for webhook execution. Live shows paired entry/exit alerts milliseconds apart, price delta ≈ intrabar range of entry bar. Backtest over same ...
user32651446's user avatar
-2 votes
0 answers
41 views

The first screenshot shows each opening and closing trade generated by my strategy: The second screenshot shows trades' signals, which were posted by the same strategy: But look at the two ...
Stephen Chow's user avatar
Advice
0 votes
0 replies
53 views

I like to carefully line up my mouse in the Volume pane and then right click to add Volume alerts on a symbol, and when I do this, the exact location of my cursor pre-fills the alert threshold with ...
Andrew Nguyen's user avatar
Tooling
0 votes
0 replies
14 views

Title: Boxes misaligned with candles when using xloc.bar_index in separate pane Problem: I'm building an indicator that draws boxes in a separate pane (not overlay). Each box should align exactly with ...
António Gomes's user avatar
0 votes
0 answers
67 views

I'm working on a pine script strategy that trades primarily on the 1S Renko charts, but I want to get the direction of the 5M Renko chart, I'm using the following code below to make the call and ...
Remix919's user avatar
0 votes
0 answers
71 views

Is there any possible way to alter the TP and SL trade level indicator bar colors generated by using trade panel. They are too faint on almost every canvas color. The SL bar, box, and text are in a ...
MaxReboot's user avatar
0 votes
0 answers
62 views

I'm using Lightweight Charts to draw a candlestick chart. Right now, I display the "current candle price" in real time using the series update: candleSeries.update({ time: timestamp, ...
biên nguyễn's user avatar
0 votes
1 answer
171 views

I have some signals that are generated through logic within my indicator. They are plotted as “dots, triangles, or arrows” or other shapes. What I wanted was a way to “monitor” the indicator signals. ...
Stonks's user avatar
  • 21
0 votes
1 answer
108 views

I’ve written a Pine Script to display the Daily 50/100/200 Moving Averages on lower timeframes (like 1H or 15m). I’m pulling the data using request.security() to lock it to the 1D timeframe so it ...
Rshiny Learner's user avatar
0 votes
0 answers
41 views

I am using TradingView's Lightweight Charts 5.0 (https://github.com/tradingview/lightweight-charts) How do I color a section of the chart, say from 0, 50 to 0,100 ? const chart = LightweightCharts....
anjanesh's user avatar
  • 4,361
0 votes
0 answers
103 views

I am using lightweight charts 4 version. I want to implement "Lock price to bar ratio" option in my chart. function handlePriceScaleLock() { setPriceScaleLocked(v => { const ...
Lovestoned's user avatar
0 votes
1 answer
194 views

It affects any struct. I've cleaned chars, renamed, tried new scripts – still fails. Any solutions? So frustrating. //@version=6 indicator("TestStruct", overlay=true) struct MyData float ...
Carlos Wittman's user avatar
-1 votes
1 answer
108 views

I made a simple script that take a trade with an order bracket with Take profit and stop loss and when price go up to 50% of Take profit, i sell 70% of the contract and set the new stop loss at break ...
Maxime Girou's user avatar
  • 1,568
-1 votes
1 answer
173 views

I know nothing about coding but I am creating an indicator in Pine Editor. I want a triangle to appear above or below a candle when certain criteria are met. I've got it to do this using chatgpt but ...
Clare's user avatar
  • 1
0 votes
0 answers
132 views

type here I am creating a algo trading platform which uses tradingView lightweight chart. I have now run into a issue wherein all the time shown on x axis is correctly being displayed in IST and the ...
Wyatt_Earp's user avatar

15 30 50 per page
1
2 3 4 5
94