- Search Energy EXCH
-
jeanlouie replied Sep 26, 2024Ok I see what you mean, the normal fractals side length is 2, you want 1. You need a fractal with an adjustable side length, I assume there are some floating around but here is one in mt4 and mt5, you can change the left and right side lengths. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 26, 2024But what you described is the normal fractals indicator, from your description what swings aren't picked up?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 25, 2024Both mt4 and mt5 have the built in fractals indicator
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 15, 2024Inside_Bar_colored - colors inside bars, engulfed bars - showhide via optional hotkey
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 15, 2024Rulers mt5 - draws a line, filled rect, or hollow rect, with it's bar width, time duration, pip height, and %change - all values are optional - option to show range levels, up to 10 with inputs for each level - basic styling
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 7, 2024- the candle that you check, if it has an arrow, will also be the candle to get ohlc prices from right away, you dont need another function to icustom check for a candle again then get ohlc prices - the variable currentTime is set once on loading, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2024The below snippet results in the upper pic below. On default setting the arrows appear on candle 1, different settings will change the location of when an arrow will appear. If the settings are to engulf to the right, the length of engulfing has to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 4, 2024The indicator wasn't posted in the post with the pic, attached has the indicator with a 2nd line, and filled in space inbetween.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 1, 2024Does this do what you want? - url , free, 2 ma will filled space inbetween, google ma ribbon or ma fill.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 1, 2024OHLC_info_mouse - show ohlc prices at the mouse cursor - optional time - optional 1minute of high/low - optional vline v1.1 - showhide via hotkey gif
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2024Buffers are labeled and start from 0
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2024The first step is making sure you're getting the buffer arrow values you expect. Maybe putting a vline when an arrow shows up would tell you if you're getting anything, and where it is.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2024To get a visual impression of where the indicator plots arrows and where the ea icustom recognizes them, to check you have the right buffer, candle index, indicator settings.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2024- if you have doubts, make a vline where an arrow shows up and run the ea to just do that, so you can what's happening - unless specified to be something else, enumerations are numbered like indexes, starting from 0 at the top, as an icustom ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 24, 2024- the buffers, per the data window, are labeled - buffers start from 0 - candle indexes start from 0 as the live candle - if the icustom value for a buffer at a candle is not emptyvalue, then there's an arrow there - the ohlc prices are the prices ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 21, 2024I think you'll need to redefine the first engulfing condition. For the grey rectangles you've pointed out, there is no body engulfing, (though it's based on bodies, some aren't even engulfing with wicks), and one has candle 3 touching candle 1- ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 20, 2024This should do it? Candle_pattern_nonip - for a bullish setup, candle 1 is bull, 2 is bear, body 1 engulfed by 2, low 1 above high 3 - buffer dots available pic has rects extended, default rect width is the setup width, 3 candles
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 18, 2024Tick_HL_timeseconds - mt5 - prints the seconds of the tick when highest and lowest price occurred - running live only - option to show the minute, only if tf is above 1min - styling, rotation - option to show min.sec times of the tick or as candle ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 18, 2024Times are the minute/seconds of the tick, they are not rounded to the candle duration. If the highest tick in a :30m-15m tf candle occurs at 33m45s, that is it's time, it's not rounded to 3m45s.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 18, 2024Seconds wasn't mentioned in the first post and the pic used was above 1min tf, I didn't get the need of seconds. Tick_HL_timeseconds - prints the seconds of the tick when highest and lowest price occurred - running live only - option to show the ...
I will code your EAs and Indicators for no charge