Hi, I'm trying to build two indicators which calculate the 30 period MA of the (1)ATR of the first 3 hours of the trading day and then the (2)ATR of the rest...
Some time ago Tomasz posted the code below (simplified) on the KB. Would anyone know how to modify this code to save the metrics for individually backtested...
Hi scourt2000, I don't disagree with most of what you said but I think you are misrepresenting the described trading technique. The method is based on...
Value = iif(Timenum() <time criteria,MA(x),MA(y)); ... From: "pmxgs" <pmxgs@...> To: <amibroker@yahoogroups.com> Sent: Thursday, July 24, 2008 9:50 AM ...
Herman, If running the script using the Backtest on individual symbols (i.e. not as portfolio), couldn't you just construct the name as part of the script? ...
Did you try it using the individuak backtester ? ... From: Herman Date: Thursday, July 24, 2008 2:51 pm Subject: RE: [amibroker] Re: How to save Metrics in...
The same code. The only distinction is that you need to run INDIVIDUAL backtest and use Static variable to save name StaticVarSet("Symbol", Name() ); // Demo...
I was able to get a AmiBroker dll to work with Nvidia CUDA drivers. These drivers allow C code to run on the graphics shares of a modern video card. These are...
This is very interesting ... AB Dll's are one thing ... Do you think it's possible to run individual instances of AB itself with CUDA ? ... From: dloyer123 ...
Not a chance. C code can be run on the cores, but they do not support the win32 api. They are optimized for performing repeated calculations over and over on...
That's what I gathered from perusing the info previously i.e. that it's really meant for lower level processing i.e. something that AB could possibly take...
Nvidia 9600GT. Plenty of room to upgrade.... ... are using? ... drivers. ... modern ... to ... per ... data ... is ... for ... far ... to ... Ami ... the...
Steve, Enjoyed your post (I love from the heart stuff - it elevates us above the humdrum). Yes, there isn't much value in back & forths unless we are...
Hello I use Bracket Trader. It's only for IB and is real cheap. The big plus feature is on each trade it shows MFE and MAE, which has really helped my ...
Bill, I am all for people following their rainbow go for it. Some contrary opinions, with the intent encouraging some thought ... I don't consider BB as...
The problem is that the "x" array you mentioned in the formula MA (x), doesn't have consecutive numbers. The "x" array has numbers during the first three...
Hello scourt2000, Very well put, listen up you newbie's. By the way I keep asking all these "Guru's" if your stuff is so good why sell it? Over the years...
Thank you Tomasz, but this code still does not work. I changed the StaticVar to the Text type. Can you help some more ... ? or does anyone else see the...
Cooltrader offers EOD, Updates and World indices in Metastock/Amibroker format, so it's a simple matter of saving to hardisk, and import ASCII function. I...
Use 0 not null, change the atr period to 3. Null seems to have a value of - 4 billion, at least that is what I saw when I put the cursor on the null part of...
Hi Brian, ... personal definition.<< I don't either that's why I said "Bollinger Bands and sound Price Action". ... be 'scalping'.<< I know there is no...
I'm trying to code a function that calculates monthly dates from a certain date or vice versa. I will use the function for setting dates for rotational trading...
Hello everyone , to know more on vsa visit this thread http://www.traderji.com/technical-analysis/21159-techviews.html as mr karthik has started discussion on...
Thanks ... No thanks. I have problems with this website ... Regards, Ton. ... From: bilbo0211 To: amibroker@yahoogroups.com Sent: Thursday, July 24, 2008 11:58...
It will work OK. Individual backtest *is* portfolio backtest but just portfolio consisting of one symbol at a time. Note that one should select "Individual...