GreatPig
Pigs In Space
- Joined
- 9 July 2004
- Posts
- 2,368
- Reactions
- 14
Depends a bit on how your general programming skills are, but for a start read the AmiBroker help covering the basics and then start trying to code something very simple (eg. some moving averages). You'll likely spend a fair bit of time learning what functions are available and how to use them.
I'd suggest first doing a simple indicator, then gradually building it up with more complicated things to get familiar with the functions. Once you're comfortable with that, try a simple exploration, then a backtest (eg. a simple moving average crossover system).
Once you pretty comfortable with all that, then you can look at more advanced things like scaling trades, looping, and custom backtests.
And if you get stuck with anything, ask questions either here or on the AmiBroker Yahoo forum.
Cheers,
GP
Sell = sellsignal OR Cross(Equity(),HHV(Ref(Equity(),60),-1)-30000);
Just wanted to backtest a fixed capital loss as an exit. I'd re-enter with normal buy signal depending on a market indicator.what signal would you use to start buying again
Where is the scan function found on Ami?
There seems to be a lot of mumbo jumbo in the program. I am looking for the word SCAN if it is at all in the program. Could somebody help please?
I think you want Analysis->Automatic Analysis.
Hi,
Has anybody used the intraday backtesting function on AmiBroker?
Any comments/opnion?
And, What programming language does Amibroker use?
Is it C+ or C++ or C# or something else?
I mite get a copy of this, and a computer whiz mate to write the codes for me.
For <$300 you cant go wrong and it seems it can do what i require of it.
Thanks.
AFL is very similar to C in many respects, but there are significant differences. AFL's ability to handle array mathematics in much the same fashion as single number mathematics is one of the main differences.
And if you want to write your code as a plugin, then you can use ordinary C/C++.
GP
Sorry, I don't know. I never use VB.So its not similar to VB at all????
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?