original m-candles from codebase
Moderator: moderators
- noushina
- rank: 50+ posts
- Posts: 147
- Joined: Fri Sep 25, 2009 10:50 pm
- Reputation: 0
- Location: Fukushima Japan
- Gender:
original m-candles from codebase
I like the wide candle shadows.
- Attachments
-
m-candles (from codebase).mq4
- (5.17 KiB) Downloaded 260 times
-
- 3-24-2010 11-39-49 AM.png (12.49 KiB) Viewed 2519 times
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.
- noushina
- rank: 50+ posts
- Posts: 147
- Joined: Fri Sep 25, 2009 10:50 pm
- Reputation: 0
- Location: Fukushima Japan
- Gender:
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
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
- bredin
- rank: 1000+ posts
- Posts: 1033
- Joined: Mon Feb 16, 2009 10:41 pm
- Reputation: 7
- Gender:
- Contact:
well done noushina, welcome to the ranks of the "copy and paste" coders
G.

G.
Welcome to the era of "Guns and Maskies" Trading!
The previous message contains discretion. Viewer nudity is advised.
Insanity Industries Indicators Here
Insanity Industries on YouTube!
The previous message contains discretion. Viewer nudity is advised.
Insanity Industries Indicators Here
Insanity Industries on YouTube!
Please add www.kreslik.com to your ad blocker white list.
Thank you for your support.
Thank you for your support.