Why not paying five bucks per month and get all Canadian stocks from Stockwatch. By "all" I mean CNQ (or whatever it's now called), TSXV, TSX and even MX...
hi, you indeed need a loop to program this. Ararys only will not do it. Below the code from how I understand it from your text. regards, Ed procedure...
Hello, Adapted from your code. The count is from peak to peak and from trough to trough. You can easily adapt to see from peak to trough and reverse. Hope this...
Ara, just go over to eBay and pick up another one. I saw one for $160 + $15 shipping. There are cheaper solutions but that assumes that your time has no...
Hi all, Â Does any one can help me for plotting AVERAGE TRADED PRICEÂ for CURRENT DAY only. I used CUMM function but it gets ATP from starting 1st day, (Not...
atp is total turnover divided by volume . . so in import wizard if there could be one more column for total turnover . then one could easily chart this also...
Hello, I am trying to test a trading system and I am running into a slight problem. I am wanting to take yesterdays low + 0.25 * ref(atr(45),-1) to come up...
Hi folks, I have a problem with the backtester. I have a trading system which opens all positions on OPEN price and closes all positions CLOSE price. Maximum...
hi, what you need to do is define your Buy rule like: Buy = Cond1 AND Cond2 ... etc; then in the Buyprice you define as: BuyPrice = MAX(0.25 * Ref(ATR(45),-1)...
Sidhartha, This is what I use: //================================================================ // Return the Y axis value ($) for a number of pixels // this...
Hi, as a workaround it seems that I can cheat AB by setting: SetTradeDelays(1,1,1,1); This will move the closing trades to the next bar, but it will result in...
Unfortunately, there is no such thing. From: traderjoe2003 Sent: Thursday, January 01, 2009 12:58 PM To: amibroker@yahoogroups.com Subject: [amibroker]...
Hello, There is introductory book for absolute beginners: http://www.introductiontoamibroker.com Best regards, Tomasz Janeczko amibroker.com ... From: MAVIRK ...
Hello Mike, Thank you for your answer. This makes it a bit clearer. I used a more primitive method to count signals. I would set max open positions to 2 x of...
No need to pay for TSE data, I dont need all the symbols, only the ones that have volume. CA:SYM works fine but works very "strange" If you enter "CA:BMO" in...
Hi -- Using 5.20, I'm trying to plot the ADL with the following but resulting ... In Symbol>Categories>Markets, I select NYSE and set all indexes to ^DJI and...
... Most of Canadian stocks have volume, and the beauty of AB with a database that includes all symbols is that you can easily set the volume/number-of- trades...
Hello and happy 2009!!, I would like to know if there is any plan to make IB fundamentals data accessible through AB. I think yahoo doesn't provide this data...
Hi I am a begginer. I did not find any candlestick indicator in amibroker. how can I identify specific candlestick by using AFL or any other way. for instance,...
Mike, Thanks very much for your reply. Strangely, none of my search phrases led me to the section of the manual that you point out. For the benefit of readers...
Richard, If you display the code in a chart, it should plot the signals for the period backtested (e.g. 1/1/07 - 12/31/07). It is working for me. Do you have a...
Another downside of option 2 is that it will not include any custom metrics, as requested in your original post. But, that's why we have option 1 ;) P.S. I...
Hi -- I posted this over 12 hours ago, but I didn't see it displayed yet. Perhaps that is because the first posting had embedded pictures. Therefore, I am...