- Search Energy EXCH
-
jeanlouie replied Apr 15, 2024What settings are you using? Save your indicator settings, and upload the set file.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 15, 2024As noted by bestraderev, the input parameters limit inside icustom is 63, and is not mentioned in the documentation, ie you can enter up to the first consecutive 63 inputs as parameters in icustom, if you want to change any inputs after the 63rd, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 14, 2024Use google to lookup icustom and how to use it for mt4. In the pic below, icustom is shown from the documentation, and a sample inputs list of an indicator is shown. Say you want to get some buffer value of the indicator at some candle, but you want ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 13, 2024Start with the pseudo code then fill it out. Below gives you a struct array of every traded symbol with it's trade history and p/l total, from that you can do further per-symbol stats. Or you could just use a simple array for names and p/l, then ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 13, 2024If you've done everything else yourself, then it sounds strange that this is what you seem stuck on. For other purposes you must be maintaining a globally accessible list of all closed trades, if not then that would be useful. Sort that list into ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Apr 12, 2024Generalized as arrows instead, and assuming on the chart. - option for chart arrows added edit - buy/sell text will also show in the subwindow
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 31, 2024HalfTrend_wPinbars - input for size of the wick for a pin bar - pinbars in direction of halftrend slope edit minor bug
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 26, 2024Use the icustom function to get any buffer value in any indicator that is present in the indicators folder.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 25, 2024Is this mess chatgpt? Just google it - url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 24, 2024This may be of use - url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 21, 2024RSI_Trendlines - plots trendlines on the rsi that converge, ie upper slopes down, lower slopes up - uses pivot high/low ie fractals for peaks/troughs - draws first breakout on loading, then breakout of the recently completed bar going forward - ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 18, 2024The trading view indicator uses unequal left/right lengths in determining a high/low point. ie a normal pivot high or fractal high, will have an equal distance on the left and right sides that are all lower than the middle high, but the trading view ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 17, 2024This might be useful. RSI_Trendlines - plots trendlines on the rsi that converge, ie upper slopes down, lower slopes up - uses pivot high/low ie fractals for peaks/troughs - draws first breakout on loading, then breakout of the recently completed ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 15, 2024KillingZone with Gadi OBV in the same subwindow, up/dn histograms for the obv in breakout zones.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 14, 2024- Keep in mind that draw_line connects any 2 consecutive time coords (ie candles) that both have non empty price values, like a regular ma indicator line - draw_section connects one time-price coord to the next, which can be several bars away, like ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 14, 2024You can start right now by browsing the recent posts on this thread, there is no shortage of things to do.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 12, 2024That file had a lot of issues, like someone wasn't done working on it. I found the original ( url ), which still has issues too. Attached should handle the 3 mtf fractals and vlines properly.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 12, 2024I noticed a lookback issue that would explain the issue with not drawing forward live, didn't expect the rest of the file to have so many other issues. Had another look, yeah you're right there is a lot of mess, most of the buffers weren't even set, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 11, 2024As far as I can tell, there is nothing wrong with the indicator. Does the issue persist on a live empty chart?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 11, 2024Seems fine going forward now. edit - updated - vline printing, on new fractal match on all 3 tfs and a new smallest tf fractal - drawing all 3 tf fractals
I will code your EAs and Indicators for no charge