- Search Energy EXCH
-
jeanlouie replied Sep 24, 2022That's the point, daily range, or adr(1) is volatile. Erratic/stochastic from one day to the next, combined the range of the ranges, it's volatile. The way you're using it is combining it with lots of additional and new live info for other purposes, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2022- eyeballing a price chart with multiple days, noticing some days are tiny, others are large with no discernable pattern - loading an atr(1) on a daily tf to quantify this and seeing how jagged the line is Daily range is volatile, and by volatile I ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2022Daily adr is highly volatile, for any given period there is variance in the range 2-5x of the highest 90ish% to the lowest 10ish%. If someone's terminal has short sat/sun candles then that adr variance will increase to around 6x. Taking an average ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 22, 2022- the indicator doesnt draw the graphic that the input color is for if it's set to clrnone, so set hgcolor and modecolor to clrnone and no histogram will be drawn, poc would still be there if it is given a color - dont think it draws a value area - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2022fyi updated some minor things
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2022Good Then there is no cool looking histogram, but yes you're right they dont actually need to be shown, just the poc n va lines.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 21, 2022It's not stupid. But now you'll keep in mind the vertical scale of the intended window, and which window an object is going to.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2022You noticed just reducing object count through user settings shows a big difference? As in see the issue? - On the chart. Knowing what the indicator is, and then looking at it loaded with defaults, I already know the issue. Volume profiles can end ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2022Updated, both squares on the same semicricle side.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2022It's a profile indicator, the biggest drawback is the object count, so don't worry about a thin level histogram. On default settings on my eurusd chart is about 20k objects, changing just the price step from 0 to 10(point height of histogram), cuts ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2022Circle_wRays - circle with either circle rays or square rays, both rays optional - option for circle rays right around every x'degrees - 2 quadrant squares with rays - separate styling edit - squares moved to same semicircle edit - general bug fixes ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 20, 2022Consider the value of ar and the price scale of the window it's going to.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 6, 2022The vline daily labels/vlines are supposed to show on all tfs under daily. VLine_Daily_wLabel_v1.01 - option for tf visibility
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 6, 2022Attach a source file, .mq4 Do you want to not see every arrow, or do you rather just not get consecutive alerts?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 6, 2022You only asked why. Attached runs much faster, and probably does everything the same, only added change is it runs once per new candle. In the tester it originally runs about 18sec per bar, with the same tester settings its less than 0.4sec per bar ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2022I'll leave it as is, try changing the color scheme to be easier on the eyes or declutter the chart.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2022There are multiple loops that run over the whole chart history, then there are also additional loops called that also run over the history, and then constantly deleting and making all the objects you see. Having a once per bar function would be the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2022Look for whatever the latest version is of the allaverages indicator. It will have hma and mtf.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2022This isn't that but you may find some use in having a regular 2xcrossover with a 3rd ma to set bias. MA_Crossover_Tripple_mtf - 3 ma crossover - mtf - full alerts - arrows
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2022Options - reduce decimals shown - and/or use saved settings, still will be changing indicator name - dont use it and run things in the tester in ea+indicator or indicator mode which would be quicker and simpler Repainting indicators are not ...
I will code your EAs and Indicators for no charge