PureBytes Links
Trading Reference Links
|
Nick, there already is a pattern generator
http://www.amibroker.com/library/detail.php?id=339
--- In amibroker@xxxxxxxxxxxxxxx, "nickhere" <nickhere@xxx> wrote:
>
> I am posting this because most ppl have no clue how to get started
on
> building a good system.
>
> maybe some one can continue on this and post a starter guide in
the
> file section.
>
> This is what i would do.
> Create a pattern
> a pattern consist of 4 or more binary digits
> so for a 4 binary pattern
>
> a>b
> b>a
> c>a
> d>a
>
> this can produce a pattern of 0 to 16 or in hex 0 to F
> now you can search for the pattern of A and see how many times it
> came in and produce
> the desired result.
>
> say the first day you have a pattern of A (10 in decimal)
> second day the pattern was 8
> search the the 2 day pattern of A8 (10 on the first day , 8
on
> the second day)
> will it produce 80% of the time a 4% gain.
>
> a 5 day pattern = 32 possible bits (0 to 31 in decimal) 2^5 or
> 2x2x2x2x2
> a 6 day pattern = 64 possible bits (0 to 63 in decimal) 2^6 or
> 2x2x2x2x2x2
>
>
> nick
>
------------------------ Yahoo! Groups Sponsor --------------------~-->
GFT Forex Trading Accounts As low as $250 with up to 400:1 Leverage. Free Demo.
http://us.click.yahoo.com/lpv1TA/jlQNAA/U1CZAA/GHeqlB/TM
--------------------------------------------------------------------~->
Please note that this group is for discussion between users only.
To get support from AmiBroker please send an e-mail directly to
SUPPORT {at} amibroker.com
For other support material please check also:
http://www.amibroker.com/support.html
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
<*> To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|