... If you are just posting to tell someone, anyone, everyone, about your needs go straight to the feedback centre. You don't need the impramatur of anyone...
All, I've created and backtested a trading system that I would like to begin trading. It runs on daily data - right now I run a "scan" at the end of the day,...
i am new to amibroker and need guidance on real time data feed from yahoo or any other data feed to amibroker. and also about drawing the stochastic chart...
I'm running an optimization on a 1 minute bar database and it takes around 10 hours or so. I decided to create another database with 5 minute bar data and run...
Hi, the follow code in Array processing shows a red down triangle if a gap appears. it_gap = GapDown(); PlotShapes( IIf( it_gap, shapeDownTriangle ,...
Dear Sir/Madam, I have not able for receiving crude and gold and baise metals data in your chart. So pls sent me details. Thanks/Regds Manoj Kag 09826511211...
Hi, I posted this msg a couple of days ago but it never appeared in the list. Anyway, I've written a rather complex system that ive backtested and now want to...
HAY DEAR Tomasz Janeczko I NEED AMIBROKER IN (CHINEES) OR OTHER LANGUAGE EXCEPT IN ENGLISH PLEASE HELP ME..CAN I CHANGE IT MY SELF OR CAN YOU ADD LANGUAGE...
hello, i am looking for RT data feed to amibroker thru amiquote/yahoo finance. i am an indian trader so looking for RT feed for NSE[NIFTY], somebody help me...
Hi, just make my first steps in AFL, to get a "Debugging" functionality I try to put a shape on a chart if a condition is met. (Software development is givin`....
Hello, Thanks for your reply, yes if you import one stocks data from another data base, to the original corrupt, then in my experience that might not help. I...
Bruce, I agree completely. Tomasz is the one who gets to worry about how to implement all our needs. Our job is just to state our needs -- and help each...
You may want to consider the outcome before you go through the effort. First you are starting with a lagging indicator then smoothing its successors and...
I think you may have sent this question to the wrong forum. This is Amibroker software. I think you want Finance.Yahoo.com (which Yahoo does not have what you...
You should be able to program all the position size and score logic into Amibroker. Sorry for stating the obvious, but try searching the user manual for...
1. In Automatic Analysis, look for the File button and the pulldown beside it will allow the export to HTML ( to keep all the colors - format), which I then...
One additional caveat, if you colorize your columns and you use colorpalegreen, instead use ColorRGB( 204, 255, 204 ), so that the color is retained in HTML...
Thanks, no thanks. That's of course not what ik meant. In your method I should walk trough all indicators and get the Param values from the Param screen. If...
Brian, Sorry if you took my impersonal remarks as personally directed towards you. I will generally direct personal remarks to a particular person. My...
Paul, Thanks. This would identify both the zero and MACD levels. It would almost be what I wanted except it obscures too much of my chart when plotted that...
I suspect that you already know this. But... The User Guide documentation for each function includes any default values, where the default is provided in the...
Hi, If you run an exploration instead of a scan, you can output columns for any additional information that you want. For example; Filter = Buy OR Sell; ...
You can find a list of data providers on the AmiBroker website: http://www.amibroker.com/guide/h_quotes.html You can find information on charting in general in...
Paul, I think I understand what you are suggesting now. I am not so sure that I could take advantage of that approach from the way my system is architected,...
Hi, You should not be calling array based functions from within a loop. The first argument to PlotShapes is an array. PlotShapes will take that array and plot...