- Search Energy EXCH
-
jeanlouie replied Sep 5, 2023So? It's still very much hit and miss. You haven't mentioned what type of ea's they are, what they're doing, or how much additional debugging and/or re-asking you've done, or how many problems you've encountered. If chatgpt were reliable then you ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 5, 2023Currently chatgpt cannot make usable codes for mt4 and mt5. Candle_2_Pattern_Scanner - scans all market watch symbols for the 2 candle patterns described - click on the tf btns to go that sym+tf - signal texts on chart if the current chart symbol ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 4, 2023Well you haven't attached any indicator for anyone to have even a glance at. Either way I probably wont get around to it, someone else may though.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 4, 2023Per this post, you won't like a repainting indicator if it was made to not repaint. url The ex4 file cant be altered as its not a source file, the other file is a mq4 source file, but is decompiled, so ask the original author for modifications to ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 4, 2023Attached is an option for size from body or HL.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 1, 2023This may be useful url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Sep 1, 2023If I understand this right, if not please correct- - purpose is to limit a potential full-sl (or more) loss on an open order, when connection to the broker (and control over an order) is gone (for whatever reason, from any connection like a user ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2023I assume you mean tickValue, not pipValue. NormalizeDouble has proven to not be reliable for normalizing prices & lotsizes. The simple and reliable way is to just multiply the step increment by an integer multiple, this ensures the normed value is ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 31, 2023The error also shows in the journal of the strategy tester too, it just wont cause it to stop. Rounding up or down, the ratio of volume to check : vol step, *step, -volumetocheck, will almost always be over 0.0000001, triggering a false return. The ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 30, 2023Double check that the value of the ask, seen in the market watch, should also be seen on the zoom level you're at, ie if you're zoomed out far enough or the chart price range is large enough, the spread will be so visually thin that the bid/ask ...
Show ask line not working in MT4
-
jeanlouie replied Aug 30, 2023As you know the change to pipettes was literally just adding an extra single decimal place to price quotes, to allow spread values in decimals, not limited to values like 1 or 2, and to be smaller than 1, and is applied to only forex, as far as I ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2023Consider contacting the authors of the other indicator. I've only added arrows on a new histogram color, in it's subwindow, they will stay whilst things repaint. You can change the arrow symbols.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2023This is a whole new indicator then- VLine_Box_Channels - fixed candle vlines, bounding times and prices with a colored rectangle - 2 channels, from the open to the high and low time/prices - the channels can be draggable and can update on new bar or ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2023You can just draw the arrow on the most recent signal, so there's only 1 signal per up/dn on the chart, or remove any close enough signal when a new signal appears.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 27, 2023One of these may do it url url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2023Accelerator_n_Awesome_Oscillator_v1.1 - plots both accelerator and awesome oscillators as lines - option to plot when both are above or below 0, or both slopes are same - plots arrows n it's subwindow, optional arrows on chart - full alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 26, 2023Options added for rectangle color whether last candle close is above/below the open of the first candle.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Aug 25, 2023Not exactly a long horizontal line, but an option for you to use: MAs_MTF_toggle_label - multiple ma's, separate settings, mtf - optional labels to show, with input for a leading text like "--------------", see pic
I will code your EAs and Indicators for no charge