Skip to main content
Filter by
Sorted by
Tagged with
Advice
1 vote
2 replies
38 views

Original code https://pl.tradingview.com/script/Cb5QhBAl/ The structure from code below ( ta.highest ) doesn't work inside conditional structure. RdX1dX2 = length of a line. The ta.highest doesn't ...
Tomasz Nadwor's user avatar
Advice
0 votes
0 replies
41 views

I don't know how to create an alert for data from an array an UDT. I created int IsCrossingAlert, when it == 1 alert appears, == 0, there is no alert. And how to remove line and create new from start ...
Tomasz Nadwor's user avatar
1 vote
1 answer
48 views

I've encountered a runtime error when removing a prefix of an array. What I am trying to do: I have a Detector UDT that maintains a history of Thing objects in an array. In certain situations, I need ...
alekzc's user avatar
  • 11
Advice
0 votes
4 replies
114 views

How to write, horizontal lines from bottoms ( LL LH ), tops (HH HL) ? It gives information when it crosses (down and next up) bar. It draws horizontal line from bottoms to crossing bar and gives me ...
Tomasz Nadwor's user avatar
Advice
0 votes
0 replies
44 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
0 votes
1 answer
44 views

I am trying to create an indicator on the current timeframe, but its calculations are based on M15 data. I want to load the last 2000 candles of a specific higher timeframe into arrays and access them ...
Hossein Tavakoli's user avatar
2 votes
1 answer
76 views

I am searching for a way to automatically set a Stop Loss and multiple TPs for a trade (either Market Order or Limit/Stop-Orders). Example: I would like to enter a buy position (3 contracts) on Nasdaq ...
DoctorGremlin's user avatar
1 vote
1 answer
79 views

This is my test script //@version=6 indicator("Time Loc Test", overlay = true) unix = 1769990400000 var lb = label(na) if barstate.islast and na(lb) lb := label.new(unix, 0, xloc = ...
Rostfrei's user avatar
  • 492
0 votes
0 answers
62 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
51 views

I've just started using TradingView Supercharts to primarily visualise the performance of ETFs. I currently just view plots of these ETFs on the Percent scale, all overlaid over one another. All these ...
ragnarok's user avatar
0 votes
0 answers
64 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
1 vote
1 answer
141 views

I'm trying to translate the pine-script code to BigBeluga's Two pole Trading View Oscillator to use on my cTrader charts. The Trading View code is here: https://www.tradingview.com/script/2Ssn4yDZ-Two-...
Thrawn Wannabe's user avatar
0 votes
0 answers
86 views

I am using Pine script and want some help. When I am in trade and my strategy generates opposite signal, how to make how close the current trade and open in the opposite direction. I am executing with ...
Atti's user avatar
  • 1
0 votes
0 answers
61 views

I encountered a bug when filling the colour between two vertical lines. As soon as I enable fill, candlesticks get squashed. I made this short script to demonstrate the problem. //@version=6 indicator(...
Rostfrei's user avatar
  • 492
0 votes
0 answers
71 views

I am developing pinescript indicator with multi timeframe support indicator("My indicator", timeframe = "") I want to plot somevalue with offset plot(somevalue, offset = 5) This ...
Oto Zars's user avatar
  • 821

15 30 50 per page
1
2 3 4 5
484