Re: [amibroker] Re: new TWS, problems auto trading

2010-05-28 Thread Keith McCombs
This was released by TJ on 5/26/2010. See: http://www.amibroker.com/at/index.html http://www.amibroker.com/at/at1320beta.exe On 5/25/2010 13:22, Gray Bohon wrote: Any thoughts on when the IB Autotrading Interface might be updated for the latest version of TWS? They are currently on build 905.

[amibroker] Stop Loss on Low

2010-05-28 Thread Douglas (Hotmail)
How to put the stoploss in low in the bar prior to that generated the buy ? Thanks Douglas

[amibroker] Cover signal error Amibroker

2010-05-28 Thread brettdavid47
I receive this following error message , how do I initialize this properly LN;405,Col:83:Error 29, Variablepriceatcoverused without having been initialized.

[amibroker] Re: Amibroker plugin for TD Ameritrade

2010-05-28 Thread ami.system
Currently their backfill provides 18 years of EOD data and about 3 years of 1-min intraday data. You can monitor up to 1000 symbols in real time with their Level 1 streaming feed, which also provides real time updates for options. Is you want to see the real time quotes or chart of an option,

[amibroker] Re: Amibroker plugin for TD Ameritrade

2010-05-28 Thread ami.system
The backfill is for 18 years of EOD data and about 3 years of 1-min intraday data. The plugin enforces the limit of 1000 real time symbols at a time. --- In amibroker@yahoogroups.com, wml67 y...@... wrote: Thanks, sounds interesting! Please advise what maximum backfill are you getting with

Re: [amibroker] Re: Amibroker plugin for TD Ameritrade

2010-05-28 Thread David
There's info on the plug in at http://amisystem.com/plugin/ . I'm going to try it for options data. I'm new to AmiBroker so please help me with this security question. This plug in requires my TDA username and password. The company that built the plug in has no information about themselves on

[amibroker] Backtesting using an indicator that looks into the future? Help Please.

2010-05-28 Thread dracuu73
Hello all, I understand about indicators that look into the future and how and why they can not be backtested and I have never actually used an indicator like this in any of my trading systems. I have recently incorporated Linear Regression into my fully working live trading system that I have

[amibroker] Re: Here's how to integrate AmiBroker with thinkorswim via DDE for real-time streaming quotes of options, etc.

2010-05-28 Thread smoothtrader6171
Hi David, I am very interested in this. Would you mind posting the image to the files areas of the group? I was not able to view the attached configuration image from your message. I appreciate it! Thank you, Lance --- In amibroker@yahoogroups.com, David amibroker.ygro...@... wrote: As

[amibroker] Labels For Candlestick Patterns

2010-05-28 Thread subiacoab01
Hello, I have tried to check in the User's Manual and other Help material for examples of setting up labels for candlestick patterns, but somehow I have not been successful. Can someone point me in the right direction? Specifically, I am creating AB code that I use in a Price Pane to show Buy

Re: [amibroker] AlertIf -- how do I make it stop?

2010-05-28 Thread Yuki Taga
Thank you, Tomasz. The simpler solution seems to work; I think I had the ExRem done already ... But ... it's disconcerting to look at the title string on the chart and see either the start or finish time of a 15-minute bar, which could be 14 minutes off -- in the future if I use 'End Of

[amibroker] why do zoom in and zoom out differ?

2010-05-28 Thread Yuki Taga
If I zoom out on a chart, I get X number of bars. If I then zoom in on the same chart, I do not get the number of bars before I zoomed in, but a different number. Why is that? How can I control the number of bars per chart in a layout. I don't want to use preferences to set this, because I use

[amibroker] Re: why do zoom in and zoom out differ?

2010-05-28 Thread Rob
You can write your own zoom function - using OLE functions. That way you can supply a start date and end date to display... I admit it's a complex solution... and not perfect. A 'zoom link' functionality has been on the request list for a long time now. However, the OLE option does work... with

Re: [amibroker] Re: why do zoom in and zoom out differ?

2010-05-28 Thread Yuki Taga
Hi Rob, No, *you* could write your own zoom function. Not me. ^_^ Yuki Friday, May 28, 2010, 5:05:16 PM, you wrote: R You can write your own zoom function - using OLE functions. R That way you can supply a start date and end date to display... R I admit it's a complex solution... and not

Re: [amibroker] Re: why do zoom in and zoom out differ?

2010-05-28 Thread Yuki Taga
It's really a pity that such a simple and useful concept requires someone to stand on her head while reciting pi to several thousand decimal places. ^_^ Yuki Friday, May 28, 2010, 5:05:16 PM, you wrote: R You can write your own zoom function - using OLE functions. R That way you can supply a

[amibroker] Using SetForeign to trade one underlying based on signals from another

2010-05-28 Thread David
This is my first time using SetForeign. I'm trying to back test an end of day system that uses an indicator on SPY to tell me to buy something else. What am I doing wrong in the code below? I run the Back Test on the Current Symbol which is SPY, and I get SPY trades instead of the MSFT trades

Re: [amibroker] Re: why do zoom in and zoom out differ?

2010-05-28 Thread Herman
http://www.amibroker.org/userkb/2007/06/28/zoom-to-range-applications/ It's really a pity that such a simple and useful concept requires someone to stand on her head while reciting pi to several thousand decimal places. ^_^ Yuki Friday, May 28, 2010, 5:05:16 PM, you wrote: R You can

Re: [amibroker] Re: Here's how to integrate AmiBroker with thinkorswim via DDE for real-time streaming quotes of options, etc.

