I use Sharescope for my data - for £25 a month it's great. It has all US and UK stocks, worldwide indexes, ETFs and EOD FX. However, Amibroker is my program...
Hi!! I'm studying (after years) an idea about pairs trading, and I want to backtest the set foreign with other stocks. how can do it??I tried with another set...
add these lines of code but solb.br still don't appear at he back test SetForeign("SOLB.BR"); yield2=100*log(Ref(O,-1)/Ref(C,-1)); RestorePriceArrays(); ...
In the charts layout window under the "Charts" tab and then under the "Indicators" Folder, I'm trying to "Drag and Drop" an indicator called "Price Channel" or...
Hello, On the AB Website under formulas: http://www.amibroker.com/library/ Problem is might include 'old' style formula that reference numbers and takes a...
I seem to recall playing around with something along those lines a long time ago in a land far far away (not certain about it now). SetForeign(Fixup) will use...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the amibroker group. File : /Nasdaq 100...
amibroker@yahoogroups...
Nov 2, 2008 3:00 am
131559
I just uploaded a .ppt of my survivor bias results to the Files section. Look for "NASDAQ 100 Survivor Bias Study.ppt"...
The subject line is not well stated but I couldn't find a more concise way to ask what ways are available to use a different parameter for each symbol on which...
Followup to my own message, asking this: I found a "case" statement in some code written in 2002, which has the convenient feature of naming the symbol name...
Re: [amibroker] Best Ways to Read in Individualized Parameters If your parameters must be kept over multiple trading sessions you can simply use persistent...
Re[2]: [amibroker] Best Ways to Read in Individualized Parameters btw, you can read the persistent variables and transfer them to Static variables,just once,...
Hey, I just realized I have Amibroker version 5.0. I can update till 5.3 I think. Whats the latest version? Can someone send me a link? Whats the best version...
If you need just EOD data then there is no need for Sharescope at all. You can use Amiquote and download EOD data from yahoo for free. other solution is: get...
I use IQFeed and my data is delayed approx 2min at the end of the trading day. I blame the volatility of the market recently. It absolute nightamre to trade...
I tried that but some strange things are happening. Firstly I am getting only Long positions. Long and Short is picked in the AA settings menu though. I think...
... Overuse of leverage, lack of diversification, obfuscativesecuritization, failure to think reasonably/rationally about risk,willingness to bet the existence...
Hello, A release candidate 1 of AmiBroker 5.20 is available now http://www.amibroker.com/devlog/2008/11/02/amibroker-5200-release-candidate-1-rc1/ Best...
The long only result may be because both Buy and Short have always been set to True, and Buy trumps Short. The original code workds fine for Long only or Short...
It turns out, sometimes the backtester will stop processing signals while there is still plenty of cash available to open new positions. The following example...
This function or something similar may do what you want without setting the RoundLotSize. -Steve function ComputeNumShares(price, percentOfEquity, totalEquity)...
I use EOD data and am having a problem with the backtest entering positions I would never be able to enter. Position size is set to -10 so that I can have a...
Lol !! I tried to build a custom indicator . I want to retrieve the bar's number as soon as two moving average are crossing , or the index number at the point...
Hello, I am new in this group. So I am sorry if my question already posted in this group. Can I import ASCII to AmiBroker from outside AmiBroker? Maybe some...