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
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);

You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
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.