- Search Energy EXCH
-
jeanlouie replied Jun 25, 2020From url , using on TF other than 30min will stuff something up. Make sure you get the most recent version from there. There's nothing to added buffers for.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 25, 2020This should do it; Period_MTF_Direction_VLines - paints vlines, single most recent or all through chart history - optional daily start hour and 4hr start hour - optional colors up/down, vline color changes if price is above/below it's mtf open - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 25, 2020As far as the alert goes, it seems fine, when an alert pops up so does a sound file alert.wav by default. image If it's just a regular ma crossover alert indicator, try this;
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 25, 2020Wrote a new one: Fractals_Period_w_Toggle - option of fractal period (must be an odd number greater than 1) - choice of fractal symbol, size, color - pip offset of the fractal symbol - optional button to show/hide, optional text, placement, coloring ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 25, 2020This should do it, note - the candles are dynamically scaled to the visible chart prices, or to a set number of recent bars, the levels are based as a % of the scaled prices in the subwindow, this is effectively similar to a stochastic as the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 24, 2020Yes, but which indicator are you talking about? The post of mine you quoted is not an oscillator. I think the most recent oscialltor I made is an RSI-DeMarker combo with alerts already that can be combined for adjustable levels on each sub-indicator. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 23, 2020Yes that has push alerts to mobile. The adx works by measuring if a market is trending or not (adx yellow line) and which direction is stronger (dx+ green and dx- red lines). The alerts on that indicator are when a live or completed candle makes the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 22, 2020This has a toggle button now, placement+styling, also added an option to show prices on the levels too.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 22, 2020The file name at the bottom is a link to dl it, from where it downloads to in your computer, move it to the indicator folder. The indicator folder can be seen inside the data folder, open from mt4, file-open data folder. Once the indicator is moved ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 22, 2020ADX_Label_w_Alert - ADX indicator with an on-screen label with value and signal - input level - optional text input for adx above/below signal, with colors - styling - font color, font size, line colors/styles - label placement, xy from selected ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 21, 2020- yeah overlaying histograms won't work, the way they draw wont allow multiple instances as they'll print over eachother, note how the period separators are blocked beneath the histogram candles even though it's a black area (the lower voids have ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 20, 2020This should do it: Heiken_Ashi_in_Subwindow - regular HA candles but in the subwindow - option of smoothing price input to HA with ma - styling options - optional bid/close line with styling
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 18, 2020- looks like an ea, it may not have triggered yet, looking at the past boxes, there's no fixed time that it will start, the first box starts late in the day, the second box starts before the end of the same day the first box is in, the current day ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 17, 2020If you haven't found anything better since - (fyi normally you wouldn't be able to make floating histograms in the subwindow like you can in the main chart window, the way mql4 draws the histograms are different). Candles_in_Subwindow_MTF - regular ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 16, 2020Here, camarilladt_w_toggle - regular indicator itself just with a show/hide toggle button - replaced the on screen comments with labels (can't get rid of comments easily) - added option of placing the on screen data, xy from top left, font size, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 16, 2020Here it is, the single line alerts are straight forward, combination wise, with 3 separate lines, one of them repaints, with 6 separate ob/os levels, with every cross or once per direction, with live bars or completed bars, then all of that in 4 ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 16, 2020Not taking a shot at you, just fyi stuff: - the mq4 file is the human-level source code (stuff that people type) that generates the machine code (ex4) that a program executes - your supplied mq4 file is a decompiled version, where a decompiler ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 15, 2020Heiken_Ashi_MA_w_toggle. - show/hide HA - option of auto-width the HA bodies on chart zoom - option to have HA on top or under the chart candles (chart foregound adjust) - option to base the HA off MAs based on OHLC instead of price's OHLC - button ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 14, 2020The asymetric MAs was strange. This should work, as per your description and a quick googling of Jack Bernstein. Longs - 2 lows above the 10sma on highs. Shorts - 2 highs below the 8sma on lows. Jake_Bernstein_Market_Timing_Method - up trend by 2 ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 12, 2020From your downloads folder, drag and drop the ind to the indicator folder below, and refresh the indicator list in mt4:
I will code your EAs and Indicators for no charge