Attachments forums

List of attachments posted on this forum.


All files on forums: 134224

Re: v2v dynamic system

nathanvbasko, Sat Nov 02, 2019 8:56 pm

v2v dynamic trading system: profile loading... and greyed out ( unclickable elements) MT4 toolbar prevention

─ Added greyed out toolbar prevention code... and removed unwanted objects due to on-load failure
─ New default parameter values
─ Since intuition can be trained... And so as your eyes and brain in order to see the divergence/convergence. With that, I removed TDZ's divergence signal to prevent a possible false signal creeping up to your analytical mind.
─ TDZ & v2v Momenticks new selection button.
─ Some code optimization has been done among other tools
─ New template and custom profile
─ New default parameter values


If you experienced the greyed out ( unclickable elements ) MT4 toolbar issue whenever you are loading custom indicator(s) that use tick data (volume history) extensively, which usually happens upon loading the v2v dynamic trading system. And more often (with MT4 demo servers due to connection/latency issue) if you closed your MT4 platform while more than one chart/instrument or pair are getting loaded (more frequently from the previous release). Now with the current release (get it from the shared link below), you might not experience this issue anymore as the entire system won't load up completely unless the connection to your broker's MT4 server(s) (demo or real) has been established successfully.

...as shown on the following MT4 screenshot below
   
To rectify this issue, please follow the instructions below (on the screenshots):|
     
 
 
***optional solution: Reload your template (the default or v2v dynamic system) on your chart or switch to another timeframe (e.g. from M30 to H1) 
 
 ======================================
A must before using the v2v dynamic trading system:
   
Follow the steps below:

1) Open an M1 chart
2) Press "F2" key to load History Center
3) Navigate to the currency pair and the "1 Minute (M1)" history data for the chart you have open in your terminal (be sure to "double click" the "1 Minute (M1)" selection in history center so it becomes the active selection)
4) Then left-click once on any of the data rows in the right-hand window of the History Center (it doesn't matter which one)
5) Click the "Add" button, this pops up another window titled "Bar" and the default selection is on the "year"
6) Enter 1970
7) Then select "OK"... and it creates a new bar with the timestamp and price info you just added.
8) Now select "Close" in the History Center
9) Attached a script located under "Scripts" folder (with v2v_dynamic_system.zip) >>> Attached this to your chart: ForceLoadHistoricalData.ex4
10) Navigate to your M1 chart of interest and then from the terminal window (press Ctrl-T) select "Journal "-> go to main chart window and right-click mouse button and select "Refresh"...this will refresh the chart and attempts to fill any time gaps in the chart data (which now includes your year 1970 data point) with server data
Step 10 continued...Now your chart will have pulled anywhere from 2048 to 65536 M1 bars from your broker's server (not Metaquotes server) and is usually far more data than you can get the broker to cough up when you try and manually scroll your M1 chart back in time

If everything went fine... then you've quickly downloaded all the broker's M1 data on your currency pair that the broker is going to let you have, much faster than holding down the home or page-up key for minutes and minutes to download even fewer data. Now, you may continue with the rest of the time frames. But, don't forget to delete the year 1970 dummy tick data after it downloads more history, then you may need to check & verify if after the deletion (1970 record) if still got maximum historical data has been downloaded otherwise add 1970 record once again.

 
 
 
All files in topic