Rank: Newbie
Groups: Registered, Registered Users Joined: 12/14/2012(UTC) Posts: 1
|
I can someone help me write this indicator
Look back : intraday data one day;
if OPEN of the day(DyOp) is between"
fml"X" and fml "Y";
then begin;
>Alert if (CLOSE is above fml" Y");
{ then}
Alert (if(
Cross(Fml("Y"), CLOSE);
{Then}
Alert if
(target}((Cross(Fml"z1",C), or (Cross(fml"z2",C);
|
|
|
|
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)
|
To start with, there are no slaves here who are going to do all your work for you, without you doing some basics for yourself first. Read the MS User Manual and then do the exercises in the free Equis Formula Primer, then have a crack at writing this exploration for yourself. If you get stuck, then you can post your best attempt the code here on the Forum and someone will lend you some of their time to correct your errors. Also, we're not interested in looking at issues caused by code we cannot see: Forum Etiquette and Best Practices wrote:- Be specific and show examples. Detailed
explanations with examples help in correctly diagnosing a problem. In
addition, pictures go further in terms of describing the problem, and help
to break down language barriers.
- Don’t post your “holy grail”, but
don’t skirt around it either. Posting incomplete portions of code,
abstracts or "likenesses" in the forum is rarely helpful for
discovering the underlying causes of problems in MetaStock codes. If you think you have discovered the “holy
grail” and don't want to publish your codes in the open forum, contact a
trusted forum member by private message and ask for their dedicated
assistance. If they agree to
support you, only then should you send them the problem code in private.
What are all the Fml()s we cannot see, and what problems are they going to cause? wabbit [:D]
|
|
|
|
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.