Rank: Advanced Member
Groups: Registered, Registered Users Joined: 4/27/2005(UTC) Posts: 130
|
How can you better determine which direction of the outside day function in metastock will go? Is there some other confirmation indicators I can use with this function? I was thinking it was something like this
pds:=-3;
Buy:=Ref(ReactionWithVol(),pds) AND Outside();
Sell:=If(Ref(RallyWithVol(),pds) AND Outside(),-1,0);
Buy+Sell
This works ok but I was wondering if there was some other trader that where using this function and what they use to determine the direction.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 10/29/2004(UTC) Posts: 1,394 Location: Glastonbury, CT
Was thanked: 2 time(s) in 2 post(s)
|
I have found that when a new high or new low is formed on an outside bar that the outside bar gives false lows on new highs and false highs on new lows
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 4/27/2005(UTC) Posts: 130
|
Thats what I found also alot of the signal are false but I keep hearing guys say how great it is but I only see a 50/50 system with it, if that. I was just wondering if anyone on this group forum was using it and how that code the system.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/8/2004(UTC) Views messages in topic : 2,266
Was thanked: 1 time(s) in 1 post(s)
|
Quote:outside bar gives false lows on new highs and false highs on new lows
I would not call them false, because the outside function in metastock does something quite interresting if you study.
Now it is true that it does not find outside bars the way most people define it.
Patrick :mrgreen:
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 4/27/2005(UTC) Posts: 130
|
Patrick,
Can you give a little more info on what matestock does to help with outside days? I'm tring to develop a formula that would better setup true hits then false. Any information on the subject would help.
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers, Unverified Users Joined: 10/28/2004(UTC) Posts: 3,111 Location: Perth, Western Australia
Was thanked: 16 time(s) in 16 post(s)
|
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 4/27/2005(UTC) Posts: 130
|
|
|
|
|
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.