Trading Systems: The Golden Rule of Traders

 

New article The Golden Rule of Traders has been published:

In order to make profits based on high expectations, we must understand three basic principles of good trading: 1) know your risk when entering the market; 2) cut your losses early and allow your profit to run; 3) know the expectation of your system – test and adjust it regularly. This article provides a program code trailing open positions and actualizing the second golden principle, as it allows profit to run for the highest possible level.

Author: Genkov

 

Very interesting article.

could this line be an error?

if(High[1]<=Fb11 && High[1]>Fb11+Fb10)
{
newSL_S=Fb11;
}

perhaps it should be:

if(High[1]<=Fb11 && High[1]>(Fb11+Fb10)/2)
{
newSL_S=Fb11;
}

 
Great article you have going here, please continue! I like the clean charts and the detailed openness on trades you're taking/have taken. Hope i can also post up some value-adding charts as time goes by. You can also visit www.ikonfx.com to find the articles which I written about it
 
I just skimmed the article, that's really a great summary of exits.
 
I am new on this software. Can anyone guide me that how I have to use these files? I know this would be offending but I am sorry and I appreciate for your help.
 

hey how to apply this things..I can't understnad

 
Anyone help me using  this please 
Reason: