[amibroker] Two-dimensional arrays (matrices) and their inverse....

2007-07-05 Thread luchetta
Hi, I am new to AFL, and I am trying to figure out how to use matrices in Amibroker. In particular, could anyone point me to a code for inverting a matrix? Thank you very much! Luc

[amibroker] Forex Backtesting Settings For non-USD denominated

2007-07-05 Thread evan_rhee
What're the margin deposit and point value for say, USDJPY, and EURJPY? I know for USD-denominated, it's 1000/10 with 1 and 0.0001 for lot and tick. But for JPY tick size is 0.01, so I'm just wondering how the other two adjust. I've read the other article btw.

[amibroker] TTM Squeeze

2007-07-05 Thread Arnie
Hi, I was wondering whether anyone had the TTM Squeeze indicator. I have searched through the archives without really finding anything. Here is the link to Trade the Markets http://www.tradethemarkets.com/products/item5.cfm where it is described. Thanks, Alex Z

[amibroker] problems with rt data feed from interactive brokers api

2007-07-05 Thread trikerito
hi. i've problems with rt and backfill datafeed from interactive's tws api. some tickers does'n update correctly and also loose a complete day of data when i backfill it (dug-smart-stk by example) also have problems with rt data. it stop update from time to time, stopping ramdom. off course

[amibroker] Re: OT: Good quality data source needed

2007-07-05 Thread evan_rhee
www.forextickdata.com THE BEST QUALITY OUT THERE. I've tried a lot of sources. I believe this is the best out there. Spread the word. --- In amibroker@yahoogroups.com, Grant Noble [EMAIL PROTECTED] wrote: check: http://www.premiumdata.net/ dralexchambers wrote: I have been

[amibroker] Question about amiquote?

2007-07-05 Thread markerd23
Is there a way to get TD ameritrade historical and real time stock quotes to be the main source for stock data? Thanks

Re: [amibroker] possible documentation error

2007-07-05 Thread Tomasz Janeczko
GetChartID belongs to Study() funciton call. See the docs: http://www.amibroker.com/guide/afl/afl_view.php?study Best regards, Tomasz Janeczko amibroker.com - Original Message - From: murthysuresh [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Thursday, July 05, 2007 4:01 AM

Re: [amibroker] StoRSI on CSCO

2007-07-05 Thread wavemechanic
Don't know why the plot works on some data and not others without clicking. However, you do not see any signals because you have not specified that you want to. There are many options, including coloring StoRSI for buy/sell or plotting arrows. For arrows you can use Plot() and PlotShapes().

[amibroker] trading with amibroker

2007-07-05 Thread asdareel
Hell all, I have a question concerning AmiBroker. I have an account at Interactive Brokers and I managed to connect AmiBroker with the Trader Workstation of IB, so I can download real time data and charts now from IB to Amibroker. I made only my first steps, so I cannot say more than it

[amibroker] Re: TTM Squeeze

2007-07-05 Thread mic6399
Here we go: SECTION_BEGIN(Squeesy); /* BB Squeeze (conversion for TS code) Instructions Insert Linked to new chart pane Periods can be selected in Param window */ Price = Close; Length = Param(Length,20,2,100,1); // { Length for Average True Range (ATR)} Lenght1 = Param(Length1,20,2,100,1);

Re: [amibroker] Re: Different PositionSize Values displayed in CBI and AA report

2007-07-05 Thread Trinolix Derry
Hello, thanks a lot to both of you ! This was really very helpful. Regards 2007/7/5, gp_sydney [EMAIL PROTECTED]: As Tomasz said, save those values using temporary variables: VarSet(Entry+trade.Symbol, trade.GetEntryValue()); and then later retrieve with VarGet. Would be kinda nice

[amibroker] Re: Two-dimensional arrays (matrices) and their inverse....

