NexusFi: Find Your Edge


Home Menu

 



Categories Help    






 
Price Line Indicator 4 *
Shows a horizontal line moving with current price

MultiCharts


Category MultiCharts 
 
Suggest other entries I might like
Details: Price Line Indicator
Category: MultiCharts 


July 3rd, 2011
Size: 2.52 KB
Downloaded: 384 times

Keywords: line price
Comments/ratings
3 * jmjstrider August 5th, 2011 04:19 PM
I'm enjoying using the indicator. It will not allow changing thickness from the default of 3. Would be good if that could be fixed.

thx

strider
4 * brouq August 17th, 2012 04:44 PM
like it much!
4 * treydog999 May 12th, 2013 05:47 PM
Great stuff. I made some slight modifications to make it more customizable.

 
Code
input:setColor( rgb(90,90,90)), setSize(0.5), setStyle ( 1 );
var: intrabarpersist need_delete_this_bar(false);

if lastbaronchart then begin

value10 = TL_New(date, time, close, date, time, close);
Value1  = TL_SetColor (value10, setColor);
value1  = TL_SetExtRight (value10, true); 
value1  = TL_SetExtLeft (value10, true); 
value1  = TL_setsize (value10, setSize );
value1  = TL_Setstyle (value10, SetStyle); 

need_delete_this_bar = not need_delete_this_bar and value10[1] > 0 AND value10 <> value10[1];
value11 = tl_getfirst(1); 

if tl_getnext(value11, 1) > 0 and need_delete_this_bar then value1 = TL_Delete(value11);

if barstatus = 2 then need_delete_this_bar = false;
end;

 
Sort by

 




© 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