Search the web
Sign In
New User? Sign Up
amibroker · AmiBroker User's List
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 87835 - 87864 of 143771   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
87835
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...
Thomas Z
thomas_001us
Offline Send Email
Oct 1, 2005
7:09 am
87836
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 ...
Thomas Z
thomas_001us
Offline Send Email
Oct 1, 2005
7:14 am
87837
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...
fox97us
Offline Send Email
Oct 1, 2005
8:06 am
87838
question as title....
fox97us
Offline Send Email
Oct 1, 2005
8:35 am
87839
Hi fox97us, Saturday, October 1, 2005, 5:35:28 PM, you wrote: f> question as title. Professional version only, but quite nicely. Yuki...
Yuki Taga
yukitaga
Offline Send Email
Oct 1, 2005
10:19 am
87840
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>...
Yuki Taga
yukitaga
Offline Send Email
Oct 1, 2005
10:21 am
87841
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:...
Charles Stangor
cs22trader
Offline Send Email
Oct 1, 2005
12:02 pm
87842
Hello, You can export data from Tradestation to ASCII (text) file and then import them to AmiBroker using import wizard ...
Tomasz Janeczko
amibroker
Offline Send Email
Oct 1, 2005
1:30 pm
87843
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. ...
dieterdotbraun
Offline Send Email
Oct 1, 2005
2:16 pm
87844
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:...
dingo
dingodigital
Offline Send Email
Oct 1, 2005
2:21 pm
87845
Hi Dingo, i have explain it my self, in the moment i send the question. Thanks for massage. Dieter ... On Behalf...
dieterdotbraun
Offline Send Email
Oct 1, 2005
2:29 pm
87846
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 )...
Thomas Z
thomas_001us
Offline Send Email
Oct 1, 2005
2:43 pm
87847
Hi, where can I found the plug in for the EOD data from Brite Futures? Thank.......Traderix...
traderix2003
Offline Send Email
Oct 1, 2005
2:52 pm
87848
at the bottom of the help screen for Applystop is the following comment: Graham Kavanagh gkavanagh@... 2004-09-30 21:55:42 from equity comments ...
dingo
dingodigital
Offline Send Email
Oct 1, 2005
2:55 pm
87849
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...
Thomas Z
thomas_001us
Offline Send Email
Oct 1, 2005
3:39 pm
87850
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...
dingo
dingodigital
Offline Send Email
Oct 1, 2005
3:43 pm
87851
Group, I read some previous posts about people having problems searching on PureBytes dot com. Try going to Google and pasting this in the search. ...
John
jea55129
Offline Send Email
Oct 1, 2005
3:48 pm
87852
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); ...
dingo
dingodigital
Offline Send Email
Oct 1, 2005
3:49 pm
87853
AmiQuote allows to download from Britefutures. Best regards, Tomasz Janeczko amibroker.com ... From: "traderix2003" <d.adam@...> To:...
Tomasz Janeczko
amibroker
Offline Send Email
Oct 1, 2005
4:11 pm
87854
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...
ianjw2
Offline Send Email
Oct 1, 2005
6:52 pm
87855
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...
deherl
Offline Send Email
Oct 1, 2005
6:54 pm
87856
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...
jm142142
Offline Send Email
Oct 1, 2005
6:55 pm
87857
Buy = MA ( Close, 10 ) > Ref(MA (Close,10),-1); Sell = MA ( Close, 10 ) < Ref(MA (Close,10),-1); ... From: amibroker@yahoogroups.com...
Bob Jagow
BobJagow
Offline Send Email
Oct 1, 2005
7:15 pm
87858
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...
valrox1
Offline Send Email
Oct 1, 2005
7:16 pm
87859
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 =...
Fred
fctonetti
Offline Send Email
Oct 1, 2005
7:18 pm
87860
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 ...
Graham
kavemanperth
Offline Send Email
Oct 1, 2005
10:10 pm
87861
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...
Graham
kavemanperth
Offline Send Email
Oct 1, 2005
10:13 pm
87862
Do you Option trade? Do you have any software suggestions? -- Cheers, TaMeR...
TaMeR
t_a_m_e_r
Offline Send Email
Oct 1, 2005
11:37 pm
87863
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...
james brady
jimbrady51
Offline Send Email
Oct 2, 2005
12:25 am
87864
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 ><...
Graham
kavemanperth
Offline Send Email
Oct 2, 2005
12:39 am
Messages 87835 - 87864 of 143771   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help