Page 87 of 147

Re: v2v dynamic system

Posted: Mon Sep 05, 2022 9:51 am
by nathanvbasko
v2v dynamic trading system
 
The many faces of Quantitative Qualitative Estimation (QQE)... under dynamic MyNET
 
Updated calculations ( experiment )
 
MyQQE... using RSI with Hann windowing
 
 
 
MyQQE.NET using RSI H
 
 
MyQQE of MyQQE (double) using RSI H
   
MyQQE.NET of MyQQE.NET (double) using RSI H
   

Re: v2v dynamic system

Posted: Mon Sep 05, 2022 10:38 am
by nathanvbasko
USD/CAD
 

Re: v2v dynamic system

Posted: Mon Sep 05, 2022 8:18 pm
by nathanvbasko
Just some updates...

dynamic MyNET
 
─ Replaced regular TEMA with Zero-lag TEMA,
─ removed recurring calculation overheads,
─ and done some code optimizations.
   

Re: v2v dynamic system

Posted: Tue Sep 06, 2022 1:25 pm
by nathanvbasko
EUR/USD... test chart
   

Re: v2v dynamic system

Posted: Tue Sep 06, 2022 10:25 pm
by nathanvbasko
...test chart
 

Re: v2v dynamic system

Posted: Tue Sep 06, 2022 10:35 pm
by nathanvbasko
The HA-APB tool that is part of the v2v dynamic system will be updated soon due to calculation overheads... In the meantime, please use a Japanese candle to display as an option:
   

Re: v2v dynamic system

Posted: Wed Sep 07, 2022 1:01 pm
by nathanvbasko
Another some updates...
 
dynamic MyNET:
 
─ Updated QQE calculations (QQE of RSI with Hann windowing (RSI H) and QQE of QQE with RSI H,
─ An added variation of RSI H inside the 3nity-tool sets,
─ and done some code optimizations.
   

Re: v2v dynamic system

Posted: Thu Sep 08, 2022 1:40 am
by nathanvbasko
EUR/USD... a test chart only
...with dynamic MyNET ─ RSI with Hann windowing ─ under 3nity-tool "RD"
 

Re: v2v dynamic system

Posted: Thu Sep 08, 2022 3:48 am
by nathanvbasko
test chart only...
   

Re: v2v dynamic system

Posted: Thu Sep 08, 2022 7:13 am
by IQ-m7
☛ The VWAP bands on this system...
 
This one is built with an Average True Range/Average Range or Average Daily Range wherein the shifted VWAP bands (from the midpoint - the main VWAP line) are calculated based on statistical z-scores. The main VWAP starting point of calculation is based on Dr. Paul Levine's (R.I.P.) lecture about his MIDAS system.
 
The statistical z-score value is getting injected inside an algorithm or as an option to be part of an equation for predicting trend-end probability. The vertical line guides on this system (from & to) are used for plotting from price inflection points or session ranges (4-hour, daily, weekly, and monthly or 8-hour or 24-hour market range). The setup included a feature that can switch from MVWAP (MA-based VWAP ) to classic VWAP. The MA (Moving Average) is a Hull MA non-lag fused using a Fulks Matulich way of calculation of a T3-based MA. As a result, I called it a T3-HMA.
 
The MAs inside the system are primarily linear volume-weighted with applied Jurik-based MA smooth filter (but some of it only as the rest are using an adaptive calculation with Price) before adding DSMA filter (Deviation-Scaled MA by John F. Ehlers). Then, other tools were fused within the system... Such as a Regression Analysis tool that can switch instantly between a normal Price Close and Heiken Ashi - APB Close. And the MA's period calculation within the system is calculated/assigned dynamically based on the current Dominant Cycle Period, an algorithm by John F. Ehlers.
Hello Nathan,
I find this approch of mixing Anchored Volume and Range very interseting, and i can say that since i began studing TAs ideas nobody came with this until i read your thread.
My Coding skills are not that good but i was trying to create something like it. Sadly i didn't come with the exact values of (z-score * range) (1.28/1.95/2.58) which i bring it from digging little bit here
https://www.macroption.com/why-is-volat ... 0of%20time.
https://www.macroption.com/historical-v ... lculation/
The statistical z-score value is getting injected inside an algorithm or as an option to be part of an equation for predicting trend-end probability
Can you elborate more the algorithm used to get the ATR and AVR ranges ,and their links with the TFs (H4/D1/W1MN). i will be thankfull if you do so cuz this will give me a launch pad to more devolopes for my poor Algo Lol.
& Thank you