Attachments forums

List of attachments posted on this forum.


All files on forums: 134215

Re: v2v dynamic system

nathanvbasko, Tue Feb 15, 2022 5:48 pm

zookeeper wrote: Tue Feb 15, 2022 2:26 am Thanks for the update.. awesome!!
I have just tried it on a single chart with nothing else running on my MT4 platform. It unfortunately runs really slow...
Any chance to make it less heavy?
Cheers :hug:
 
Do the following maintenance steps.
A) Delete not needed indicators or tools inside your indicator folder
B) Delete Global variables ─ old/new must be deleted
   
C) Before loading the v2v dynamic trading system, please read the following steps below. And make sure to do the same steps with all the currency pairs or instruments to load enough tick/volume history.
 
1 ─ Open an M1 chart
2 ─ Press the "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 the history center so it becomes the active selection)
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)
4 ─ Click the "Add" button, this pops up another window titled "Bar" and the default selection is on the "year"
5 ─ Enter 1970
6 ─ Then select "OK"... and it creates a new bar with the timestamp and price info you just added.
7 ─ Now select "Close" in the History Center
8 ─ Attached a script located under "Scripts" folder (with v2v_dynamic_system.zip) >>> Attached this to your chart: ForceLoadHistoricalData.ex4
9 ─ 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
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.
   
D) ...And finally, change the parameter value of the MT4 platform by going to the Options window (Max bars in history)
   
E) Make sure to load the attached template. There's an order of loading the tools within this system as one tool depends on another. Meaning, you cannot simply attach one-by-one or use one or two tools only.
 
F) From time to time you may need to click this reset button...
   
Note:
Most of the users who consistently use the v2v system are usually loading this from another computer or another instance of the MT4 platform to generate their own technical bias.
 
Another thing to note is that... From the backend side of your Broker's MT4 server, they can set a bandwidth limit for each instrument or currency pair (even less on the MT4 demo server).
Hence, those major pairs, crosses, or instruments load faster compared to others. And since this v2v dynamic trading system processes tick/data intensively, it may add additional load. Even more so, as most of the tools within the v2v system are doing recursive calculation (at least three cycles and the others are six)
All files in topic