2007-07-05 Thread vlanschot
Luc, I'm in your camp, in that I've requested native afl-matrix functions to made available, in particular the inverted matrix (see Feedback Centre, request # 872): http://www.amibroker.com/feedback/view_bug.php?bug_id=872 If you others add their names to the request, we might be able to

[amibroker] Re: TTM Squeeze

2007-07-05 Thread Arnie
Thanks mic6399. Much appreciate your help on this. Alex Z --- In amibroker@yahoogroups.com, mic6399 [EMAIL PROTECTED] wrote: Here we go: SECTION_BEGIN(Squeesy); /* BB Squeeze (conversion for TS code) Instructions Insert Linked to new chart pane Periods can be selected in Param

[amibroker] ATC not working on tickers starting with ~X ???

2007-07-05 Thread vlanschot
I've created synthetic cross-currency tickers, their names all starting with ~X, e.g. ~XAUDCAD. Somehow I cannot create ATC's for this list. Is this a problem somebody else has experienced / knows the cause of ? Thx, PS

RE: [amibroker] trading with amibroker

2007-07-05 Thread Clement Chin
Yes. There is a free plug-in, IBC. You can download it from the following Amibroker link. http://www.amibroker.com/at/index.html Do test your system probably before using the auto transmit feature. ^.^ Clement rom: amibroker@yahoogroups.com [mailto:[EMAIL PROTECTED] On

Re: [amibroker] ATC not working on tickers starting with ~X ???

2007-07-05 Thread Tomasz Janeczko
Works perfectly fine for me. Best regards, Tomasz Janeczko amibroker.com - Original Message - From: vlanschot [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Thursday, July 05, 2007 3:30 PM Subject: [amibroker] ATC not working on tickers starting with ~X ??? I've created

[amibroker] Re: Two-dimensional arrays (matrices) and their inverse....

2007-07-05 Thread Ed Hoopes
Luc, You are correct in noticing that there is no dimensioned array operators in .afl. I have worked around this by doing two things: 1. Created the explicit solution for solving a matrix when I needed a least squares fit to a quadratic equation. I essentially did a Gaussian Elimination

Re: [amibroker] ATC not working on tickers starting with ~X ???

2007-07-05 Thread Ara Kaloustian
Posting your code would be useful for us to see the problem. - Original Message - From: vlanschot [EMAIL PROTECTED] To: amibroker@yahoogroups.com Sent: Thursday, July 05, 2007 6:30 AM Subject: [amibroker] ATC not working on tickers starting with ~X ??? I've created synthetic

[amibroker] Re: StoRSI on CSCO

2007-07-05 Thread chetan_gariki
Hello Bill, my bad; i meant the trades that show up in Automatic Analysis window when i click the backtest button. Can you please try this same formula on say CSCO data from 01/01/2002 - 01/01/2007 and see what shows up when you try to backtest it. For me its empty somehow. Since it has both

[amibroker] Linear / Logarithmic Equity Line

2007-07-05 Thread Steve Dugas
Hi All, I wrote some code that plots an equity line with overlying regression line. It will plot correctly on linear or semi-log chart. Then I applied a little change so that the scale on the right starts at zero and displays % return rather than actual account equity. The line looks the same,

[amibroker] volume based MP

2007-07-05 Thread eric tao
Hi Guys, I'm trying to calculate volume based daily Market Profile. Is this the right way to calculate Value area for volume base MP? CP is the highest volume price point. for VA, I compare the volume of each price around CP, pick the higher volume from each pair until the accumulated volume is

[amibroker] Re: Linear / Logarithmic Equity Line

2007-07-05 Thread gp_sydney
Steve, You can't display zero or negative numbers on a log chart. I'd suggest you filter the equity array before displaying, setting some minimum value for all values that are less than that. You might need to use trial and error to pick a good minimum value that will display the rest of your

[amibroker] Re: Linear / Logarithmic Equity Line

2007-07-05 Thread Fred
It'll be simpler to start at either 1 or the value of Initial Equity ... You can always calc for any place along the Equity Curve what CAR or Total Return or any other performance metric are and put that info in the title. --- In amibroker@yahoogroups.com, gp_sydney [EMAIL PROTECTED] wrote:

[amibroker] Volumentum indicator

2007-07-05 Thread xxxringop
Does anyone have the volumentum strength indicator or volumentum direction indicator coded for Amibroker? It can be seen at www.volumentum.com It is coded in tradestation. Thanks

[amibroker] apply stop bars inconsistant

2007-07-05 Thread hairy_mug
I use the applyStop bars with bars set to 50 BUT some stocks refuse to stop and go past all the way to 200+ days??? I also added a sell when barssince(buy)50 but some stocks still decide when to stop on their own. I tried exrem and various code; only thing that works is to remove the offending

[amibroker] buy/sell arrows

2007-07-05 Thread mikedostal24
Hello, Tomasz provided code for the July issue of Technical Analysis of Stock Commodities magazine along with a picture of a chart. In the picture there are buy/sell arrows which don't seem to be in the code. I am wondering how I would plot this - do I need to write a seperate code to plot

RE: [AmiBroker] buy/sell arrows

2007-07-05 Thread Don Lindberg
Mike, Just add the following code to the very bottom of your AFL and it will work. Make sure in Parameters you have Show Trading Arrows set to Yes. Buy = ExRem( Buy, Sell ); Sell = ExRem( Sell, Buy ); PlotShapes(Buy*shapeUpArrow,5); PlotShapes(Sell*shapeDownArrow,4); I'll warn you in

[amibroker] NSE EOD DAILY DATA

2007-07-05 Thread Vinay Gakkhar.
Equities Historical Data Archives in nseindia.com website of NSE India leads me to a link for downloading Bhavcopy in csv format giving me day's EOD data for cash shares. FO Historical Data Archives in nseindia.com website of NSE India DOES NOT leads me to a link for downloading Bhavcopy

[amibroker] Re: buy/sell arrows

2007-07-05 Thread Fred
Run backtest ... Then right click on the tradelist in the AA window and click on show arrows for actual trades. --- In amibroker@yahoogroups.com, mikedostal24 [EMAIL PROTECTED] wrote: Hello, Tomasz provided code for the July issue of Technical Analysis of Stock Commodities magazine along

[amibroker] importing historical esignal tick data

2007-07-05 Thread kar_avi
hello, when i try to update historical intraday tick data for amibroker, i get only one day's (current day) data, even though esignal says that it gives 10 days of tick data. can fellow members who are using the same guide me whether esignal is right and i have to change some settings/etc in