Hello Tom, I would recommend http://handybackup.com/ It's a very comfortable file and has a restore function. So you can automatically backup your folders...
Hi Chuck, i see no problem in the code because it compares the difference between the current setup-date and the most recent setup-date. Regards Thomas ...
Tradestation claims that they have 5-min intraday data for all US stocks from 1991. Can you download those data easily? and what format they are in? thanks...
Hi Yuki, Saturday, October 1, 2005, 7:19:27 PM, you wrote: YT> Hi fox97us, YT> Saturday, October 1, 2005, 5:35:28 PM, you wrote: YT> f> question as title. YT>...
Hi Thomas. Yeah, I'm sure you're right. Thanks. chuck ... From: Thomas Z To: amibroker@yahoogroups.com Sent: Saturday, October 01, 2005 3:14 AM Subject: Re:...
Hi, can anybody give a small logig help,please. How to read "GetAccountValue( string FieldName )". Please check my Code, was is wrong. Thanks in advance. ...
search the http://finance.groups.yahoo.com/group/amibroker-at/messages/ forum for help on that. You might also post your request there. d _____ From:...
Hello, i want to plot shapes at the when the applystop function stopped my trade. So i have coded it as described in the amibroker help: "Using Equity( 1 )...
Hi Dingo, yes, i know and i have read it. So in my code i have a "normal" stop loss and a regular exit, but it doesn't work. Only the regular exit will be...
are you sure you have a 2 in the array? Try Not = 0 and see what you get. d _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf...
From a Graham post: Here is a simple system with trail stop. Star is plotted at stop Buy = Cross( MA(C,10), MA(C,100) ); Sell=0; ApplyStop(2,1,10,0,0,1); ...
I'm a fairly new user of AB and this is my first attempt at programing in AFL. Another program I'm using has a much simpler programing protocol, but in...
Maybe somewhere here can help...... I know you can download livecharts.com intraday and end-of-day data-- I'm a livecharts subscriber--using Amiquote, but can...
Hi I have a strange problem: My workspace window is "stuck" so that it is attached to the bottom and both sides of the amibroker screen. I cannot grab it from...
Thanks to both you and Graham for this solution. It works well. However, it brings up a couple of questions. 1. Is there a way to have the backtester execute...
The way you have the right side of the equations written it is essentially a 9 bar ma i.e. 10-1 as opposed to yesterdays 10 bar which could be written MA10 =...
I had that happen once, perseverance. try holding down ctrl button when you click on the window, this should unstick it from the AB borders -- Cheers Graham ...
1. Is there a way to have the backtester execute on the current bar, not the bar after trigger. Change the trade delays to zero 2. Is it possible to use the...
Suppose I put an indicator graph in a pane in a certain sheet tab. How do I put in a straight, horizontal, color-coded line that represents, e.g. a percentage...
You can include the preset lines from the parameters window Alternatively you can use Plotgrid to add your own custom grid lines -- Cheers Graham AB-Write ><...