Money Manager Table
- After using the Configuration to build and plot a money management scheme, VTS builds a table values.
- This table can be saved to a CSV file and opened using a program like Excel.
- This table provides a view of the lot size versus balance scheme.
- You can refer to this table to find the correct lot size when manually opening trades
- This same data is used by your Expert Advisor to find the correct lot size when the EA opens a trade.
This is an example of a money management table.
| Trade | Number of Lots | Profit | Account Balance | |
| 1 | 0.7 | 140 | 5140 | |
| 2 | 0.8 | 160 | 5280 | |
| 3 | 0.8 | 160 | 5440 | |
| 4 | 0.8 | 160 | 5600 | |
| 5 | 0.8 | 160 | 5760 | |
| 6 | 0.9 | 180 | 5920 | |
| 7 | 0.9 | 180 | 6100 | |
| 8 | 0.9 | 180 | 6280 | |
| 9 | 1 | 200 | 6460 | |
| 10 | 1 | 200 | 6660 | |
| 11 | 1 | 200 | 6860 | |
| 12 | 1 | 200 | 7060 | |
| 13 | 1.1 | 220 | 7260 | |
| 14 | 1.1 | 220 | 7480 | |
| 15 | 1.1 | 220 | 7700 | |
| 16 | 1.2 | 240 | 7920 | |
| 17 | 1.2 | 240 | 8160 | |
| 18 | 1.3 | 260 | 8400 | |
| 19 | 1.3 | 260 | 8660 | |
| 20 | 1.3 | 260 | 8920 | |
| 21 | 1.4 | 280 | 9180 | |
| 22 | 1.4 | 280 | 9460 | |
| 23 | 1.5 | 300 | 9740 | |
| 24 | 1.5 | 300 | 10040 | |
| 25 | 1.6 | 320 | 10340 | |
| 26 | 1.6 | 320 | 10660 | |
| 27 | 1.7 | 340 | 10980 | |
| 28 | 1.7 | 340 | 11320 | |
| 29 | 1.8 | 360 | 11660 | |
| 30 | 1.8 | 360 | 12020 | |
| 31 | 1.9 | 380 | 12380 | |
| 32 | 1.9 | 380 | 12760 | |
| 33 | 2 | 400 | 13140 | |
| 34 | 2 | 400 | 13540 | |
| 35 | 2.1 | 420 | 13940 | |
| 36 | 2.2 | 440 | 14360 | |
| 37 | 2.2 | 440 | 14800 | |
| 38 | 2.3 | 460 | 15240 | |
| 39 | 2.4 | 480 | 15700 | |
| 40 | 2.5 | 500 | 16180 | |
| 41 | 2.5 | 500 | 16680 | |
| 42 | 2.6 | 520 | 17180 | |
| 43 | 2.7 | 540 | 17700 | |
| 44 | 2.8 | 560 | 18240 | |
| 45 | 2.9 | 580 | 18800 | |
| 46 | 3 | 600 | 19380 | |
| 47 | 3 | 600 | 19980 | |
| 48 | 3.1 | 620 | 20580 | |
| 49 | 3.2 | 640 | 21200 | |
| 50 | 3.3 | 660 | 21840 | |
 
			