- Search Energy EXCH
-
jeanlouie replied Jul 14, 2024The switch case is missing breaks, in the ide double click switch to highlight it and press F1 to bring up the doc to see info about it. eg - place some variable on global scope so it can be used anywhere else - set the value in oninit int ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 12, 2024This is free, it just plots any sym/tf and you can flip the plot too. It draws in the current chart so it doesn't make an offline chart. url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 9, 2024Popup and sound alert options added, if alert is on.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 9, 2024Xb4_Accessory_MTF - v1.4 - the arrow objects are signaled as buffers, 1 for present
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 5, 2024No, the base indicator is an ex4, as far as I know there isn't a straightforward way for mt5 to read an ex4, inquire with the indicator's author.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jul 2, 2024Print just means a printout is in the experts tab, no alert popup window, but now there will be a mark on the chart too. Levels_from_x_bars_back - draws a vline at an index, and 2 levels with optional pt offset from the vline's candle ohlc price - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 30, 2024Levels_from_x_bars_back - draws a vline at an index, and 2 levels with optional pt offset from the vline's candle ohlc price - levels extend to live - vline can be dragged to a new candle - alerts
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 20, 2024Is this chatgpt? Currently it can't make usable mt4/mt5 codes, and will have numerous incorrect lines and or unnecessary/unused additions. It also doesn't load because there's an array index error from an incorrect lookback-limit calc, this is fixed ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 19, 2024Michael_S_Jenkins_-_Secret_Angle_Method - v1.4 - additional 1/6 and 1/8 lines - the divisor for 6 and 8 are optional, so they can be from 3 and up eg 1/5 or 1/10
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 16, 2024Per your picture, levels will cross the live candle, so an nth candle at live will also have it's levels, post is updated.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 16, 2024Thanks for bringing it to my attention, post is updated.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 15, 2024VLine_nth_Candle_HL - draggable vline - high n low lines on every nth candle from the vline - stylable *update - stylings - shows levels crossing live candle gif
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 10, 2024That is a source file, but that's the indicator, not the ea. Anyhow I won't get around to doing any thing with ea's. Either ask someone else/no name open post, or experiment with using free ea builders or a universal ea which is floating around, so ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 9, 2024url ex4's are not modifiable source files.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 9, 2024No, change the other one, "so change the iCustomMA parameter of length to an int type", length ought to be a integer, unless you intend there to be a decimal length. Array out of range is another common issue, and it means exactly what it says, an ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 8, 2024You need to attach a source file for anyone to make any changes to it. Look around for related ea's that have an option for a live or completed candle signal.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 8, 2024- the strict property is good to have - "possible loss of data due to type conversation" is a benign issue, but should be corrected, it's when one data type is being converted to another implicitly (implicit as in it's not intended/instructed by ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 7, 2024This may be of use. Price_Levels - draws 2 horizontal lines above and below price, as close, ask or bid, separately for upper/lower lines - shows distance from price in points - lines are draggable - line distance can also be changed via enter ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 4, 2024There are other fractal channel indicators around, but the attached will update on new candles.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 3, 2024If you're ok with simply renaming some rectangle, to be a name that will be checked for an alert, then the attached may be of use. Alert_by_Rectangle - alert by price crossing inside or outside of rectangle - there are input names for rectangles to ...
I will code your EAs and Indicators for no charge