"Art of Chart is the Easy Part, Trading the Candle you have to Han
Chart Challenge All Time Return:
3.0%
Automatic session boxes indicator 71 replies
Horizontal lines with color change and price boxes 2 replies
Indicator with tick boxes on main chart window 2 replies
Russian Doll - Boxes within boxes price action 6 replies
Anyone have a H/L sessions indi that uses lines instead of boxes? 2 replies
DislikedHello guys, I am still searching and trying for not to call me lazy, but how can we hide box lines when I only need the horizontal lines at high and low of rangeIgnored
Disliked{quote} The range of what? Daily, last 4 candles, last 8 candles? I'm sure if you can define the question, we can find an answer! Cheers.Ignored
Disliked{quote} Hi Erebus I use the boxes/lines indicator to draw true days i.e. zero NY to zero NY for recent days and weeks, and since we can't hide the boxes I have to make them same color as chart background, but problem is that lines are in front of wicks and hiding them, and sometimes we need to look at these wicks. Thanks for your replyIgnored
Disliked{quote} Hi Erebus I use the boxes/lines indicator to draw true days i.e. zero NY to zero NY for recent days and weeks, and since we can't hide the boxes I have to make them same color as chart background, but problem is that lines are in front of wicks and hiding them, and sometimes we need to look at these wicks. Thanks for your replyIgnored
Disliked{quote} If there is data and you have candles on the chart, it should be working Let's see your settings For example, I have one for every day of the week{image}
Ignored
Disliked{quote} Hi erebus, greetings mate. Nice sharing all this time. If I may ask... What indicator is that that shows a single candle print on your chart on the far right of your chart? Say if it's a Daily candle whatever happening on 15m will show that candle being printed and movement as the day goes by. Do you have that indicator to share and if you do..., is there a version for both Mt4 and MT5. Much thanks. Await your revert on this. I would love to have this in both MT4 and MT5 if you have it. Thanks again for hearing me out. CheerioIgnored
Disliked{quote} i also use a lot ATRs and ADRs,i wonder how you guys are using this tool ? Price goes where it wants to. please share your insight,thanksIgnored
Disliked{quote} i also use a lot ATRs and ADRs,i wonder how you guys are using this tool ?Price goes where it wants to.please share your insight,thanksIgnored
Disliked{quote} With this indicator & Hanovers also, even though you have Open & Close Line settings, it always caculates onthe start candle OC What I would prefer is range of the closed bodies ie. the highest & lowest value of opens & close of candles in that time range. Not the Open of the first candle and close of the second candle but the closed bodies of the 2 candles or any number of candles in time range selected. {image}Ignored
for (int j=bar1; j>bar2; j--) {
if (StringFind(prop,"Y",0) >= 0) {
hi = MathMax(hi,MathMax(iOpen(NULL,tscale,j),iClose(NULL,tscale,j)));
lo = MathMin(lo,MathMin(iOpen(NULL,tscale,j),iClose(NULL,tscale,j)));
} else {
hi = MathMax(hi,iHigh(NULL,tscale,j));
lo = MathMin(lo,iLow(NULL,tscale,j));
} hi += ClearancePips * pnt;
lo -= ClearancePips * pnt; if( hi == lo) hi += ClearancePips * pnt;
Disliked{quote} Use option "Y" The rectangle uses the max(open,close) and min(open,close) of the bars surrounded by the rectangle.Ignored
Disliked{quote} With this indicator & Hanovers also, even though you have Open & Close Line settings, it always caculates onthe start candle OC What I would prefer is range of the closed bodies ie. the highest & lowest value of opens & close of candles in that time range. Not the Open of the first candle and close of the second candle but the closed bodies of the 2 candles or any number of candles in time range selected. {image}Ignored
Disliked{quote} Highest top and lowest bottom within time range? There is something like that...Ignored