[amibroker] Re: Looking for a suitable Intraday data supplier

2010-08-27 Thread razorruss17
Hey, If you don't require a backfill, and you know which symbols you need the data for, you can probably get away with using the free Think of Swim Desktop DDE method. It requires you have a copy of Amibroker open capturing data into your real-time symbol list. There's information on how to

[amibroker] Re: Hindenburg Indicator

2010-08-27 Thread razorruss17
I have a version of the indicator based off of my study notes for the CMT Level 2 exam. email me if you're interested. Mine is not flashing a full-blown signal but if and when it does, it usually occurs several times with the first signal occurring up to three months before the rug gets pulled

[amibroker] plz help for pop-window settings

2010-08-27 Thread amit k
plz help i m looking for pop window formula which i cna add to my formulae...so whenever i use ita pop window opens with buy-sell share name on he basis buy-sell signals generated by my formula and on compltd bars only like ..i have 15 stks in the formula shuld anaysle

[amibroker] Re: How to convert AFL to DLL for dummy

2010-08-27 Thread .Net SDK
Hi, try this: http://sites.google.com/site/dotnetsdkforab/ download and install the 2.0 beta. Download and look at the case studies. To Center of Gravity case study shows how you can convert your AFLs to a .Net plug-in. If you create a simple AFL plug-in, anyone can use it via the Free

Re: [amibroker] Change data of ticker not in view

2010-08-27 Thread reinsley
Hi, I am not sure to understand your request. Menu | Symbol | Information Contract Specification : Force your values into Tick size and Point Value Best Regards Le 27/08/2010 10:55, gy.lukacs a écrit : Hi In a data plugin: Do you know how to add to / change ticks of a ticker which is

Re: [amibroker] Change data of ticker not in view

2010-08-27 Thread reinsley
or Symbol Quote Editor Le 27/08/2010 11:30, reinsley a écrit : Hi, I am not sure to understand your request. Menu | Symbol | Information Contract Specification : Force your values into Tick size and Point Value Best Regards Le 27/08/2010 10:55, gy.lukacs a écrit : Hi In a data

Re: [amibroker] Change data of ticker not in view

2010-08-27 Thread Tomasz Janeczko
Hello, You don't need to worry about adding symbols. It is all done automatically by AmiBroker. Your only responsibility is to fill data for given symbol IF/WHEN AmiBroker asks for it via GetQuotesEx. The idea is very simple: AmiBroker ask for data for given symbol and you should deliver. If

Re: [amibroker] Re: How to convert AFL to DLL for dummy

2010-08-27 Thread TimurLangit
Jozsef, Thank you so much. I'll try it. Timur Sent from my iPhone On Aug 27, 2010, at 3:16 PM, .Net SDK dotnetsdkfo...@yahoo.com wrote: Hi, try this: http://sites.google.com/site/dotnetsdkforab/ download and install the 2.0 beta. Download and look at the case studies. To Center of Gravity

[amibroker] Re: Looking for a suitable Intraday data supplier

2010-08-27 Thread bingk66
Hello Howard, Thanks for your prompt reply. I have tried to use IB's streaming data and the constant throttling by IB just made the whole experience unworkable. I will take a closer look at DTNIQ or Esignal. Bing --- In amibroker@yahoogroups.com, Howard B howardba...@... wrote: Hi Bing

[amibroker] Re: Looking for a suitable Intraday data supplier

2010-08-27 Thread bingk66
Thanks Russ, I'll have a look at Think of Swim Desktop DDE method as well. Bing. --- In amibroker@yahoogroups.com, razorruss17 rsebr...@... wrote: Hey, If you don't require a backfill, and you know which symbols you need the data for, you can probably get away with using the free Think

[amibroker] Re: Change data of ticker not in view

2010-08-27 Thread gy.lukacs
Hi, I write a data plugin. Amibroker calls GetQuotes(Ex) to get data for ticker A, that's OK. How do I backfill ticker B if Amibroker does not call GetQuotes(Ex) for ticker B? Thanks lukit --- In amibroker@yahoogroups.com, reinsley reins...@... wrote: Hi, I am not sure to understand

[amibroker] Re: Change data of ticker not in view

2010-08-27 Thread gy.lukacs
Hi TJ, You don't need to worry about adding symbols. It is all done automatically by AmiBroker. Your only responsibility is to fill data for given symbol IF/WHEN AmiBroker asks for it via GetQuotesEx. The idea is very simple: AmiBroker ask for data for given symbol and you should

Re: [amibroker] Re: Change data of ticker not in view

2010-08-27 Thread Tomasz Janeczko
Hello, You will get GetQuotesEx call for EVERY symbol the user is watching or scanning. Best regards, Tomasz Janeczko amibroker.com On 2010-08-27 14:43, gy.lukacs wrote: Hi TJ, You don't need to worry about adding symbols. It is all done automatically by AmiBroker. Your only

[amibroker] automatic import

