Page 68 of 168

Re: v2v dynamic system

Posted: Wed Oct 13, 2021 1:22 am
by nathanvbasko
Optimized... v2v dynamic trading system 
 
─ Re-arrange the navigational buttons
─ DCP button was removed... Background generation of DCP values remains.
─ New templates
   

Re: v2v dynamic system

Posted: Wed Oct 13, 2021 11:14 am
by nathanvbasko

Re: v2v dynamic system

Posted: Thu Oct 14, 2021 11:26 am
by nathanvbasko
I'm thinking of adding the classic standard deviation bands as an option. This is like the classic market/volume profile tools out there.

Currently, the bands you're seeing as described on the first post (post #1) herein are based on Average Range (ATR or Average (N) Daily, Weekly, and Monthly Range. This is for the band size width while using the statistical Z-score or Fibonacci-based calculation with MVWAP or classic VWAP value as its starting point for band expansion (+/-)

Re: v2v dynamic system

Posted: Thu Oct 14, 2021 3:32 pm
by nathanvbasko
Optimized... v2v dynamic trading system
   

Re: v2v dynamic system

Posted: Thu Oct 14, 2021 11:00 pm
by nathanvbasko

Re: v2v dynamic system

Posted: Fri Oct 15, 2021 2:01 pm
by nathanvbasko
Recompiled... and optimized for the new MT4 build 1350 (14th October 2021) 
   

Re: v2v dynamic system

Posted: Mon Oct 18, 2021 1:07 am
by nathanvbasko
The current release... v2v dynamic trading system 
 
─ Reset button: On-trigger ─> Reposition the vertical line guides and check for data horizon breach.
This will change tick/volume data source to... e.g. _Period == H4 ? PERIOD_M5 : _Period == D1 ? PERIOD_M15 : _Period > D1 ? PERIOD_M30 : PERIOD_M1
─ New templates and parameter updates
   
Re-attached..

Re: v2v dynamic system

Posted: Tue Oct 19, 2021 2:25 pm
by nathanvbasko
Streamlined... v2v dynamic trading system
 
─ Removed MVWAP bands (due to on-load recalculation of bars ─ MT4 known issue) and kept the classic VWAP bands calculation
─ New templates
   

Re: v2v dynamic system

Posted: Wed Oct 20, 2021 4:42 pm
by nathanvbasko
Nearing the finish line... v2v dynamic trading system
 
─ Put back the MVWAP feature as it now handles the on-load recalculation of bars problem.
─ New templates and parameters (navigational button repositioning)
   

Re: v2v dynamic system

Posted: Wed Oct 20, 2021 5:32 pm
by Borshchov A.N.
nathanvbasko wrote: Wed Oct 20, 2021 4:42 pm Nearing the finish line... v2v dynamic trading system
 
─ Put back the MVWAP feature as it now handles the on-load recalculation of bars problem.
─ New templates and parameters (navigational button repositioning)
 
Image

 
v2v_dynamic_system_Generic.zip
Could you show the entry and exit conditions in the last screenshot?