- Joined
- 24 October 2005
- Posts
- 1,302
- Reactions
- 834
Does anyone know of an AFL which displays ASX announcements/or news feed for Amibroker?
Understand that I might be asking for something which doesn't exist.
Does anyone know of an AFL which displays ASX announcements/or news feed for Amibroker?
Understand that I might be asking for something which doesn't exist.
EnableScript("vbscript");
<%
function XML2CSV()' //XML2CSV, related to Forex Factory
Dim WshShell, WshResult, cmd
cmd = "C:\Program files\AmiBroker\XML2CSV\XmlToCsv.Console.exe -xml C:\Program files\AmiBroker\NewsLists\ffcal_week_this.xml -dir C:\Program files\AmiBroker\NewsLists"
Set WshShell = CreateObject("WScript.Shell")
WshResult = WshShell.Run(cmd, 7, False)
end function
%>
Hi all,
I'm thinking about getting Amibroker in the near future, I'm also about to purchase a new laptop. I've read the "minimum specs" Amibroker requires but I'd like to know what actual users think these specs should be.
I'm also interested to know what people think of required screen size and resolution.
Any help appreciated.
TJ posted a recommended hardware/software guide on the Amibroker Knowledge Base wiki last year. The information there is still accurate today if you're looking to buy a new laptop.
http://www.amibroker.com/kb/2011/10/25/recommended-hardwaresoftware-for-amibroker/
I see this is your first post so welcome to ASF
Hi all,
I'm thinking about getting Amibroker in the near future, I'm also about to purchase a new laptop. I've read the "minimum specs" Amibroker requires but I'd like to know what actual users think these specs should be.
I'm also interested to know what people think of required screen size and resolution.
Any help appreciated.
Also agree with adding screen real estate.
I use Amibroker to day trade index futures. I have 3 instances of Amibroker (64-bit) running with IB's TWS and Zeroline trader on 5 screens plus the laptop screen. I use 4 USB display adapters and the laptop's HDMI port to connect the screens.
http://www.win-star.com/eshop/goods.php?id=103
I've used Dell laptops for years. Current setup is on an I5 Vostro with 8Gb RAM.
The 2nd Gen I7's are at a good price point now.
edit: nice to see you back Canoz
I just got a new Lenovo Thinkpad X220 with i5 processor.
It was a gift so i didn't spec it up. If i had to do again I'd get the fastest processor going, at least an i7. 64 bit and a ton of RAM would be nice too. Make sure all of your software can run at 64 bit.
Not sure if any laptops other than Apple have Solid State Drives yet, but with a fast processor and an SSD I'm told that system development is much faster, backtests and Optimising is processor intensive and the SSD makes the data retrieval faster.
I'm specing up a new desktop PC as well now and those are the two main things, in addition to the graphics card to support my screens.
Agree with TabJockey, Screenestate is good, the more the better IMO.
Very interested in what the PC gurus add to this.
CanOz
G'day Captain, good to see ya as well!
What time-frame are you index systems, if you don't mind me asking?
Cheers,
CanOz
Trading the KOSPI (K200) and DAX using 1 and 2 minute charts. I've gone the other way to most in that I started trading mechanical systems (and still do) but am tending more towards discretionary trading of index futures now, although there's still a lot of number crunching behind my discretionary trading.
I've tried the conventional wisdom of using longer time-frames, 3-5-15-30 minute and hourly charts but the 1 and 2 minute timeframes work for me. I swing trade and pick up around 10-15 trades a day on the Kospi.
Yeah love the Kospi, on my list to look at closer too. Can't get eSignal data for it yet, only IB. Are you using Amibroker to execute trades or just punch out signals to you? Can't recall if Amibroker has a chart trader even
CanOz
Yeah, love the Kospi too. Pays all my bills and then some
Took me about 18 months of testing and following it every day to finally "get it" though. Every day is different, but every day is the same...
I use the Zeroline trader DOM for all my orders.
http://www.zerolinetrader.com/
I use Amibroker for charting. Very basic charts with price, volume and a heavily modified version of Karthik's VPA code. Any signals generated on the charts are purely a "heads up" so it would be difficult for me to automate what I do.
Hiya,
Anyone have some code for: "last low pivot > low pivot prior"?
I've tried adapting some pivot codes using ValueWhen, but it just ain't workin'.
Ideas?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?