PureBytes Links
Trading Reference Links
|
Thank you Daniel
Franco
Daniel Ervi wrote:
<snip>
> I did however spend considerable time trying to tie together AB and
> DynaOrder, and I figure why let that go to waste. I have attached to
> this message the code that I was working on, which could form a basic
> structure to integrate the two. You need to plot it as an indicator so
> it will then be refreshed continuously based on what you have your
> Realtime Chart Refresh Interval set to in preferences.
>
>
>
> It is far from complete, and suffers from a bug which causes it to
> continuously fire new orders to DynaOrder. If anyone wishes to use it
> they will have to figure out a way to set a flag to ignore any
> additional orders once the first is received. I thought I could store
> the Date/Time of the current bar when a signal is issued as a global
> variable in DynaOrder and then compare any new signals issued to it. By
> ignoring the same Date/Time you would only fire once per minute if using
> 1 min data. Anyway, I never got around to doing it, because the other
> software worked out of the box and it was easier for me to just my
> switch my trading system over for execution.
>
>
>
> By the way, I wrote the enclosed code before loops and if/then
> structures were available in AB. It is therefore written in Jscript,
> and I've tried to use functions wherever possible to simply following
> the flow of the code. I also code in C++ so Jscript was just easier for
> me. :)
>
>
>
> Please be aware that I can't support this code, and neither should
> Tomasz, as it is using a third-party application of which he has no
> experience with. So, please don't ask Tomasz or myself to help you get
> this working. I’m just offering it up in the hopes that it might save
> some others some time.
>
>
>
> Good luck to those that decide to take up the challenge!
>
>
>
> Daniel
>
>
>
>
> *Yahoo! Groups Sponsor*
>
> <http://rd.yahoo.com/M=247865.3003379.4507215.1728375/D=egroupweb/S=1705632198:HM/A=1482387/R=0/*http://ads.x10.com/?bHlhaG9vaG0xLmRhd=1051019742%3eM=247865.3003379.4507215.1728375/D=egroupweb/S=1705632198:HM/A=1482387/R=1=1051019742%3eM=247865.3003379.4507215.1728375/D=egroupweb/S=1705632198:HM/A=1482387/R=2>
>
>
> Send BUG REPORTS to bugs@xxxxxxxxxxxxx
> Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
> -----------------------------------------
> Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
> (Web page: http://groups.yahoo.com/group/amiquote/messages/)
> --------------------------------------------
> Check group FAQ at:
> http://groups.yahoo.com/group/amibroker/files/groupfaq.html
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
> <http://docs.yahoo.com/info/terms/>.
------------------------ Yahoo! Groups Sponsor ---------------------~-->
Make Money Online Auctions! Make $500.00 or We Will Give You Thirty Dollars for Trying!
http://us.click.yahoo.com/yMx78A/fNtFAA/AG3JAA/GHeqlB/TM
---------------------------------------------------------------------~->
Send BUG REPORTS to bugs@xxxxxxxxxxxxx
Send SUGGESTIONS to suggest@xxxxxxxxxxxxx
-----------------------------------------
Post AmiQuote-related messages ONLY to: amiquote@xxxxxxxxxxxxxxx
(Web page: http://groups.yahoo.com/group/amiquote/messages/)
--------------------------------------------
Check group FAQ at: http://groups.yahoo.com/group/amibroker/files/groupfaq.html
Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
|