[OT] AmiBroker-afl I just noticed that last activity on the -afl list was in July of 2008. Would anyone know if this list is still active? thanks, herman...
try this. basically you can have your symbol in 1 pane and have the following formula in the pane below. industryGroupSymbolList = CategoryGetSymbols ...
Re: [amibroker-afl] Plotting TWS Real Time Trades.doc Great, To start you'll probably want to include backing up the TWS execution file, there is an example...
Re[2]: [amibroker-afl] Plotting TWS Real Time Trades.doc hello murthysuresh, Code is attached and listed below the capture for those who do not receive...
To moderator, I would be honored to assist with moderating this group, helping to keep spam out, clean out the files, etc. There is a growing interest in...
dear sir, Thank you for making this group alive once again..sir iam eager to read-learn from .doc [ OHL RT price bars.doc Optimizing Code for speed.doc ...
Hi, browsing Herman's list, this is a relevant issue (at least for me) when designing trading systems, even when using intraday data (eg 5 min data): 29. Which...
Re: [amibroker-afl] Re: AFL Projects for the UKB Hello, Many of these .doc file are INCOMPLETE topics, while some others are in an advanced stage (see the post...
Re: [amibroker-afl] Re: AFL Projects for the UKB ... This is a simple topic and deals with the fact that when using Intraday bar the Previous Close and the...
Re: [amibroker-afl] Which comes first H or L 29. Which comes first H or L.doc Especially in EOD code it helps to know which comes first, the high or the Low....
when i was reading thro the code, i reaslised that i had moved my imlementation a lot away from this original code. i import all my tws trades into a database...
Re: [amibroker-afl] Re: Plotting TWS Real Time Trades.doc hello murthysuresh, perhaps you want to share your method, it may be better! What type of database do...
394
amibroker-afl@yahoogr...
Feb 18, 2009 3:43 pm
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker-afl group. File :...
i basically import my trades from tws into a mysql database. i have a concept of following 1. entry signal. which determines the entry 2. exit signal. which...
Re: [amibroker-afl] Re: Plotting TWS Real Time Trades.doc Thank you murthysuresh, it sounds like a good idea to save trades in a DB, better then maintaining a...
shoot any questions and i would be eager to answer. the reason, i did not post the entire app was becoz, there is too much technology involved as it evolved. ...
Re: [amibroker-afl] Re: Plotting TWS Real Time Trades.doc I have been out most of the day and haven't looked at your code yet. Perhaps you can explain what is...
basically you need a input file that would create static variables in following format. // defines if it is a stock or forex. StaticVarSetText( "TradeType" ,...
Re: [amibroker-afl] Re: Plotting TWS Real Time Trades.doc Thank you again, Except for the multiple entries... pyramiding? it all seems clear. I applied the...
Herman, your commitment is highly appreciated - your contributions to the AB community over the years are really enormous! I'm certainly willing to ...
done. infact. this can goto ukb if it is not there as it is self explanatory ... http://help.yahoo.com/l/us/yahoo/groups/original/members/web/index.htmlfiles...
i fixed up the code and uploaded it. i had a bug in the daily mode where it was not setting the prices correctly. it was due to an optimization effort that i...
Re: [amibroker-afl] Re: Plotting TWS Real Time Trades.doc Thanks murthy, perhaps delete the old one dated Feb 17, 2009? btw, would you like "PlotTrades" posted...
Re: [amibroker-afl] Re: Plotting TWS Real Time Trades.doc Nice going murthy! I think this is a very useful program for real time traders. btw, if you want your...
Can anyone help me make the example below work? Condition1 = Open > ref(close, -1); Condition2 = Open < ref(close, -1); Buy = Condition1; Sell = OpenProfit >=...