PureBytes Links
Trading Reference Links
|
Tomacz,
As I said the system tester is a Great Tool.
Second Question for profit target:
With an example
I have a buy signal( never mind a buystop order or a buy on the close)
But I can know my Buyprice.
Buyprice= Buy*close; {in case of buy on the close}
Now I want to fix my target ( not with a percent ) but with ( for
example) the atr.
Target= valuewhen(buyprice, buyprice+3*atr(20),1) ;
Exittarget=(ref(H,-1)<target and H>target)*target;
At what price will be the exit in the system tester
if the target is reached:
- the close or
- the price of the target ?
Stephane carrasset
|