NexusFi: Find Your Edge


Home Menu

 





Fat wicks in tradingview


Discussion in Platforms and Indicators

Updated
    1. trending_up 329 views
    2. thumb_up 0 thanks given
    3. group 3 followers
    1. forum 2 posts
    2. attach_file 0 attachments




 
Search this Thread

Fat wicks in tradingview

  #1 (permalink)
 
tradersam's Avatar
 tradersam 
phx AZ US
 
Experience: Intermediate
Platform: sierra chart
Broker: Infinity
Trading: es
Posts: 213 since Feb 2010
Thanks Given: 484
Thanks Received: 267

Is there a way to make wicks fatter in trading view ?

Visit my NexusFi Trade Journal Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
Better Renko Gaps
The Elite Circle
Are there any eval firms that allow you to sink to your …
Traders Hideout
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
61 thanks
Funded Trader platforms
39 thanks
NexusFi site changelog and issues/problem reporting
26 thanks
The Program
18 thanks
GFIs1 1 DAX trade per day journal
18 thanks
  #2 (permalink)
 GunTanTrapDaddy 
Vancouver, WA/USA
 
Experience: Intermediate
Platform: NinjaTrader
Trading: ES, CL, and YM
Posts: 5 since Feb 2017
Thanks Given: 3
Thanks Received: 11

Not sure about trading view as I use ninjatrader. But in ninjatrader you click on a candle, and the right click, and it will bring up "properties," and then you click on properties, and you can change the width of the wick. Hope it works for you.

Reply With Quote
  #3 (permalink)
 dmckim 
Corpus Christi, Texas
 
Experience: Intermediate
Platform: Tradestation
Trading: Futures
Posts: 5 since Jan 2023
Thanks Given: 1
Thanks Received: 2



tradersam View Post
Is there a way to make wicks fatter in trading view ?

Here is a code that I used to use. Feel free to do whatever you want with it. I haven't looked at it forever so I don't think you can adjust the width at all.

I hope it helps.

//@version=4
study("PS60 Wicks", overlay=true)

o = open
c = close

red = color.red
green = color.lime
black = color.black
white = color.white
//SMA COLORS
var color C5MA = #FFB157
var color C10MA = #29B42E
var color C20MA = #8D8300
var color C50MA = #00E7FF
var color C100MA = #FF731D
var color C150MA = #26BDCC
var color C200MA = #930F01
//EMA COLORS
var color C20EMA = #000561
var color C50EMA = #990D00
var color C100EMA = #981084
var color C150EMA = #000000
var color C200EMA = #292B28
//OTHER COLORS
var color CBBBLUE = #040DFF
var color CBBRED = #FF1900

topWickEnd = open > close ? open : close
bottomWickEnd = open > close ? close : open

//top wick
plotcandle(high, high, topWickEnd, topWickEnd, color=black, bordercolor=white, wickcolor=na, title="Top Wick")

//bottom wick
plotcandle(low, bottomWickEnd, low, bottomWickEnd, color=black, bordercolor=white, wickcolor=na, title="Bottom Wick")

Reply With Quote




Last Updated on February 8, 2024


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts