You are missing trading opportunities:
- Free trading apps
- Over 8,000 signals for copying
- Economic news for exploring financial markets
Registration
Log in
You agree to website policy and terms of use
If you do not have an account, please register
I've been scratching my head about this too. It turns out that the smaller the plots, the higher the probability of fitting.
The fewer the sites, the rougher the calculation.
An example of this calculation is finding the positive direction for portfolio instruments. We have 2 time points. How the portfolio balance curve behaves between these points we don't know. More information is required. If we take, for instance, 10 time points, then the situation between the extreme points will be refined, i.e. we will get new extrema. The more such time points, the more the situation is refined. There comes a point when further refinement of the data is not needed and the error in the calculation is not significant.
The smaller the number of sites, the rougher the calculation.
An example of this calculation is finding the positive direction for portfolio instruments. We have 2 time points. How the portfolio balance curve behaves between these points we do not know. More information is required. If we take, for instance, 10 time points, then the situation between the extreme points will be refined, i.e. we will get new extrema. The more such time points, the more the situation will be clarified. There comes a moment when further refinement of the data is not necessary and the error of calculation is not significant.
The task of the indicator Portfolio Currency v2 is to fix the group movements of the trading instruments of the portfolio.
The question remains, where to set the reference point and on what basis? I believe that the reason is its remoteness from the peak of the balance curve by the specified value. For example, the portfolio has 10 instruments. We select 100 pips for each instrument. Total distance of the extremum from the zero level is more than 1000 pips. In the optimization mode - searching for the positive movement direction for each instrument in the portfolio - we find the starting point.
The starting point is 29.06.11 18:00. The time may be specified if we switch to a lower timeframe. Peak value of the balance curve is equal to 1092 points. The current value is equal to 1057 points. The maximum movement is equal to 283 points, the minimum movement is equal to 4 points.
We open positions in the specified directions of the indicator. TP level is equal, for example, 60 points. The grid interval is equal, for example, to 200 points. The maximum grid width is equal to 1057 points. Now we have all the data we need to calculate the position volume for each instrument: the amount we risk, the maximum grid width of 105 pips and a grid interval of 20 pips.
If the indicator changes the trading direction during the trading process, the position is locked. For example, a sell position on USDJPY - 4 pips movement is the first candidate for locking.
Demo account.
Login : 1345962
Investor : akz4ysp (read only password)
Server - InstaForex-Demo.com
I have adapted the Portfolio Currency indicator for the T101 trading system.
The original TS http://www.forexfactory.com/showthread.php?t=107119
This indicator has the original calculator for determining the general direction of the single portfolio of 14 currency pairs.
Made my own version of the indicator for T101
Id is a kind of set, each next one must have one more.
Then the first indicator counts the base point for the second, the second for the third, etc.
There is not much point in having more than three.
What is a 'base point'? A place to start optimising from? Do we turn over when we reach the maximum permissible drawdown?
Is it profitable, or is it always a drain after over-optimisation?
Pips - minimum positive distance of the Balance curve in pips from the zero level at the end point of the time interval. This parameter finds the starting point for the Balance curve during optimization.
Checked it out.
It turns out that the more often you over-optimise, the worse the results.
You can play with it. Start with default settings.
In the meantime, the indicator in MT4 showed the following picture.
I remind you that optimization was done on 100 W1 candlesticks until 2010.07.01
You can now test the idea of optimisation. In the new version of my indicator, the period coloured yellow has been optimised. It is followed by a chart unaffected by the optimisation.
Indicator parameters:
extern int Lengh=100; //Length of analysis
extern int Shift=0; //Which candlestick to optimize from
extern string FileName="Symbols.csv"; //file with symbols and directions (-1 sell, 1 buy)
extern bool ConsiderSwap = false; //Count swaps
extern bool OptimizeProfit = true; //Optimize by profit(quick optimization)
extern bool OptimizeDrowDown = false; //Optimize by drawdown
extern color ColorOptimize = Yellow; //Color of rectangle, shading the optimized interval