tradelevels-blog
tradelevels-blog
TradeLevels
2 posts
Free TradingView level indicator based on the best FinTwits trader
Don't wanna be here? Send us removal request.
tradelevels-blog · 5 years ago
Text
Dragvs7 ON level 28/OCT/2020
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © badgeek //@version=4 study("TRADE LEVEL NQ_LEVEL", overlay=true) createLabel(price,text) => var label lb1 = na lb1 := label.new(bar_index, price, text, color=color.black, textcolor=color.white, textalign=text.align_center) label.delete(lb1[1]) lb1 lb = createLabel(close+100,"-") label.delete(lb[1]) var adjust_to_cash = 0 L0_1 = hline(11637.3 + adjust_to_cash, title="L0_1", color=color.red, linestyle=hline.style_solid) L1_1 = hline(11633.1 + adjust_to_cash, title="L1_1", color=color.red, linestyle=hline.style_solid) L2_1 = hline(11622.3 + adjust_to_cash, title="L2_1", color=color.red, linestyle=hline.style_solid) L3_1 = hline(11606.3 + adjust_to_cash, title="L3_1", color=color.red, linestyle=hline.style_solid) L4_1 = hline(11570.5 + adjust_to_cash, title="L4_1", color=color.red, linestyle=hline.style_solid) L5_1 = hline(11553.5 + adjust_to_cash, title="L5_1", color=color.red, linestyle=hline.style_solid) L6_1 = hline(11530 + adjust_to_cash, title="L6_1", color=color.red, linestyle=hline.style_solid)
0 notes
tradelevels-blog · 5 years ago
Text
Dragvs7′s Level 27/OCT/2020
// This source code is subject to the terms of the Mozilla Public License 2.0 at https://mozilla.org/MPL/2.0/ // © badgeek //@version=4 study("PK TRADE LEVEL NQ_LEVEL", overlay=true) createLabel(price,text) => var label lb1 = na lb1 := label.new(bar_index, price, text, color=color.black, textcolor=color.white, textalign=text.align_center) label.delete(lb1[1]) lb1 lb = createLabel(close+100,"PK TRADING LEVEL") label.delete(lb[1]) var adjust_to_cash = 0 L0_1 = hline(11365 + adjust_to_cash, title="L0_1", color=color.red, linestyle=hline.style_solid) L0_2 = hline(11337 + adjust_to_cash, title="L0_2", color=color.red, linestyle=hline.style_solid) fill(L0_1,L0_2, color.red, title="ZONE") L1_1 = hline(11384.2 + adjust_to_cash, title="L1_1", color=color.red, linestyle=hline.style_solid) L1_2 = hline(11379.1 + adjust_to_cash, title="L1_2", color=color.red, linestyle=hline.style_solid) fill(L1_1,L1_2, color.red, title="ZONE") L2_1 = hline(11435 + adjust_to_cash, title="L2_1", color=color.red, linestyle=hline.style_solid) L2_2 = hline(11423 + adjust_to_cash, title="L2_2", color=color.red, linestyle=hline.style_solid) fill(L2_1,L2_2, color.red, title="ZONE") L3_1 = hline(11524.9 + adjust_to_cash, title="L3_1", color=color.red, linestyle=hline.style_solid) L3_2 = hline(11509.5 + adjust_to_cash, title="L3_2", color=color.red, linestyle=hline.style_solid) fill(L3_1,L3_2, color.red, title="ZONE") createLabel(11524.9 + adjust_to_cash, "DV7 PV" ) L4_1 = hline(11570.5 + adjust_to_cash, title="L4_1", color=color.red, linestyle=hline.style_solid) L4_2 = hline(11554 + adjust_to_cash, title="L4_2", color=color.red, linestyle=hline.style_solid) fill(L4_1,L4_2, color.red, title="ZONE") L5_1 = hline(11619 + adjust_to_cash, title="L5_1", color=color.red, linestyle=hline.style_solid)
1 note · View note