PureBytes Links
Trading Reference Links
|
Hallo ! How are you all !
I am still new to write ms formulars so I hope someone could help me.
<?xml:namespace prefix = o ns = "urn:schemas-microsoft-com:office:office"
/>
<SPAN
>After reading Bill William book -
The New trading dimensions. I was intesrested in Fractal and had tried to
Fractal formulars in Expert adviser. It works fine. So i try to go a bit
further, writing it into Explorer but failed. I would like to write an Explorer
with Today's fractal is grater than previous fractal and previous
fractal is greater than alligator red line. And the previous fractal is
also greater than another fractal. It will look something like
this –
<SPAN
>
<TD
width=47 height=3>
<TD
>
<TD
><IMG
height=76 src="gif00175.gif" width=199
v:shapes="_x0000_s1026 _x0000_s1027 _x0000_s1028 _x0000_s1029 _x0000_s1030 _x0000_s1031"><SPAN
>
<SPAN
>
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
Can
anyone help. I have here the fractal formulars which i had wrote
--
<FONT face=Arial
size=2>
Fractal
Buy --
High1 :=
Ref(HIGH,2);High2 := Ref(HIGH,1);High3 := Ref(HIGH,0) ;High4 :=
Ref(HIGH,-1);High5 := Ref(HIGH,-2);High6 := Ref(HIGH,-3);High7 :=
Ref(HIGH,-4);High8 := Ref(HIGH,-5);High9 := Ref(HIGH,-6); (High3
> High1) AND (High3 > High2) AND (High3 > High4) AND (High3 >
High5)OR (High3 > High1) AND (High3 > High2) AND (High3)=(High4) AND
(High3)>(High5) AND (High3)>(high6) OR (High3 > High1) AND (High3 >
High2) AND (High3)=(High4) AND (High4)=(High5) AND (High3) > (High6) AND
(High3) > (High7) OR (High3 > High1) AND (High3 > High2) AND
(High3)=(high4) AND (HIgh3)=(High5) AND (High3)=(High6) AND (High3) > (high7)
AND (High3) > (High8) OR (High3 > High1) AND (High3 > High2) AND
(High3) > (high4) AND (High3) = (High5) AND (High3) > (High6) AND (High3)
> (High7) OR (High3 > High1) AND (High3 > High2) AND (High3) >
(High4) AND (High3) = (High5) AND (High3) > (High6) AND (High3) = (High7) AND
(High3) > (High8) AND (High3) > (High9)
<FONT face=Arial
size=2>
Graphic
-- Diamon shape - Above Price plot.
<FONT face=Arial
size=2>
Fractal
Sell --
<FONT face=Arial
size=2>
Low1 :=
Ref(LOW,2);Low2 := Ref(LOW,1);Low3 := Ref(LOW,0);Low4 :=
Ref(LOW,-1);Low5 := Ref(LOW,-2);Low6 := Ref(LOW,-3);Low7 :=
Ref(LOW,-4);Low8 := Ref(LOW,-6);Low9 := Ref(LOW,-7);(Low3 < Low1)
AND (Low3 < Low2) AND(Low3 < Low4) AND (Low3 < Low5) OR (Low3
< Low1) AND (Low3 < Low2) AND (Low3) = (Low4) AND (Low3) < (Low5) AND
(Low3) < (Low6) OR (Low3 < Low1) AND (Low3 < Low2) AND (Low3) = (Low4)
AND (Low3) = (low5) AND (Low3) < (Low6) AND (Low3) < (Low7) OR (Low3 <
Low1) AND (Low3 < Low2) AND (Low3) = (Low4) AND (Low3) = (Low5) AND (Low3) =
(Low6) AND (Low3) < (Low7) AND (Low3) < (Low8) OR (Low3 < Low1) AND
(Low3 < Low2) AND (Low3) < (Low4) AND (Low3) = (Low5) AND (Low3) <
(Low6) AND (Low3) < (Low7) OR (Low3 < Low1) AND (Low3 < Low2) AND
(Low3) < (Low4) AND (Low3) = (low5) AND (Low3) < (Low6) AND (Low3) =
(Low7) AND (Low3) < (Low8) AND (Low3) < (Low9)
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
Graphic
-- Diamon shape - Below Price plot.
Happy
trading. Bye !
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
<FONT face=Arial
size=2>
Yahoo! Groups Sponsor
ADVERTISEMENT
To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
Attachment:
Description: ""
|