2010-08-27 Thread Ju
I have some data from sources that are not directly integrated with Amibroker/Amiquote. I want them to be automatically loaded into AB. Does AB provide any programmable interface? Is .afl coding the only solution? How is .afl performance if the data is huge?

[amibroker] Problem with data

2010-08-27 Thread Vinay Gakkhar
Hello, senior members, I have been facing a problem for last 3 days, will be thankful if someone helps me in solving it. When I begin getting intraday data into Amibroker, the time the price in both Amibroker window my data-feed source are the same. But Amibroker window starts showing

Re: [amibroker] Problem with data

2010-08-27 Thread Tomasz Janeczko
Hello, You don't even mention the data source you are using, settings, or anything. Imagine that no one sees your computer screen and we simply don't know what your setup is. You need to describe it. Best regards, Tomasz Janeczko amibroker.com On 2010-08-27 15:59, Vinay Gakkhar wrote: Hello,

Re: [amibroker] Problem with data

2010-08-27 Thread Vinay Gakkhar
Dear Tomasz, Many thanks for your immediate response. Sorry for my not giving full details. I am using data-provider named ManshiRT ( www.manshi.co.in ) which fetches current data from TT Advance, the online trading platform of India Infoline (my broker), and ManshiRT feeds the data into

Re: [amibroker] Problem with data

2010-08-27 Thread Vinay Gakkhar.
Dear Tomasz,Many thanks for your immediate response. Sorry for my not giving fulldetails.I am using data-provider named ManshiRT ( www.manshi.co.in ) which fetchescurrent data from TT Advance, the online trading platform of IndiaInfoline (my broker), and ManshiRT feeds the data into Amibroker.

[amibroker] Feeding Fundamental Data [1 Attachment]

2010-08-27 Thread afzal hossain
Hi All Can any body tell me how can i feed attached fundamental data in to Amibroker?This data I have collected from a website. Amibroker does not have a data feeder for www.dsebd.org I use a local data feeder for intraday and eod from .csv file. ThanksAfzal

[amibroker] Re: automatic import

2010-08-27 Thread Ed H
You can go to the HELP file and SEARCH for IMPORT ASCII. Once you have a clear text script constructed, go to the FILE dropdown and then IMPORT ASCII. Here is a brief OT example: $FORMAT NAME, FULLNAME, MARKET, INDUSTRY $OVERWRITE 1 $BREAKONERR 1 MYY, ProShrs Shrt 1X MIDCP, 2, 250 QLD, ProShrs

Re: [amibroker] Problem with data

2010-08-27 Thread Tomasz Janeczko
Hello, You would need to contact the vendor of ManshiRT. It is 3rd party product. AmiBroker.com only provides support/help for our own products. Best regards, Tomasz Janeczko amibroker.com On 2010-08-27 16:39, Vinay Gakkhar. wrote: Dear Tomasz, Many thanks for your immediate response.

Re: [amibroker] addtocomposite with four arrays

2010-08-27 Thread reinsley
|// RSIc // courtesy by Dimitri Tsokakis *procedure* RSIc( n ) { *C* = RSIa( *C*, n ); *O* = RSIa( *O*, n ); *H* = RSIa( *H*, n ); *H* = IIf( *H* Max( *C*, *O* ), Max( *C*, *O* ), *H* ); *L* = RSIa( *L*, n ); *L* = IIf( *L* Min( *C*, *O* ), Min( *C*, *O* ), *L* ); } n = Param( n, 10, 5,

[amibroker] addtocomposite with four arrays

