Re: [amibroker] Re: Modify a transmitted order: IB autotrade interface

2007-11-01 Thread Ton Sieverding
I am trying to get following document IB Controller documentation. Can anybody help me and give a link ? Regards, Ton. - Original Message - From: J. Biran To: amibroker@yahoogroups.com Sent: Sunday, October 28, 2007 6:40 PM Subject: RE: [amibroker] Re: Modify a transmitted

Re: [amibroker] Price-to-nearest-tick alogrithm

2007-11-01 Thread cstrader
Thank you!!! - Original Message - From: Tomasz Janeczko To: amibroker@yahoogroups.com Sent: Wednesday, October 31, 2007 4:58 PM Subject: Re: [amibroker] Price-to-nearest-tick alogrithm Hello, // TickSize = ... defines tick size PriceRounded = floor( Close / TickSize

[amibroker] Buy and ScaleOut on same bar

2007-11-01 Thread dralexchambers
Hello - I am having trouble working out how to enter and scale out on the same bar: This code enters my position: if (entrybar[i]==1) { Buy[i] = 1; BuyPrice[i] = O[i]; } This code exits at a 5 point profit on the same bar: if (entrybar[i]==1) { Buy[i] = sigScaleOut; BuyPrice[i] =

[amibroker] Buy and ScaleOut on same bar - please help!

2007-11-01 Thread dralexchambers
Hello - I am having trouble working out how to enter and scale out on the same bar: This code enters my position: if (entrybar[i]==1) { Buy[i] = 1; BuyPrice[i] = O[i]; } This code exits at a 5 point profit on the same bar: if (entrybar[i]==1) { Buy[i] = sigScaleOut; BuyPrice[i] =

[amibroker] OT: VCPI - Article in Active Trader February 2005

2007-11-01 Thread Ara Kaloustian
An interesting articles on using volume ... The VCPI (Volume Price confirmation Indicator) on page 38 of above reference seems very interesting... hopefully reducing ambiguities in interpreting volume data. Has anyone used this indicator?? Appreciate any feedback Ara

[amibroker] Equity(0), Equity(1), Equity(2), ExRem What to use when?

2007-11-01 Thread balin8425
I have been trying to get a handle on this for quite a while. Depending on which one I use I get different results in my backtests, scans and explorations. Portfolio trading. Equity(0) gives me a correct backtest, but my explorations (for trading signals with PositionScore) don't filter out

[amibroker] Block AmiQuote from updating

2007-11-01 Thread directaim
Is there a setting to permantly block AmiQuote from updating a current historical Data Base when I unintentionally start an update from a .tls file which contains a set of tickers from a different Data Base? Removing these tickers is a chore.

RE: [amibroker] Block AmiQuote from updating

2007-11-01 Thread dingo
read the readme file in your Amiquote dir. There are command line arguments you can use via a bat file. d -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of directaim Sent: Thursday, November 01, 2007 4:16 PM To: amibroker@yahoogroups.com

[amibroker] need to find the bar index on higher timeframe

2007-11-01 Thread murthysuresh
Hello I have a array with buy signals on 1 minute tiemframe. i am looking to find the matching barindex on a higher timeframe. for somereason my code does not work can you help function returnBarIndex(array) { indx=-1; for (i=1; iBarCount;i++) {

[amibroker] reverse RSI calculation

2007-11-01 Thread flowridej
Does anyone know how to calculate a closing price based on an RSI value? I am trying to figure out what the closing price has to be tomorrow for the RSI value to be above 70. I have tried working with the formula but can't figure out how to modify it to accept the hard coded RSI of 70 and

[amibroker] Re: reverse RSI calculation

2007-11-01 Thread directaim
flowridej Below was posted previously by Fred Tonetti. --- From: Fred [EMAIL PROTECTED] Subject: Generalized Price Required to Meet am Indicator Goal I had posted this along time ago ... You supply: - The array in the first

RE: [amibroker] Re: reverse RSI calculation

2007-11-01 Thread dingo
Looks like some of the stuff is muted.. http://finance.groups.yahoo.com/group/amibroker/message/112064 d -Original Message- From: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On Behalf Of directaim Sent: Thursday, November 01, 2007 6:44 PM To: amibroker@yahoogroups.com

[amibroker] how to run more than one strategies on different timeframe

2007-11-01 Thread jack
Does anyone have experience on running more than one strategies on different timeframes in realtime, for example, two strategies, strategy 1 and strategy 2, timeframes are 1min, 5min, a set of 30 stocks in a watchlist. scanning should be run tick by tick in realtime, when conditions are met, a

[amibroker] barindex of trade at 11:57 pm on 15 minute chart

2007-11-01 Thread murthysuresh
hello how can i find the barindex of the trade at 11:57 at 15 minute chart. i am using this formula and since the trade happend at 11:57 the next bar date is 00:00:00 next day. it does not work. exitin15Minute=Name()==STOCKNAME AND BarIndex()==ValueWhen((DateNum() ==ExitDate) AND

Re: [amibroker] how to run more than one strategies on different timeframe

2007-11-01 Thread Padhu
Jack, yes. AA works very well. I run about 10 -12 strategies on a basket of 15 forex pairs using AA and watchlist combination. I run in hourly mode but use timeframe commands to get signals from other timeframes such as daily , 4hour etc. I don't about tick by tick. Alertif sends signal upon

[amibroker] AFL Consulting Services

2007-11-01 Thread tipequity
I need afl consulting service? anybody interested and available? thanks Kam