Rank: Newbie
Groups: Registered, Registered Users Joined: 5/22/2007(UTC) Posts: 4
|
I have been following Hayseed's thread on Rahul's RMO and have been running the formula's set out through Explorer which has been really useful.
I am new to writing my own scans and although I see you can change the chart period used for scanning (Daily, weekly, etc, etc) is there any way to scan to show say the last arrow that appeared was a Blue arrow rather than just the scan showing a Blue arrow appeared in the most recent period?
Thanks
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 3/7/2005(UTC) Posts: 1,346
|
hey vinny ..... thats a neat idea , thanks for the question...... the barssince function should handle that task for us..... holler back if more is needed .....h
--------------------------------------------
{standing blue arrow}
buy:=Cross(Fml( "SwingTrd 2"), Fml( "SwingTrd 3")); sell:=Cross( Fml( "SwingTrd 3"),Fml( "SwingTrd 2"));
BarsSince(buy ) < BarsSince(sell )
---------------------------------------------------------
{standing red arrow}
buy:=Cross(Fml( "SwingTrd 2"), Fml( "SwingTrd 3")); sell:=Cross( Fml( "SwingTrd 3"),Fml( "SwingTrd 2"));
BarsSince(buy ) > BarsSince(sell )
---------------------------------------------------------
|
|
|
|
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.