- Search Energy EXCH
-
jeanlouie replied Jan 16, 2023Seems to update the current mtf period now, data window values also shown for oscillator display type.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 12, 2023Very close, if you want the most recent signal, then as I mentioned loop up from the live candle, so change the for condition. To see what was going wrong, you can print out the i number or Time[i] just before a break to tell you the location of the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 11, 2023Post your attempt. In a nutshell you'll be looping up from the live candle, checking to see if the zz value is equal to the high or low of a candle, then stopping and doing whatever else once you find it.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 8, 2023Was requested TF OHLC Lines - show/hide effect persists through changing tf
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 8, 2023This is something you can see for yourself, experiment more.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 8, 2023Use the function icustom, read up the documentation for it, either type it in the editor and highlight it and press f1, or google search/use the online mql4 documentation. This assumes the buffer wanted is used as a drawing/indicator buffer, even if ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 23, 2022Cross = price crosses the line, close is beyond it, gapping would trigger it Straddle = candle straddles line, high and low on each side, gapping would not trigger it
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 22, 2022Then someone else will say that the alert should come when price touches the line instead. If it really is an issue then move the line 1 point further in price.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 3, 2022I could be wrong but it doesnt seem to be the case, mt4 can have thicker than 5 values, but not mt5.
MT5 Indicators and EAs
-
jeanlouie replied Nov 28, 2022If the indicator has anything in the colors tab, then it uses buffers. If the buffers aren't shown in the data window, that just means they were set to not show there. You can still access it's buffer values via icustom.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 27, 2022For the time being no changes will be made to it, but that is a useful feature, to essentially have different groups of templates.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 27, 2022Engulfing period is the number of bars engulfed, should be more than 0. Project lines is the number of bars to extend the upper and lower lines if over 0, 0 is no extension. All candles same is whether all candles engulfed and the engulfing candle ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 26, 2022Your browser or an addon/extension may be blocking the site from doing anything further. When clicked it'll try to open your mt4 platform with a link from the website, you may receive a popup from the browser asking if you want to allow it. ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 26, 2022They're there in the TP texts, before the pip value. RR2 = TP2/Sl = 249.2/83.1 = 3 RR1 = TP1/Sl = 124.6/83.1 = 1.5 You can have several tp levels, and all tp/en/sl levels are draggable so you can adjust them how you want.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 23, 2022I recall the indicator needs to be saved on the template that you are clicking to as well. When the indicator is saved on both x and y/andmore templates, then switching between x and y is fine.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 11, 2022I can go with that. Point still stands to not modify decompiled files, you didn't have the authors permission to make any changes to it, whoever that may be, and alternative actions exist like make a separate indicator, ask the author, or get ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 11, 2022Shouldn't ever do work on decompiled files. You also removed the original author's copyright from the about tab, on top of giving back an ex4 file. I'd recommend making a separate indicator, get the naming convention it uses and picks up object ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 5, 2022It still does what the user asked, more bars on chart with clarity, and I noted the limitation and kept scrollability. The mini charts whilst nifty dont add more chart bars. Of the 4 available there, 2 are mine. Features differ between the 2, but ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 4, 2022You probably won't get much use out of this because it's not the regular chart candles, you're stuck with the default zoom levels for that. This is an indicator that plots candles that you can size and keep body clarity at small spacing. Because the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Nov 4, 2022Importantly, is it working as you expect? For several reasons I typically dont supply sources.
I will code your EAs and Indicators for no charge