#
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
Home
Forex Forum
+ Add Script
Metastock
Expert Advisors
Explorations
Indicators
Trading Systems
Metatrader
MQL Experts
MQL Indicators
MQ4 Experts
MQ4 Indicators
MQ4 Scripts
Tradestation
Functions
Indicators
PaintBars
ShowMe
Trading Systems
Amibroker
Commentaries
Explorations
Functions
Indicators
Trading Systems
Contact us
Newsletter
Group: Metastock Indicators
Title: Date Filter
Description:
Date Filter
Date Filter StDay:=Input(" Start day",1,31,1); StMnth:=Input("Start month",1,12,8); StYear:=Input("Start year",1980,2002,2001); EnDay:=Input(" End day",1,31,31); EnMnth:=Input(" End month",1,12,8); EnYear:=Input(" End year",1980,2002,2001); If((Year() > StYear OR (Year()=StYear AND ((Month() > StMnth) OR (Month() = StMnth AND DayOfMonth() >= StDay)))) AND (Year() < EnYear OR (Year()=EnYear AND ((Month() < EnMnth) OR (Month() = EnMnth AND DayOfMonth() <= EnDay)))) ,1,0);
Author/Source:
http://purebytes.com/archives/metastock/
Forex Directory
|
Forex Trading Systems
|
Privacy
|
Disclaimer
|
Contact