- Joined
- 3 April 2011
- Posts
- 129
- Reactions
- 27
Used it for years
Good starters product
Depends on what you want it to do
Was great software that set the standard years ago before Amibroker came along with better programming ability and less than half the cost.
I moved from Metastock to Amibroker and with programmers on here such as @Willzy who transferred my ideas and formulas it was a no brainer.
The older versions use Metastock and ASCII etc data but later versions only used a new proprietary data but I am not sure on the latest versions as they lost a bit of ground when the new owners (Reuters ??) got carried away with their prices etc while Amibroker was setting the new standard.
Not sure how current this site is, maybe check with @Richard Dale at Norgate re data.
http://www.metastockaustralia.com/metastock/metastock-data/
Why did you stop using it? Is that when you switched to IB?
Thinking about it was around then but had nothing to do with why I stopped.
I went to Amibroker but found the language clunky.
Amibroker is also very good but there is better data analysis.
Trading mainly discretionary Futures trading.
Whatt do you want to do?
Does Amibroker have more features? Was it just the cost that made you switch?
Took me all of 30secs to find this VWAP.afl
f=Param(" Periods ",5,1,5000);
VWAP=Sum(V*C,f)/Sum(V,f);
Plot (VWAP,"VWAP",ParamColor( "Color", colorCycle ), ParamStyle("Style") );
Ok, I wasn't sure how this would work. So you can program in your own indicators. Is that correct? I'm new to the programming in these applications.
What programming language is that? Is it some kind of proprietary language?
Ok, I wasn't sure how this would work. So you can program in your own indicators. Is that correct? I'm new to the programming in these applications.
What programming language is that? Is it some kind of proprietary language?
Amibroker Formula Language = AFL.
You need to be better informed before spouting off about Amibroker's "terrible array of indicators".
Start here and educate yourself.
https://www.aussiestockforums.com/threads/dump-it-here.34425/page-168#post-1079495
Thinking about it was around then but had nothing to do with why I stopped.
I went to Amibroker but found the language clunky.
Amibroker is also very good but there is better data analysis.
Trading mainly discretionary Futures trading.
Whatt do you want to do?
No I haven't linked it to Amibroker
I guess your looking to trade signals generated in real-time
from Formulated rules.
Other I have working with me have linked their own software
(Proprietary) to various data sources but not real time.
The capability is there though. (Through their own programming).
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?