- Search Energy EXCH
-
jeanlouie replied Apr 19, 2021I wrote the style and width the wrong way around, post is updated image pip margin is how far away a matching value can be, if 0pips, then the match has to be exact, if its 2pips, then the match has to be within 2 pips. pip adjust is for different ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 19, 2021SR_Equal_HL - looks for equal highs/lows - input history (number of candles to look through) - optional pip margin (distance to a matching high/low in pip, check printout) - optional minimum candles apart (between two highs/lows) - optional ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 19, 2021So you've got 3 colors of histogram to draw, the first 2, up/dn are ok, their colors can be from the same histogram pair, as youve noticed the color is based on which ever of 2 consecutive buffers is higher, but the problem is on the last line, it's ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 18, 2021Its a lot of changes to it proportion wise, and it doesnt do much too, so Id prefer to write something new and general purpose. HL_MTF - high/low lines of any tf - either current or previous period - lines from start of period to text offset off ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 17, 2021Give it a try. Equal_Open_Close - matches candle bodies high/low to a previous body - mtf - input pip margin - alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 16, 2021That's why I said "So create an array of the rsi values at any candle", then max/min = use both functions on that same array, done. ie double search_arr[8], each element is some rsi[] value, then arraymax/min to get the max min index of that array, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 16, 2021If only there was quick way to get the max values in an array, you could write your own function or use arraymaximum, it'll give you the index of the max vaule. So create an array of the rsi values at any candle, and arraymax to get the index of the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 16, 2021Oh thought I had user input for it High_Low_MTF_Period v1.3 - multi instance, input for unique id image
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 15, 2021Seems working, box lines only, manual placement only. Risk_Reward_Box_multiTP - RR boxes, with rr ratio, and pips - optional multi tp levels - manual placement - texts in middle or on right - draggable on hover click, values update, recommend to use ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 14, 2021Tf times don't always line up neatly. The times of the weekly chart don't coincide with months, like days do, eg a week may start feb 26, but the month it's in started on feb 1, and the next week will have the month value that started on march 1, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 14, 2021This isn't that, but it's on a similar train of thought. I thought a bit about forecasting 1 future mtf period ahead, attached is that attempt. High_Low_MTF_Period_Forecaster - the current hollow box is the live period, will update with actual ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 14, 2021image updated - option to ray the previous HL lines updated - current ray only bug
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 13, 2021Check the edit I made to my post, it affects the forumla, specificaly the power -1/7 or 1/7 which are very different Regading the plotting, you copy n pasted the iclose stuff, but didnt change the index to iterate, thats why all the plot values are ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 13, 2021Couple of things: 1 - "USDCAD " is not "USDCAD", iclose will return 0(error), and the whole formula will be some error number like 0 or inf 2 - the formula in the picture is different to what you have typed, what you have typed is rasing the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2021post updated Need more info and the lines wont show if the chart is equal or higher than the tf input
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2021Keeping it general, this is the same thing but instead of daily, its any higher tf. High_Low_MTF_Period - boxes a mtf period - high/low lines drawn from the bar that is the high/low - btn to show/hide itself - ray right option for the current ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2021Ok no btns, choice of either/or 100-50-25 that will always show up
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2021No source, but I'll answer anything about it
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2021If you can put up with lines at every round 100-50-25 number, then- url
I will code your EAs and Indicators for no charge