Price Histogram

 

I have been searching for the past few days for an indicator similar to this:

http://www.dacharts.org/archives/Ensign_Wed_class_transcripts/Prc-hist-lns-0volbars-NewDYOAutoTrend_10_19_05.htm

But I cannot find anything. Can you all point me in the right direction. Thanks.

 

Maybe this helps

 

Hi, The level sensor indi covers up the candles. How can that be fixed?

thanks, Dave

 

background

n1144n:
Hi, The level sensor indi covers up the candles. How can that be fixed? thanks, Dave

Add this line into the code at around line 117 then compile.

ObjectDelete(ObjName);

ObjectCreate(ObjName, OBJ_TREND, 0, StartX, StartY, EndX, EndY);

ObjectSet(ObjName, OBJPROP_RAY, 0);

ObjectSet(ObjName, OBJPROP_COLOR, Red);

ObjectSet(ObjName, OBJPROP_BACK, 1);

Reason: