PureBytes Links
Trading Reference Links
|
d,
I thought of that however i don't like posting code in permanent places like
the library and/or files unless the code looks descent and works properly. i
don't have time to "clean" up code....I thought of just copying stuff to a
personal web page under a heading of "AFL Waste basket" :-) I actually
started that one day, but even that takes too much time...I think many users
are in the same boat and the best way for anybody to learn is to know how to
search the mailing list/archive and copy interesting posts to a database.
Now, when all my systems are finished and i am making lots of money then
perhaps I would work on some of this - I owe this group and TJ a lot. As
long as you see unfinished code from me I am still bungee jumping the
market.
I really respect some contributors who regularly post really nice code that
is fully debugged and tested; it takes a lot of time to do that...
herman
-----Original Message-----
From: dingo [mailto:dingo@xxxxxxxxxxx]
Sent: Tuesday, August 17, 2004 3:03 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Tick per time interval - HERMAN
Importance: High
Herman,
Why don't you create a folder in the file's section "Realtime Coding
Examples/Tricks" or something like that and then you can post them there
and
post the link when folks are asking about how to do some of these things?
My .02$
d
_____
From: Herman van den Bergen [mailto:psytek@xxxxxxxx]
Sent: Tuesday, August 17, 2004 2:52 PM
To: amibroker@xxxxxxxxxxxxxxx
Subject: RE: [amibroker] Tick per time interval - HERMAN
Thank you Ara, i will try this next i work on ticks. However, doesn't this
solution put you back into the time domain?
Comparing TimeNum()s with TimeNum()s... how does this give you any
information about the tick frequency or count?
btw, a few days ago, i posted in response to a question from another user,
code for a tick counter. This tick counter could be read at periodic times
to give you the tick count, for example at each second change.
herman.
-----Original Message-----
From: Ara Kaloustian [mailto:ara1@xxxxxxxxxx]
Sent: Tuesday, August 17, 2004 12:17 PM
To: AB-Main
Subject: [amibroker] Tick per time interval - HERMAN
Importance: High
Herman. we were talking about ticks / time bars a while ago ...
I am finding that looking at it from the reverse side is much more stabe
Time_10 = Ref(TimeNum(),-10);
Time_0 = TimeNum();
StaticVarSet("Time_Delta",LastValue(Time_0 - Time_10));
Ara
[Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
--------------------------------------------------------------------------
--
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
Service.
[Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
<http://us.ard.yahoo.com/SIG=1297kn81d/M=298184.5285298.6392945.3001176/D=gr
oups/S=1705632198:HM/EXP=1092855128/A=2164330/R=0/SIG=11eamf8g4/*http://www.
netflix.com/Default?mqso=60183350> click here
<http://us.adserver.yahoo.com/l?M=298184.5285298.6392945.3001176/D=groups/S=
:HM/A=2164330/rand=235992852>
_____
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
<mailto:amibroker-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
<http://docs.yahoo.com/info/terms/> .
[Non-text portions of this message have been removed]
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at:
http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Yahoo! Groups Sponsor
ADVERTISEMENT
----------------------------------------------------------------------------
--
Yahoo! Groups Links
a.. To visit your group on the web, go to:
http://groups.yahoo.com/group/amibroker/
b.. To unsubscribe from this group, send an email to:
amibroker-unsubscribe@xxxxxxxxxxxxxxx
c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
[Non-text portions of this message have been removed]
------------------------ Yahoo! Groups Sponsor --------------------~-->
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/GHeqlB/TM
--------------------------------------------------------------------~->
Check AmiBroker web page at:
http://www.amibroker.com/
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.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/
|