Page 1 of 1

original m-candles from codebase

Posted: Wed Mar 24, 2010 3:42 pm
by noushina
I like the wide candle shadows.

Posted: Wed Mar 24, 2010 8:44 pm
by noushina
OHHH. I'm such a poor programmer. I see that in order to make wide SHADOWS on TRO's version of candles_m-candles all I need do is add an external variable:

extern int ShadowWidth = 3;

and mod a couple of lines near the end of the code to be:
ObjectSet("ShadowTFh"+TFBar+"Bar"+shb, OBJPROP_WIDTH, ShadowWidth);
ObjectSet("ShadowTFl"+TFBar+"Bar"+shb, OBJPROP_WIDTH, ShadowWidth);

TRO's mod is better than the original because you can turn it to outline rather than solid all the time

Posted: Wed Mar 24, 2010 9:11 pm
by bredin
well done noushina, welcome to the ranks of the "copy and paste" coders :)

G.