Dislikedif all else fail, cut loss and move on.One of many rules of trading ....Took me a long time to manage this but yip it is a the better option I use it when inneed.Ignored
MY OPINION NOT FINANCIAL ADVISE
Cable Update - Continued 118 replies
Cable Update (GBP/USD) without Idiots 25 replies
cable short for gbpusd? 10 replies
Why is GBPUSD called cable? 76 replies
Cable (GBPUSD) vs Euro (EURUSD) 31 replies
Dislikedif all else fail, cut loss and move on.One of many rules of trading ....Took me a long time to manage this but yip it is a the better option I use it when inneed.Ignored
DislikedIs there any indicator on tradingview which measures how many pips a candle is high? from bottom to top including wigs.Ignored
//@version=5
indicator("Candle metrics", overlay = false)
body = close - open
range_ = high - low
oh = high - open
ol = low - open
upwick = body > 0 ? high-close : high-open
lwick = body > 0 ? low-open : low-close
plot(body, title = "body", color = color.red)
plot(range_, title = "range", color = color.black)
plot(oh, title = "oh", color = color.orange)
plot(ol, title = "ol", color = color.purple)
plot(upwick, title = "up wick", color = color.rgb(0, 195, 255))
plot(lwick, title = "down wick", color = color.rgb(199, 43, 199)) Disliked{quote} wigs = wicks? made this. try. //@version=5 indicator("Candle metrics", overlay = false) body = close - open range_ = high - low oh = high - open ol = low - open upwick = body > 0 ? high-close : high-open lwick = body > 0 ? low-open : low-close plot(body, title = "body", color = color.red) plot(range_, title = "range", color = color.black) plot(oh, title = "oh", color = color.orange) plot(ol, title = "ol", color = color.purple) plot(upwick, title = "up wick", color = color.rgb(0, 195, 255)) plot(lwick, title = "down wick", color = color.rgb(199,...Ignored
Disliked{quote} Thank you! but the purpose is so it can be read in numbers to be easier on the eyes where you don't have too go in with the cursor and home in with the mouse where the cross is to find the range of that candle. But very good you can choose between range of: Body, candle, open to high and open to low. Wicks etc.. Very good function indeed! in my case the whole candle. If it could be a row of numbers, and each column is related to a candle. I am wasting alot of time going back and forth to excel and Trading view, when i only need the number...Ignored
QuoteDislikedwhen i only need the number of the range of that candle, and if it was a green or red candle.
//@version=5
indicator("Candle metrics", overlay = false)
level = input(0.001, title = "Level")
range_ = high - low
plot(range_, title = "range", color = color.rgb(75, 123, 255))
plot(level, title = "Range treshold", color = color.black) Disliked{quote} Hey W0lframWhats the name of the Volume indicator in your Chart? Greetings Andy
Ignored
Disliked{quote} thank you! Been a tough week actually only £500 taken in profit. Bit of R&R and focusIgnored
Disliked{quote} I'm not that savvy in PineScriptPlacing labels, etc. could result in massive code if you want tables or other objects on the chart Are you constantly exporting data from TV to Excel? {quote} if you only need this, maybe this solution will make things easier, to process data visually: leave only 'range' time-series and place a reference line in indicator pane. And you have different candle colors by default... //@version=5 indicator("Candle metrics", overlay = false) level = input(0.001, title = "Level") range_ =...
Ignored
Disliked{quote} warm but great. Thanks to the last month of cable I even afforded a 5 star hotel lolIgnored
Disliked{quote} Folks coming to a forum and talking smack about how others go about their business is comical...whats next?Is he gonna say you can't use technical analysis and things like Fibs are trash? I do just fine using S/R and trading off Fib levels. {image}Ignored
Disliked{quote} No, how are your long trades doing? Have you banked your profits?Ignored
Disliked{quote} My strategy has a profit factor of 2.80 , meaning its extremely profitable and also meaning yes I booked some profits at the end of last week and as of right now I am shorting the EUR/CAD while also going long on the Pound Swissy and also the Kiwi SwissyIgnored
Disliked{quote} Your GU trade was very good trade. Only question why trade mini lots if you have top strategy? EC broke up (weekly), after temporary correction should extend to 151 at least.Ignored
Disliked{quote} Your GU trade was very good trade. Only question why trade mini lots if you have top strategy? EC broke up (weekly), after temporary correction should extend to 151 at least.Ignored
Disliked{quote} Your GU trade was very good trade. Only question why trade mini lots if you have top strategy? EC broke up (weekly), after temporary correction should extend to 151 at least.Ignored