Hello, Export from QCharts to text file (you should check QCharts documentation if and how to do that) and then use Import Wizard in AmiBroker. Best regards, ...
I have the raw values (volume) for the last 2 years, if anyone wants them. If possible, I would like SPX 1-min data for the last year. Senthil...
skumarskumar
skumarskumar@...
Apr 1, 2003 8:14 am
36829
Nigel, Peter and Steve, many thanks for your assistance on the subject. I was busy for the last few days and thus couldn´t fully appreciate your help. I may...
IVA GmbH
funnybiz@...
Apr 1, 2003 10:16 am
36830
TJ & Folks, is it possible to reverse the searching in exploration mode so that bar after bar is being analysed but from the beginning of the chart rather than...
IVA GmbH
funnybiz@...
Apr 1, 2003 10:30 am
36831
Here's a nifty site with quite a bit of historical put/call data. I believe someone from this group maintains it if I'm not mistaken. ...
Exploration results have the same direction as time [how could it be different] What are you looking for ? If you explore the last 10 bars, you will read first...
Dimitris, I´ve always thought that when for instancre using Valuewhen(cond,cum(1),1) and there are mulötiple instances of cond then AB refers to the very...
IVA GmbH
funnybiz@...
Apr 1, 2003 12:16 pm
36835
Perhaps you confuse Valuewhen() method with Exploration in general, when you speak for exploration. DT ... (1),1) ... very last ... Valuewhen(cond, ... # 100. ...
Yes, thanks. That data went back to 1997, further than the other site which only went back to 2000. Can you or anyone define the differences between P/C...
Markus, Could you try ( or maybe you already did try it ) something like this: Cond1="Your condition"; x=valuewhen(sum(cond1,1)==1, cum(1)); ... From:...
would this help. Cond1=Cross(C,MA(C,20)); Cond1count=Cum(IIf(Cond1,1,0)); cond1Countvalue=Cross(Cond1count==1,0.1); //the ==1 in this line is the first time...
Index P/C ratio = put vol on index options / call vol on index options similiarly for equities. the p/c ratio is the index and hte put together. = (put v. on...
skumarskumar
skumarskumar@...
Apr 1, 2003 3:06 pm
36842
Does any one know where one could find monthly PPI and ISM data? than u in advance. nand...
Hi, what do the colored icons (red, green, blue, yellow etc.) left to the stock symbols mean (in the workspace/smbols pane)?...
uenal.mutlu@...
Apr 1, 2003 5:25 pm
36844
Al, I changed my pullback backtest to use your variable PositionSize = -1 * BuyPrice/(2*ATR(15)). System went from $20k / trade restriction to a range of $10k...
Yes, if you want to see R. My main target was the trend detector bars, that´s why I left R on the ground. This trend detector gives also the magnitude...
Hi guys....I have been using MS for a while and I decided to switch to another software. MS 8 has many bugs, is not very versatile for programming. So i was...
Are you sure the trend strength is illustrated better than with a simple Histogram? Look forward to your combinations. Steve...
Stephen Almond (T)
s.almond@...
Apr 1, 2003 9:01 pm
36848
Juan, Did you really expect to get an objective answer to that question here ? I'll give you what will probably be the most objective answer you'll get ... It...
Chuck, I made a "quick and dirty" indicator some time ago that does a similar thing as your candle height vs. average body height. This one uses ATR over time....
gosub283
gosub283@...
Apr 1, 2003 11:11 pm
36851
Phsst, I'm glad you raised this topic. I've been looking at various positionsize systems. First thing is to decide how we measure the 'quality' of the results....
I changed my pullback backtest to use your variable PositionSize = -1 * BuyPrice/(2*ATR(15)). System went from $20k / trade restriction to a range of $10k to...
Is it possible to plot into the future with AB? For example, to project a moving average forward and plot it along with current price data... Any examples? -- ...
"trade restriction" meant that I had deliberately 'restricted' each and every trade PositionSize to $20K. The huge decrease in RAR was a surprise to me too....
Color coded to the Market and Industry that the ticker belongs to. Anthony ... From: amibroker@yahoogroups.com Date: Tuesday, April 01, 2003 12:25:43 To:...