- Search Energy EXCH
-
jeanlouie replied May 21, 2020When it comes to creating objects in the past, best time resolution is to the minute, and on the minute tf. But when it comes to creating objects live, ie from indicator loading, try this out - on the inputted hr00,min00,sec00, it'll wait the x ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2020I saw the alerts coming every tick, even if the alerts are off/false. Just commented out any line/block with alert or mail in it, ran it, no more alerts.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2020update v1.32- handles no data or time rounds to zero somewhere, appears in non-standard tfs
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2020Looking back over the code and I thought it would be 199 zero divide error, thought I got rid of them all. At first I didn't think there would be any times rounding to zero, until I got those zero divides in the strategy tester. Anyway that line 199 ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2020In the terminal-experts tab, is there an error msg? and is there an error when on a normal chart, non-renko/range?
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2020BB Break in out Alert - breakout arrows on a bb - breakout from either the inside or outside of bands - breakout prices based on HL or close - no same arrows printed consecutively - popup and push alerts option - color options
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2020The pic and your numbers are correct, it measures bar durations, but that was just fundamentally wrong. This measures candle speed now, as in x candles per time it took those candles to form, units are candles/second, or minute if its selected. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 19, 2020Give this one a test run-
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 19, 2020If you can live with less instruments in the scanner, make the below change, at line 277: comment out the lines 280-283 by adding a // at the start of each, and copy n past the next ones under it. You can now add the instruments you want it to look ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 19, 2020This repaints way too much, a new arrow can popup 12 bars back, and existing arrows can be adjusted several times ie 12 bar lengths of the channel lines get updated. A similar kind of indicator but doesn't repaint is the Donchian Channel, if you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 18, 2020Here is something, only works on new data (I think mql5 overcomes this or I'm unaware of a better way in mql4), either live data or in the strategy tester (tester times are based on your own computer clock, so keeping a constant speed is required). ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 18, 2020Try this Bar_Anchor_Finder.mq4 - places a vertical line on the chart where u click - click 'find' to scroll to the vline/anchor regardless of tf - clear button to make another vline/anchor image
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 18, 2020Give this a shot. High_Low_Price_Finder - click an option to find a high or low, to the left or right, and it will draw a trend line connecting the selected bar to the matching/higher-lower price to the left or to the right of the selected bar. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 17, 2020MA apply to price option is added, pics show the same settings and mtf ma with the applied price as close, open and median for examples.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 16, 2020Ok I got the original file off mql5.com, it's different to the one you uploaded (the last line has the return(0) bound to the void() function above it, in yours it's just hanging at the bottom, it compiles as an error), anyway it's just different. I ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 16, 2020The one you're running successfully, if you open that (from mt4 terminal indicator/ea list, right click "modify") in meta editor, what is at the very last line? Checked the homepage of where it's from, some others have had problems getting it to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 16, 2020That's what happened on mine when I ran it in the strategy tester untouched, just tried again by dl your attached file, just compliled with a few warnings and 1 error. It just kept printing barshift, per line 199 which is constantly called while a ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 16, 2020That's pretty interesting, without repainting I'm not sure how it can neatly sort the chart into clearly separated phases, 1-consolidation, 2-move one way, 3-move the other way, 1-consolidation again.
I will code your EAs and Indicators for no charge