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...
Message search is now enhanced, find messages faster. Take it for a spin.

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 102953 - 102982 of 143712   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
102953
Have you tried reading the help files? http://www.amibroker.com/guide/afl/afl_view.php?name=StrFormat *STRFORMAT *- Write formatted output to the stringfh =...
Graham
kavemanperth
Offline Send Email
Nov 1, 2006
8:03 am
102954
Thanks Terry but that won't work with EOD charts unfortunatley. Programs like Metastock allow you to switch between TD's and CD's but I can't see how you do...
bruiserbbq
Offline Send Email
Nov 1, 2006
8:44 am
102955
of course, thanks _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Fred Sent: Wednesday, 1 November 2006 6:07 PM To:...
Paul Ho
paultsho
Offline Send Email
Nov 1, 2006
8:47 am
102956
As far as I know AB does not display bars if there is no data. The only time is if you are plotting a foreign symbol that has less data bars than the selected...
Graham
kavemanperth
Offline Send Email
Nov 1, 2006
8:59 am
102957
Hello Grant, Yes, it is a minority interest subject. I did warn people in advance in most posts. Just quickly hit the delete button. Fortunately for you and...
brian.z123
Offline Send Email
Nov 1, 2006
9:12 am
102958
I used to get bouncing all the time, Once I setup a GMail account and redirected all mail to there I have not had one bounce. Just setup your email client to...
Michael.S.G.
theozfalcon
Offline Send Email
Nov 1, 2006
9:22 am
102959
Hello, It plots the dominant cycle itself - it plots ONE (co)sine wave with phase/frequency of selected bar (sbar). Best regards, Tomasz Janeczko amibroker.com...
Tomasz Janeczko
amibroker
Offline Send Email
Nov 1, 2006
9:39 am
102960
Hello, There are two reasons: 1. non-technical: for sake of not producing non realistic results AB must not allow to specify different prices for rotation...
Tomasz Janeczko
amibroker
Offline Send Email
Nov 1, 2006
9:53 am
102961
Thanks to the silent majority for your patience with me on the Psychology included in this topic. Right at the moment I can't see myself raising the subject...
brian.z123
Offline Send Email
Nov 1, 2006
12:53 pm
102962
TJ or anyone: Is there an example code anywhere which shows using the custom backtester with rotational trading AND a trailing stop exit?? IOW, rotational...
Ken Close
ken45140
Offline Send Email
Nov 1, 2006
2:03 pm
102963
jlami11: It would be like this: popen = Foreign(sig.symbol, "O"); entryprice = popen[bar]; // then use entryprice in place of sig.Price. - Mark ... From:...
Mark H
sdkingman
Offline Send Email
Nov 1, 2006
2:37 pm
102964
It's 12 hours later, but I don't see an answer to your question so, You need to review the documentation for Backtesting Systems. Some points to consider: Buy...
Terry
magicth
Offline Send Email
Nov 1, 2006
3:13 pm
102965
Right, no data I suppose. Then the answer must be NO. -- Terry ... From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of bruiserbbq ...
Terry
magicth
Offline Send Email
Nov 1, 2006
3:13 pm
102966
I've tried using the Now Function and having some problems with it. When I use it in the middle of the month, the numeric value increments by one as each day...
ytse12
Offline Send Email
Nov 1, 2006
4:15 pm
102967
... Thanks for your continued assistance. Yes, I checked the help topic for StrFormat, and that topic is incomplete. The topic doesn't state that, when given...
whitneybroach
Online Now Send Email
Nov 1, 2006
4:26 pm
102968
Hi All, I have a variable named "Days_Till_Sell" that I want to set every time a BUY is triggered. PROBLEM: I need that variable to stay the same value until...
gosub283
Offline Send Email
Nov 1, 2006
4:45 pm
102969
Hello, It does not require custom backtest. Use normal ApplyStop for that and such line: PositionScore = IIF( ...markettiming_is_on_buy, YourNormalScore,...
Tomasz Janeczko
amibroker
Offline Send Email
Nov 1, 2006
5:33 pm
102970
TJ: thanks for the reply but it seems you did not read my entire message in which I want to use rotational trading and exit positions based on a Trailing stop...
Ken Close
ken45140
Offline Send Email
Nov 1, 2006
7:22 pm
102971
This is OT on psychology but a while back I believe you were asking about statistics and trading? Here's a very simple statistical test that can be run using...
quanttrader714
Offline Send Email
Nov 1, 2006
7:31 pm
102972
use static variables. search help on "static" ... From: "gosub283" <gosub283@...> To: <amibroker@yahoogroups.com> Sent: Wednesday, November 01, 2006 8:41...
Ara Kaloustian
Akaloustian
Offline Send Email
Nov 1, 2006
7:34 pm
102973
This can be done via a special PositionScore you designate which is not used else where: For example: stopcond = ...trailing stop exit condition... ...
Mark H
sdkingman
Offline Send Email
Nov 1, 2006
8:17 pm
102974
Gosub283, Amibroker is an array processing system. This means the ENTIRE ARRAY is determined "all-at-once" and processed just ONCE. There is the loop code ...
Terry
magicth
Offline Send Email
Nov 1, 2006
8:54 pm
102975
Terry, Thanks very much for that comprehensive suggestion. I will experiment with you ideas. Will advise.... Gosu283 Gary...
gosub283
Offline Send Email
Nov 1, 2006
9:14 pm
102976
You are using the Datenum() format 1061031 = 106 10 31 ie 31st Oct 2006 -- Cheers Graham AB-Write >< Professional AFL Writing Service Yes, I write AFL code to...
Graham
kavemanperth
Offline Send Email
Nov 1, 2006
10:05 pm
102977
StaticVarSet produces a new static variable for use later in the code StrFormat does not produce a variable, it only formats the output -- Cheers Graham ...
Graham
kavemanperth
Offline Send Email
Nov 1, 2006
10:13 pm
102978
Try this, assuming you do not get another buy signal within the number of bars to hold, you may need to add exremspan function as well to remove any axcess buy...
Graham
kavemanperth
Offline Send Email
Nov 1, 2006
10:16 pm
102979
I want to display historical dividend/earnings or their dates which are stored in external file. I want to display up/down arrow for earning or div. amt. text...
jay_podda
Offline Send Email
Nov 1, 2006
11:22 pm
102980
Hi there! I'm trying to develop a daytrading system(daily bars only) that buys on the open and sells on the close and also uses a modified variation of Tharps...
wadebullock
Offline Send Email
Nov 1, 2006
11:29 pm
102981
QuantTrader, You are in the right topic. I took a part of it somewhere else which it not that smart a thing to do as it causes confusion and de-values the...
brian.z123
Offline Send Email
Nov 1, 2006
11:38 pm
102982
Sure, I do it all the time. For example, I got quarterly SP500 as-reported EPS going back 40 years or so and saved it in a CSV file. Then I used the Import...
sebastiandanconia
sebastiandan...
Offline Send Email
Nov 2, 2006
12:09 am
Messages 102953 - 102982 of 143712   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