- Joined
- 11 July 2005
- Posts
- 173
- Reactions
- 6
kaveman said:wayneL,
you could try the 3rd party plug in
http://www.amibroker.org/3rdparty/
and this example on how to use
http://www.amibroker.com/library/formula.php?id=395
hope I have been of help here
loakglen said:I've been trying this to plot the 180 day ema of the close for the xao and the chart still comes up blank
Any ideas?
SetForeign("XAO");
Plot(EMA(C,180),"xao ma",colorBlack,styleLine);
RestorePriceArrays();
Thanks
will not showcolorBlack
GreatPig said:That formula works fine when I try it.
Where are you entering the formula?
GP
kaveman said:What background colour do you have, if black the line will not show
Regardless of the plot, I think you have the cross back-to-front. This says buy when the MA crosses upward over the price - ie. when the price drops below the MA.loakglen said:Buy= Cross(MA(C,180),C) AND Cond1;
Two problems here that I can see, assuming I understand what you're trying to do. Firstly, comparison requires the double-equals operator (a very common bug in C programming too). So it should say:Sell= Buy=False ;
Amibroker - plot foreign on stock chart
loakglen said:hi guys,
still havn't had any luck getting that foreign file thingy to work.
please help
Yes, it can do scans, explorations, and backtests.DTM said:am wondering whether Amibroker has trade scanners
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?