- Search Energy EXCH
-
jeanlouie replied Jun 24, 2025Yes you can't programatically make variable names, but you can make arrays to hold a bunch of values of the same type, or structs to hold a bunch of different values and have an array of structs. eg if you're setting up some multi symbol indicator, ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 21, 2025Alternatively, you could change the subwindow indicator to a chart indicator, blank out the chart colors, and plot the values you want in the main chart, just normalize all values to the price extents. That way the entire space would look like your ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 18, 2025That pic doesn't look like any color type from the indicator I posted, as far as I can tell there are no issues with the posted indicator. If the pic is my indicator then double check the atr period and level are the same as the subwindow, and ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 18, 2025This may be what you're after. ADX_CandleColor - colored candles based on adx values below- - main line rising, color is +- line on top - main line above level, color is +- line on top - main line above level and rising, color is +- line on top - +- ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 17, 2025- you should set the adxvalues buffer as an indicator buffer too - in oncalc you'll need to set the ohlc parameter arrays as series to match the indicator buffers that are set as series - when posting long bits of code you should use the </> button ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 15, 2025This may be useful, but no labels included. SR_Frac_HLC - sr levels based on fractals, fractals based on high/low or close - broken and unbroken levels have different styles - broken/unbroken state for closed based levels are checked with close ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jun 13, 2025Heiken_Ashi_Open_is_HL - heiken ashi with no wick - signal arrows as buffers - optional reverse ma filter, eg buys above ma or buys below ma - optional ha smoothing
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 30, 2025That would be useful, though as a free product I'll leave that limitation for now.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 29, 2025Someone once sent me some files with specs and it triggered some alert, so now I run a simple scan on every file and zip folder I download that isn't .mq4/5 or .ex4/5. Aside from running an antivirus scan, one thing I would check for are any ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 26, 2025Only the ex4 is freely available, what changes would you want?
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 25, 2025It may have made more intuitive sense if there were multiple arrows for the whole period, but the single arrow at 1h time 18:00 and the price of the 1h close is still correct.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 25, 2025Yes that's also correct, the open of the 1hr candle at hh:00 is the first tick of the 1min candle on or after hh:00. I'll repeat a previous point, on the 1min chart, what do you think 1hr candle would look like, where would the HLC prices be? The 1h ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 24, 2025To quickly accommodate a daily hour offset, the hour offset and chart time has to match, gold doesn't trade at all hours so the day, so start hour at 0 probably doesn't exist. It may be better to use this instead- OHLC_MTF_Lines - prices for ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 24, 2025It's correct, that's how the charts work. Any tf candle is based on all prices from the start of the candle to the next. A h1 candle on a 1m tf will be from the first tick(open=close) on and after hh:00 and include all ticks (last tick is close) up ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 21, 2025You should still check the code, the following seem to be either incorrect in calcs on loading, incorrect running forward or not working at all running forward, I stopped at 11 issues: smma, triangular ma, hma,zerolag ma dema, t3 ma, instantenous ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 20, 2025I don't use it, but I recall the person who did wanted signals when the lines that are used, are all on the same side of 0, so it could be useful as an impulse signal in the higher tf direction.
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 19, 2025Xb4_Accessory_MTF - v1.5 - history option for faster mtf loading
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 18, 2025Beck's Emblem update - user option for angles image
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 15, 2025Don't think there is any difference in outcome. That's probably because the mtf price history has already been loaded, and so everything else would also work, ie it won't work if the mtf data hasn't been made since the terminal turned on, on loading ...
I will code your EAs and Indicators for no charge