[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

re: E/L coding problem



PureBytes Links

Trading Reference Links

If this has come through 2 or 3 times sorry, my email
program kept telling me it did finish sending the email

{************************************************************}

hi there,

I have a problem trying to code this idea.

{Entry}
If it is the FIRST Monday of the month
Then Buy at the open of the first Monday of the month ;

{Exit}
Setexitonclose;

Now FIRST in the entry must be an input so I can see what
happens on the second Monday, third Monday etc

Also Monday in the Entry must be an input so I can test
the third Wednesday and also fourth Tuesday of the month

This way I can find out what the average daily open to close
range is for the second Friday of the month etc.

How would I code this?

Regards and thanks in advance
Paul