2010-08-27 Thread mikk12345
HI, I would like to create a ticker that has the (open/rsi(14),high/rsi(14),Low/rsi(14), close/rsi(14) and have it displayed as a candlestick. It seems that addtocomposite can only create line charts with a single value. Is there a solution? Thanks Mikey.

Re: [amibroker] Problem with data

2010-08-27 Thread Vinay Gakkhar
Dear Tomasz, ok, thanks. Best regards, Vinay Gakkhar On Fri, 27 Aug 2010 21:01:32 +0530, Tomasz Janeczko gro...@amibroker.com wrote: Hello, You would need to contact the vendor of ManshiRT. It is 3rd party product. AmiBroker.com only provides support/help for our own products. Best

Re: [amibroker] Problem with data

2010-08-27 Thread Vinay Gakkhar.
Dear Tomasz,ok, thanks.Best regards,Vinay GakkharOn Fri, 27 Aug 2010 21:01:32 +0530, Tomasz Janeczko gro...@amibroker.comwrote: Hello, You would need to contact the vendor of ManshiRT. It is 3rd party product. AmiBroker.com only provides support/help for our own products. Best regards, Tomasz

Re: [amibroker] addtocomposite with four arrays

2010-08-27 Thread Tomasz Janeczko
Hello, Read the docs (again). AddToComposite allows to store OHLC V and OI fields by specifying second parameter. Best regards, Tomasz Janeczko amibroker.com On 2010-08-27 17:44, mikk12345 wrote: HI, I would like to create a ticker that has the (open/rsi(14),high/rsi(14),Low/rsi(14),

[amibroker] SIMPLE APPLYSTOP QUESTION

2010-08-27 Thread bistrader
Want to exit at NEXT day close when get to 5%. So, if get to 5% today, then would exit next market day at the closing price. I have the following but it exits TODAY and not next day. What am I doing wrong? SetTradeDelays(1, 1, 1, 1); ApplyStop( stopTypeProfit, stopModePercent, 5, 0, 0 );

[amibroker] Req Help on P F charts-can I draw ema50,ema200 on pf chart,how to find buy

2010-08-27 Thread ford7k
Hi afl experts, Recently I began studying pf charts. The question is can I drag drop a 50ema Moving average and a 200 ema on to the pf chart? Are these ema lines valid and useworthy? please help regards ford Req Help on P F charts-can I draw ema50,ema200 on pf chart,how to find buy

Re: [amibroker] automatic import

2010-08-27 Thread Keith McCombs
Ju -- If you need to do this infrequently, you can use AB's ASCII import Import Wizard and ASCII Import. They are very easy to use and quite fast. If you want to do this every day or even more often, then you will probably want to do it programmatically. Take a look at the file functions,

[amibroker] Re: SIMPLE APPLYSTOP QUESTION

2010-08-27 Thread j0etr4der
Hi, You need to read the Applystop entry in Help/UG. See Scenario 3. ApplyStop( stopTypeProfit, stopModePercent, 5, 2, 0 ); BR, Joe --- In amibroker@yahoogroups.com, bistrader bistra...@... wrote: Want to exit at NEXT day close when get to 5%. So, if get to 5% today, then would exit

[amibroker] Using QP EOD data and AB 64bit

2010-08-27 Thread Keith McCombs
I would like to use AB 64bit for running exhaustive optimization on QuotesPlus EOD data. However, AB does not have a 64bit plugin for QuotesPlus data. One thought I have is to write all the data out to ASCII files using fputs(), then import it into a new data base using ASCII import. But I

Re: [amibroker] Using QP EOD data and AB 64bit

2010-08-27 Thread Tomasz Janeczko
Hello, It is easy (no need to export/import): 1. Setup the QP2 database using 32 bit version, make sure that local data storage is enabled 2. Run a scan over all symbols ONCE using 32 bit version. 3. Run 64-bit AmiBroker on that QP2 database. It does not matter that you don't have QP2 plugin

[amibroker] Re: SIMPLE APPLYSTOP QUESTION

2010-08-27 Thread bistrader
It is true that I want to exit next day, but not at Open. I want to exit the next day and at the close for the next day. --- In amibroker@yahoogroups.com, j0etr4der j0etr4...@... wrote: Hi, You need to read the Applystop entry in Help/UG. See Scenario 3. ApplyStop( stopTypeProfit,

Re: [amibroker] Using QP EOD data and AB 64bit

2010-08-27 Thread Keith McCombs
TJ -- Running the Scan helped. However, that leads me to another question or two: I had set up the data base, QP3L, with local enabled a while ago, in addition to my already existing local disabled data base, QP3. 1. QP3L does not update when running either AB32 or AB64. So it has no new

[amibroker] Should All Symbols in Database Have Same Amount of Data?

2010-08-27 Thread valuelive
Hi All I am in the process of setting up my first AB database. Is it necessary (or preferable) for all symbols to contain data over the same period of time? If so, should I pad symbols with zero and price and volume data for non trading weekdays and for dates prior to the symbol first trading

[amibroker] Re: Getting weird negative prices in AA backtests.

2010-08-27 Thread raymondpconnolly
Thx for the update. --- In amibroker@yahoogroups.com, radmobile_radmobile dan...@... wrote: just a follow up so others can know solution to this problem i was having. support finally got back to me, it turns out that if you use atr inside of an applystop, you must specify within the

Re: [amibroker] Should All Symbols in Database Have Same Amount of Data?

2010-08-27 Thread Keith McCombs
The short answer is: padding is not necessary and should not be done. You can select Pad and align to reference symbol in Backtester Settings (pages 244 and 245 in Users Guide 5.20). But this does not affect your data base. AB knows how to handle missing data. Using zero for prices could

[amibroker] Re: Should All Symbols in Database Have Same Amount of Data?

2010-08-27 Thread sanjiv
Hello valuelive, Just the actual data should be preferred. Not necessary to pad for dates prior to the symbol first trading on the exchange. Moreover, if you wish; AmiBroker can pad/unpad temporarily with reference to your MASTER SYMBOL (May be a Market Index as per your choice) with previous

[amibroker] Re: Two Newbie Questions

2010-08-27 Thread sanjiv
Hello Valueinsights, Mass usage software like Amibroker have vast feature sets, not all of which are used by all the users. Some users may be using some features extensively, while some other users might be using some other fetures more extensively. Since, your post asks many things and there