2010-05-28 Thread David
Sure thing, Lance. I just posted my message, including the screen shot, at http://finance.groups.yahoo.com/group/amibroker/files/thinkDesktop%20integration/. Warm regards, David On Thu, May 27, 2010 at 9:46 AM, smoothtrader6171 growl...@yahoo.comwrote: Hi David, I am very interested in

[amibroker] proper IB format for an options symbol?

2010-05-28 Thread David
Can anyone tell me what the proper Interactive Brokers format is for an options symbol in AmiBroker? With the new options symbology, the instructions at http://www.amibroker.com/ib.html are no longer accurate. I've tried SPY 100619P00111000 as specified on the below Interactive Brokers page, and

[amibroker] Python scripts for AFL execution and data import

2010-05-28 Thread ovtrad...@ymail.com
I suspect my workflow is a bit different than most AB users. I trade futures on daily data which I get from CSI. I import this data from ASCII files which are generated by CSI's desktop app. It didn't seem to me that there was a good way to automate this process using the built in tools

Re: [amibroker] Labels For Candlestick Patterns

2010-05-28 Thread reinsley
Hi, Many formulas in AB library. Do a search with candle Best regards Le 27/05/2010 03:13, subiacoab01 a écrit : Hello, I have tried to check in the User's Manual and other Help material for examples of setting up labels for candlestick patterns, but somehow I have not been successful.

[amibroker] Re: Amibroker plugin for TD Ameritrade

2010-05-28 Thread droskill
Very cool - a number of questions: - How does the realtime data and the intraday data combine? Can it handle both in a single database? - Does TD Ameritrade provide (and can the plug-in access) any additional symbols/feeds such as Advance/Declines for, say, the NYSE, or TICK/TRIN? Is there

[amibroker] Re: Labels For Candlestick Patterns

2010-05-28 Thread jollypollyanna
--- In amibroker@yahoogroups.com, subiacoab01 subiacoa...@... wrote: Hello, I have tried to check in the User's Manual and other Help material for examples of setting up labels for candlestick patterns, but somehow I have not been successful. Can someone point me in the right direction?

[amibroker] Re: proper IB format for an options symbol?

2010-05-28 Thread David
I figured it out. It's SPY 100619P00111000-SMART-OPT . The underlying symbol must be padded with spaces to 6 characters, per the documentation at http://www.interactivebrokers.com/en/p.php?f=programInterface . And contrary to the documentation at http://www.amibroker.com/ib.html, the

[amibroker] Re: Backtesting using an indicator that looks into the future? Help Please.

2010-05-28 Thread jollypollyanna
--- In amibroker@yahoogroups.com, dracuu73 dracu...@... wrote: Hello all, I understand about indicators that look into the future and how and why they can not be backtested and I have never actually used an indicator like this in any of my trading systems. Hi, try back testing

RE: [amibroker] 64-bit IQFeed / Interactive Brokers plugins

2010-05-28 Thread wrzec
I am very interested! _ From: amibroker@yahoogroups.com [mailto:amibro...@yahoogroups.com] On Behalf Of Tomasz Janeczko Sent: Thursday, May 20, 2010 5:13 PM To: amibroker@yahoogroups.com Subject: [amibroker] 64-bit IQFeed / Interactive Brokers plugins Hello, I would like

[amibroker] AmiBroker and TeleChart 2007 data errors

2010-05-28 Thread wernerg97
I am seeing serious data and symbol errors between Telechart 2007 and AB (5.2 and now 5.3) on Windows 7. I am using the AB plugin for TC2K 2007. I have two examples; Symbol SERV - is shown on TC to be a stock selling at 2.85 currently and has been falling. On AB it is shown at about 20 and

[amibroker] Re: Backtesting using an indicator that looks into the future? Help Please.

2010-05-28 Thread dracuu73
Hi, try back testing manually using bar replay to see the LRLine when signal is generated. Try this on a 30 day period to see if the line is up or down when the buy initiates. Thank you for your reply but that is not what I am after. I basically want signals that are valid on entry to

Re: [amibroker] Re: Using SetForeign to trade one underlying based on signals from another

2010-05-28 Thread David
Thanks! That helped me make significant progress. I'm getting some trades in the back test, but not all of them. Now the part I don't understand is that UnderlyingPrice seems to always come from the last bar in the price array, instead of from each bar that is being back tested. What am I

Re: [amibroker] 64-bit IQFeed / Interactive Brokers plugins

2010-05-28 Thread Ricardo Ribeiro Romero
I'm using a i7 860 with Win 7 On Fri, May 28, 2010 at 4:08 PM, wrzec wr...@bellsouth.net wrote: I am very interested! -- *From:* amibroker@yahoogroups.com [mailto:amibro...@yahoogroups.com] *On Behalf Of *Tomasz Janeczko *Sent:* Thursday, May 20, 2010

[amibroker] Re: 64-bit IQFeed / Interactive Brokers plugins

2010-05-28 Thread rselmanl
I am interested and have XP Pro, IQFeed, and use IB. Thanks for poll. -Ron --- In amibroker@yahoogroups.com, wrzec wr...@... wrote: I am very interested! _ From: amibroker@yahoogroups.com [mailto:amibro...@yahoogroups.com] On Behalf Of Tomasz Janeczko Sent:

[amibroker] Re: Force sell open trades when a stock is delisted

2010-05-28 Thread Paul
I still can't seem to quite figure this out. I would truly appreciate anyone's help in locating a solution. TIA Paul --- In amibroker@yahoogroups.com, Paul onerestingn...@... wrote: I have scoured the forums and help files but I cannot resolve my question. When running a backtest with

[Komunitas AmiBroker] Sinyal buy dari AO divergen

2010-05-28 Thread Timur Langit
AO value dibawah nol bikin divergen Tolong dong gimana bikin sinyal buy nya Timur