logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
JMoney  
#1 Posted : Tuesday, November 1, 2005 10:47:27 PM(UTC)
JMoney

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/1/2005(UTC)
Posts: 3

Could someone write this simple exploration for me? Thanks. - Price increases with many times avg(60ema) volume.(this volume increase must stand out compared to other past volume of stock) - Price falls back for at least 2 days. - Entry is when price crosses the highest close since the volume rise with volume > avg.
StorkBite  
#2 Posted : Wednesday, November 2, 2005 3:08:22 PM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
JMoney- Please read the forum rules closely. I'm assuming that it is you that keeps posting the exact same question over and over in different forums... under different user names. Both of these actions violate our forum rules. While some questions might go unanswered, you may *bump* your question if you feel ignored; however, sometimes the questions are so vague that people don't really know what to reply. Per my original reply to your earlier thread, under the user name of "jυνiτrader.", please post whatever code you have and we'll see about tweaking it for you. Thanks.
JMoney  
#3 Posted : Wednesday, November 9, 2005 11:19:21 PM(UTC)
JMoney

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/1/2005(UTC)
Posts: 3

If it's not too much to ask, could you create this exploration formula for me? Again, I dont know how long it takes but if it takes long then nevermind. :D
StorkBite  
#4 Posted : Thursday, November 10, 2005 12:43:38 AM(UTC)
StorkBite

Rank: Advanced Member

Groups: Registered, Registered Users
Joined: 3/19/2005(UTC)
Posts: 2,995

Was thanked: 14 time(s) in 10 post(s)
You sure are persistent; however, I doubt that you've invested much of your own time trying to solve your question. The answers you seek are available in the Formula Primer, the User's Manual, via forum search, and via internet search. I can understand if you are stuck, but I have repeatedly asked you to post whatever you have started so that we can effectively help you. Please, review the forum rules and the thread entitled 'READ ME BEFORE POSTING'.
Quote:
1. Price increases with many times avg(60ema) volume.(this volume increase must stand out compared to other past volume of stock) 2. Price falls back for at least 2 days. 3. Entry is when price crosses the highest close since the volume rise with volume
Your question is subjective and ambiguous. What is price? Increases compared to what? What is 'many times'? To help yourself, please refer to the Formula Primer: ref() p.109; mov() p. 101; highestsince () p. 92. The best I can decipher your request is something like the following. This should at least give you an idea about how to get started. You will need to add your own Filter commands to pick and choose whatever combinations you want. Good luck. [code:1:921c97beb2]ColA c>ref(c,-1) AND v>mov(v,60,e) ColB c<ref(c,-1) AND c<ref(c,-2) ColC c>highestsince(1, v>mov(v,60,e), c)[/code:1:921c97beb2]
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.