Rank: Member
Groups: Registered, Registered Users Joined: 10/12/2009(UTC) Posts: 13
|
Hello,
I build a simple indicator as follows:
var1:=ValueWhen(1,H*0.909>PREV,H); var1
It plots the H which is >= 10% growth of the previous H and it counts from the first bar.
But if I use it in System tester as follows:
{Buy signal:} var1:=ValueWhen(1,H*0.909>PREV,H);
var1=H
If there are more than one H equals to var1, the system will activate the buy as well, which it should not.
Anyone can help me with that to get rid of those values, just make the tester to follow the indicator. Thanks.
Regards, nathan
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.