- Search Energy EXCH
-
jeanlouie replied May 14, 2025No, you can explore any potential further issues once you've used the existing solution. You're not the first person to attempt making mtf mt5 indicators that has encountered this issue. Also no, if the mtf indicator handle can't be made in time ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 13, 2025You're trying everything except the single thing to make it work. image When the mtf indicator handle is requested in oninit, the mtf data has to be prepared, it is not ready immediately, and still not ready when oncalc is first run, so barscalc ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied May 13, 2025To be blunt, both those codes are atrocious, there are so many things that are wrong or redundant, it's easier to write what should be done- - 1 buffer only, set as series once in oninit - set the handle with mtf tf in oninit, it will not be ready ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 22, 2025Noted, I'm amused that barshfit can return an error on the chart's own tf if that tf hasn't been loaded since the terminal started. Post is updated.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 21, 2025Updated to compile with x64 regular as it generally should be. - the point isn't the decimals, the point is that the vwap stdev values are what's expected *if* standard deviation is calculated from the vwap line - the pinescript doesn't show how std ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 21, 2025Manually checking a small sample of vwap, the stdevs and the first upper std all seem correct, the indicator values match excel calcs- image Keep in mind you can increase the stdev multiples, the defaults are 1-2-3.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Mar 21, 2025This may be useful VWAP_mtf_std - any higher mtf - 3 std lines with input multiples *updated to note the tf setting should be higher than the chart *updated for default tf as daily *updated compilation as x64 regular *updated weekend no new ticks
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 15, 2025Options added for alert on price touch and price closing above/below the ks line.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 14, 2025Yes I'd say that's an issue, but I dont have the source to it anymore, though keeping the button in the upper left corner would address that issue.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 8, 2025Along the way someone removed the exit condition in the while loop, it's the exact same issue as before. Seems fine now.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 3, 2025Was based on different radius inputs, attached just has a user input for different loadings.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Feb 1, 2025As far as I recall the arrows are when all selected cases (1, or 2 or 3) are above or below 0. Think of it like 1 to 3 rsi lines in the same window.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2025I'm not aware of any version repainting, outside of reloading altogether as the base indicator repaints. However this is the latest v1.4 url
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2025Well because you directly mention it, the paid version includes 2 ma options, alongside 8 other optional indicators below, they plot in the mini chart or a subwindow inside it as you'd expect, mtf too. 2x moving averages Bollinger Bands Parabolic ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 31, 2025Yes, I recall the base indicator xb4 repaints a few bars, the signalling indicator I made doesn't as it only takes live values (subject to mtf). If you run it for a while then reload it, the history is completely different, which was mentioned in ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 29, 2025I'm curious, this indicator you've got loaded twice in the upper right of this pic, that shows other sym/tf charts, what do you like or dislike about it? Have you found it useful and is there anything you would change?
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 24, 2025Interesting, I don't think I've ever seen a spiral indicator, it's modified- - drop list options for ratios, or a custom one - square color - option to update square position, and which candle to put it on - you can load multiple times with ...
I will code your EAs and Indicators for no charge
-
jeanlouie replied Jan 12, 2025Good point session open lines v1.3 - indicator objects are not selectable
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 24, 2024Added alerts for every new line made and each are optional.
I will code your EAs and Indicators for no charge
-
jeanlouie replied Dec 21, 2024This may be of use, note that the vertical scale is shifted 50 down, functionally the same but done for the drawing style. Stochastic_Histogram - regular stochastic - mtf - main line is a slope colored histogram
I will code your EAs and Indicators for no charge