Re: MT4 Indicator requests and ideas

20732
nine wrote: Wed Oct 16, 2024 1:21 am hello forex station

i gave a look around and was wondering if you had any TSI true strength index with smoothing similar to the jurik rsx in nature except with the tsi included are both examples. not sure where i got the tsi ex4 cant remember. i looked over a page of tsi indicators and searched and did not see what i was looking for though i may have overlooked it. thanks for any assistance.
Hello.
I am not sure if this what you want, but made version with jurik smoothing... CLICK

Re: MT4 Indicator requests and ideas

20733
excellent thanks for taking the time to do it.ill have a look to see how it is. my intended use is xua 1min/eur 5min then i am looking at adapting to a 1hr chart with the strategy. i got my ea together and am testing. i have a safety close with a 2 moving average confirmation though sometimes i am missing some signals and started thinking of a safety open where if my signal generates but doesn't align with the conditions of my confirmation filter that it would check for a 50/50 cross on the 0 line from above or below of the DMX, TRIX fast line, and TSI indicator kind of a back up. im in a brainstorm not sure if i will need it seems to be more of a concern on the xua 1min than the euro. if i use a TSI it will be for that purpose ill have to embed the code into my ea. thank you for the indicator. not sure how the jurik will effect it. i really liked the RSX i thought for the most part i liked the RSX way better than the regular RSI was hoping the smoothing would affect the TSI the same way. if using in code ill likely lean to the RSX over the RSI if possible was hoping id feel the same way about the TSI jurik. thanks again looked itover-it looks great
These users thanked the author nine for the post:
kvak


Re: MT4 Indicator requests and ideas

20738
kenshin281180# wrote: Fri Oct 18, 2024 1:53 pm Hello team does anyone have a lwma indicator that generates alerts when the slope changes? Or a moving average crossover indicator that allows you to select hull ma and lwma crosses?
Maybe these will work for you?
These users thanked the author BeatlemaniaSA for the post (total 3):
kenshin281180#, Ricstar_8, Striker
BEATS V5 - "Enjoy The Quiet Between Trades”

Improve Your Trading Psychology - NO FEAR, NO DOUBT

Re: MT4 Indicator requests and ideas

20739
If I may, with the slightest forth-impressions of persistence that my attitude shall emit, share you this path-route, with all its intricacies that I strive to unravel. I have managed to construct a draft that integratively incapsulates the first major step of the whole process, draft v_1, with some aberrant fluctuations of extbuffers. Nevertheless, I have currently stopped at the second major step (‘stopped’ ≠ ‘ceasing the progress’), for I sense that I have already accomplished ‘much’, and this ‘much’ is ever ‘not enough’ to be a priori quantified as such. I contend to elicit the major steps of this project, along with the array list of its sequent substeps :
Step 1 Integrating the Wavelet Decomposition Method
1. Changing the frequency domain from [0, -N] to [π, -π]
2. Normalising the transform procedure as fitting trigonometric series with Hermitian symmetry
3. Identifying local maxima and local minima
4. Sorting and re-indexing both the local maxima (descending manner) and local minima (ascending manner)
5. Computing ωn (magnitude proper) values for local maxima and local minima (the magnitude represents the strength of the signal at a given frequency) & setting boundaries for the min-level
The draft v_1 incorporates this step so far.
Step 2 Wavelet Filter Bank
6. Defining constants and arrays for parameters
7. Scaling function and Wavelet fuction
8. Defining the function for β
9. Computing tau n
10. Determining y
The draft v_2 incorporates this step so far.
Step 3 mainly consists of the reconstruction phase of the decomposed signals
11. Inversing wavelet transform: I need to implement the inverse wavelet transform to reconstruct the signal from the wavelet coefficients.
12. Combining scaling and wavelet functions: I need to use the scaling function and wavelet function to combine the contributions of different segments.
13. Iterating over segments: I need to ensure that it iterates over all segments to collect and combine their contributions properly.
14. Outputting the reconstructed signal: to store or output the reconstructed signal for further analysis. (NewreconstructedBuff)
Would you assisst me ?
These users thanked the author Radza for the post:
Striker