- Search Energy EXCH
-
jeanlouie replied Aug 10, 2025Here are 2 options, they work slightly differently, but one may be what you're after- Alert_by_Trendline_wMsg url - can insert your own alert description, can change an existing description by changing the trendline text - can reuse a trendline by ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2025Firstly I'll mention again that your indicator is a good addition to the body of freely supplied indicators in the mt4/mt5 space. - it's not meant offensively, I have no interest to, I doubt you would either - the only key feature addition in yours ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 9, 2025"Useless" may be a bit harsh, it's a good addition to the body of freely supplied indicators, but currently it's only "flawless" to you. + This is partly tongue in cheek, if you're asking others to amend comments, will you remove "best" from your ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 7, 2025BB_Ribbon - v1.2 - option for full solid single color image file Defaults with single color green and maroon-
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 6, 2025Should have mentioned the different price settings with same lengths in the first post. At first glance of your pic the concern is overlapping colors cancelling eachother out, I'm not going to inspect the picture to figure out what settings you're ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 5, 2025MA_Ribbon - v1.1 - fill options - less chart lag
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 5, 2025BB_Ribbon - v1.1 - fill options - less chart lag
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 5, 2025If you have different ma settings, what happens if you use different colors in the fill like I mentioned?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 5, 2025You already can, but you'll need to change the colors, they will overlap and the same colors cancel each other out. Below pic shows 2 loadings, but with different colors, you can note the color overlaps are new messy colors, but they dont cancel out. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 5, 2025Small bug addressed in recent files
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 5, 2025What defaults would you prefer?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 4, 2025On the note of draw filling- MA_Ribbon - ma cross - draw filled, color is by ma cross direction *updated file, small bug
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 4, 2025As you've been informed there is no native draw filling in mt4 like in mt5, alternatives include dotted line histograms or thick histograms, below is another option that may be useful. BB_Ribbon - regular mtf bb - channel space is color filled, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 20, 2025This may be of use. Candle_engulf_body_hl - engulfing indicator - option to choose body or hl for both the previous and current bar - full alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 4, 2025- not recommended - manually normalize values by getting the min/max values for each indicator over their whole or visible chart history, so that each indicator value can have a 0-100 scale, at any point a value will be somewhere in that range, so ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 29, 2025Yes I just noticed potential for zero divide errors on 0 range bars. The original post is updated, and a minimum of 1point is used for ranges.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 29, 2025Range_ratio - plots the ratio of the current range to the previous range - option for a range period, ie current 5 candle range vs the previous 5 candle range - ma on the ratio *updated file - minimum of 1point is used for ranges to avoid range=0 ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 27, 2025- declare the struct variable outside oninit, else you will only be able to access it within oninit - ArrayResize(myArr[0].data,allTFsize); - this only resizes the first struct index's data array - myArrayStruct myArr[i].eachPair = arrBasedName; - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 26, 2025It sounds like both these conditions are met, just ignore the other line, eg if the candle is bullish then ignore the lower line
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 25, 2025HL_Line_pips_from_candle - horizontal line from the high low wicks or body of a selected candle - styling - upper and lower hlines Pic is 20pts from candle 1 wicks-
I will code your EAs and Indicators for no charge