- Search Energy EXCH
-
jeanlouie replied Mar 24, 2023I wont get around to it, someone else may.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 22, 2023Metatrader 4/5 is just a trading platform, the tradable instruments are supplied by the broker. Currencies, stocks, indexes, crypto, futures, commodities, metals are all tradable, if provided by the broker of course. Different brokers have different ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 21, 2023These tools have been around in one form or another for over a decade, and it seems that there is no person or company with teams of very bright people, that have made anything that could be remotely considered a grail of trading.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 19, 2023Prices_Panel - input symbol - 10 choices for tf and index, no yearly - 4 choices for prices - dont have to use all 10/4
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 19, 2023Fractal_Trendlines - adjustable fractal length - trendline ends on most recent fractal, from x fractals back
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 16, 2023It's not removing invalidated signals during the live candle. The issue probably also shows up on a live chart but you just coincidentally haven't seen a signal change. Attached seems better, and arrow objects are replaced with buffer arrows so you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 11, 2023Nothing's wrong, it's like a ma crossover just hovering as a cross/no cross, or an rsi just slightly ticking around some value, it's the live candle. It may be your preference but you can ask someone else.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 11, 2023You can either make a bunch of thin objects and give each a certain color, or use a canvas bitmap and draw lines each with a different color. If using colortoargb, colors are made of red, green and blue, each with a value 0-255, 256 different ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 11, 2023Running it in the test doesn't seem to show anything wrong. It's a live signal, but alerts happen on completed candles.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 10, 2023Forget about the neutral color, its only a drawing issue for nonconsecutive values in a colored line. The histogram you have is already correct. If you want you can only show histogram bars if 2 consecutive values are higher/lower than their ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 10, 2023The histogram in your pic is correct. You can inspect the data window values for the line indicator and see there are single points of green or red values in the neutral color, but not consecutively leading to no colored line segment between 2 ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 10, 2023The data window is the table on the left. In the pic below I changed the histogram colors of the bull wicks to yellow to show how they paint over/after the blue bodies. In this example each bull bear ha candle is made of 2 histograms, one for the ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 9, 2023Investigate the data window and look at what values each histogram buffer is getting, and decide what it should or should not be at every candle for you to see what you want.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 9, 2023So make them the same height, eg give any histogram buffer to be drawn, the value of 1, or 19485, either way just make them all the same number.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 9, 2023Out of the left and right side options, the right side is more important and sensitive to clutter due to the live price being there, the left side is closer to other controls and displayed information and so is better suited to be where generic ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 8, 2023Assuming you're fine reading text that small. OHLC_on_Candle - ohlc prices on every candle within selected history - color by bull/bear or not - the oc price location will be on that side of the candle, by bull/bear
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 6, 2023I guess I didn't make the point I should have. Get any old ea that uses indicators like any random ma crossover ea, that will show you how an ea works. Regarding tf, it's a simple matter of changing the parameters in the indicator functions that you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 6, 2023Search for the AllAverages indicator and get whatever is the latest version you find.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 6, 2023The G_ibuf, Li_, and f0_ naming convention hints that it's decompiled from an ex4 file. For any collection of reasons the author did not provide the source for modifications, so it's considered a no-go to work on the decompiled file, let alone ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 6, 2023Then search properly or search better, there's an abundance of ea's on ff and mql5 codebase. The chatgpt response you posted mixes up mql4 and 5 coding.
I will code your EAs and Indicators for no charge