- Search Energy EXCH
-
jeanlouie replied Oct 28, 2023- the histogram for candle like display is auto scaled to chart zoom, so the width and chart candle candle width are same - no mtf for the time being
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 27, 2023Looks like chatgpt, currently chatgpt can't reliably make mql4/5 codes: - enum_arrowcode is a data type that doesn't exist, leads to the next issue - the "implicit conversion from number to string" is the compiler trying to turn the unknown data ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 27, 2023Farout- You can edit a post to keep things in a single post, which is useful if you ever refer back to a post. Go on mql5 and search marubozu, there are free products and codebase articles for mt5 that include/use that candle type.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 26, 2023Though I didn't search for long, I didn't find any marubozu indicator for mt4, I did find other indicators that have a bunch of candle types including maru but on mt5. Marubozu_Candles - Marubozu candles drawn as body components of candles - full, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 25, 2023I'm not aware of any samples that are limited in number of sales. If you mean product activations on the mql5 market, that's the number of different computers that a product can be run on by the same person, surely 5 is more than enough. It just ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 25, 2023Testing, for what purpose? Why not just release an indicator with no restrictions on use, even if just an ex4/5?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 24, 2023It loads fine, and you haven't pointed out any specific issue. You have enough to go on to go further- - you have examples of how to define the close n open prices of the last completed bar and the bar before it - with this you can define the sizes ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 22, 2023- when developing, keep the experts tab open in the terminal toolbox; there is an error hinting what the issue is - " int i=0 buf[i]-buf[i-1]" what index is 0-1? Also you don't need to declare an i, just use 0 and 1 directly.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 21, 2023It's not working as you expect because it's written by chatGPT, which doesn't know what it's doing as it just pieces together random things from related searches that looks like what a potential answer may be. There are several issues with it, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 21, 2023- the indicator has live signals - conditions for live signals may change as the candle develops - when the chart history is udpated, or anything happens to re-initialize/load the indicator, all the buffer drawn arrows will be removed, and only ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 20, 2023A strange quirk seems to be that, while custom wav files may be listed in the drop down list of wavs, you can't actually just select one of them, as the default wav file will revert to the last used wav file. Instead you have you select Choose ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 20, 2023There is an input for arrowsIdentifier, make up a different value for it each time you load the indicator with arrows on the same chart.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 20, 2023There is no issue, the live arrows are not meant to stay there if the chart history is updated or tf changed and the live conditions afterwards are different, and both of those cases will re-initialize the indicator. Attached has an option for ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 19, 2023A more appropriate term may be "draw" shift, this may be what you're after. As cja mentioned above, a draw shift to the left is not very usable. Stochastc_wShift - regular stochastic but with draw shift - mtf pic shows draw shift to right and left:
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 18, 2023ADX (average directional index) which is present in mt4, is specifically for this. Another to consider would be a longer period macd crossing the zero line or coming withing a certain distance to the zero line. url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 11, 2023Yes but why not just use the ellipse shape? Pic has ellipse shape and fibo arc, both default shapes available in mt4.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 11, 2023Mtf approach: - get the time of the current week, long t_week = itime(...week...index 0=current) - find candle index on the current tf that matches that time int i_weekcurrent = ibarshift(...t_week), if the exact time doesnt exist then decrement the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Oct 11, 2023Perhaps consider an account with a broker that has futures you're interested in, along side the regular underlying instrument too, and either have the charts open at the same time, or use the indicator below, to look for changes in the futures chart ...
I will code your EAs and Indicators for no charge