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 66344 - 66373 of 143744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
66344
Ara, This would not give a "global" action [in the sense Ned probably wants]. Suppose you save in your Ti3 folder the A=Param("A",10,10,50,10); ...
DIMITRIS TSOKAKIS
dtsokakis
Offline Send Email
Jul 1, 2004
7:23 am
66345
Al, Yes, I see... I also see many trades with same bar exit [if you allow from settings] It is a complicated situation [no matter if the theoretical result is ...
DIMITRIS TSOKAKIS
dtsokakis
Offline Send Email
Jul 1, 2004
7:31 am
66346
Herman, I see many same bar trades and I can not see how it could be done in real conditions. Dimitris Tsokakis ... Question ... system but ... only) gives ......
DIMITRIS TSOKAKIS
dtsokakis
Offline Send Email
Jul 1, 2004
7:36 am
66347
Dingo, It's easy, Cause we are hour's ahead of most everyone on the globe - That means our TIME runs faster. Hence we can fit in 372 Days per Year! ;-) M...
Michael.S.G.
theozfalcon
Offline Send Email
Jul 1, 2004
10:28 am
66348
Yuki, Backtesting the same Percent Profit formula gives huge profits in real time also, I think the problem doesn't really disappear, it works exactly the same...
Herman van den Bergen
psytek2
Offline Send Email
Jul 1, 2004
11:09 am
66349
DT, i am disappointed in that you say it cannot be done... that is just not like you :-) You can easily save the parameter in a small text file, it will be...
Herman van den Bergen
psytek2
Offline Send Email
Jul 1, 2004
11:10 am
66350
Herman, I didnt say it can not be done [it would need a proof...] I wrote I do not see how this could be done [because I do not see...] Besides that, what I...
DIMITRIS TSOKAKIS
dtsokakis
Offline Send Email
Jul 1, 2004
11:47 am
66351
Herman, Actually Dimitri said: "I do not see how this could be done." Clearly , not ( herman )"it cannot be done. :)) Anthony...
Anthony Faragasso
ajf1111us2000
Offline Send Email
Jul 1, 2004
11:49 am
66352
For me a simple phrase like "I do not see how this could be done." coming from DT is almost equivalent to saying it cannot be done (this is a compliment on...
Herman van den Bergen
psytek2
Offline Send Email
Jul 1, 2004
11:58 am
66353
I do now . ! Thanks Peter John bluesinvestor <bluesinvestor@...> wrote: v\:* {behavior:url(#default#VML);}o\:* {behavior:url(#default#VML);}w\:*...
John Ingle
jcingle_2000
Offline Send Email
Jul 1, 2004
12:22 pm
66354
Bar Hole Patch V0.04 (Locate & Patch Missing Bars in Database). I have stripped down BHP for "Missing Trade Days". MTD now uses AB's Database purify tool to...
Michael.S.G.
theozfalcon
Offline Send Email
Jul 1, 2004
12:42 pm
66355
Hi, Here you have two versions of ther Woodie CCI: *********************************************** Plot(CCI(6),"CCI 14-6",colorDarkYellow,styleLine); ...
janco0202
Offline Send Email
Jul 1, 2004
12:58 pm
66356
Hi, where can i download the associated DLL from? thanks -john ... From: bluesinvestor To: amibroker@yahoogroups.com Sent: Wednesday, June 30, 2004 7:34 PM ...
john gibb
jgibb1us
Offline Send Email
Jul 1, 2004
1:30 pm
66357
Does anyone have an idea for non-looping code to count or add the values in some array since some logical event? For instance: CountSince(Cross(Close,...
Dave Merrill
merrilldave
Offline Send Email
Jul 1, 2004
1:31 pm
66358
Your buy/sell generates either true or false (0 or 1) , you might try Sum() to calculate over a given range or Cum() to calculate them all...... ...
Jayson
jayson2000_2002
Offline Send Email
Jul 1, 2004
1:52 pm
66359
HI, I want to test if the current bar has a higher high than the highs of the preceding n bars. However HHV includes the current bar, so testing if...
nsundby
Offline Send Email
Jul 1, 2004
2:04 pm
66360
John, It is in the members area under: AmiBroker Development Kit version 1.10 NEW! Second release (final) of AmiBroker Development Kit (200KB self-extracting...
John Ingle
jcingle_2000
Offline Send Email
Jul 1, 2004
2:12 pm
66361
Hi John, hmmm, i found no DLLs there...nor a source file containing "xocalcPnF"... what am i missing? thanks, -john ... From: John Ingle To:...
john gibb
jgibb1us
Offline Send Email
Jul 1, 2004
2:21 pm
66362
Ahem, wanna buy a bridge? Terry --...
Terry
magicth
Offline Send Email
Jul 1, 2004
2:22 pm
66363
I was getting syntax errors after loading the the attached coding from Blueinvestor. After downloading the below referenced development kit, the coding below...
John Ingle
jcingle_2000
Offline Send Email
Jul 1, 2004
2:42 pm
66364
This is a logic problem. The High can never be higher than itself. This will find the bar where the High is equal to the Highest high. H==HHV(H,period); ... ...
mrdavis9
xokie7
Offline Send Email
Jul 1, 2004
3:01 pm
66365
Nick, If today's H is greater than the HHV then by design it becomes the NEW HHV. Since the h cannot be higher than the HHV value you can instead look for ...
Jayson
jayson2000_2002
Offline Send Email
Jul 1, 2004
3:07 pm
66366
H > Ref(HHV(H, period), -1); (untested). Dave I want to test if the current bar has a higher high than the highs of the preceding n bars. However HHV includes...
Dave Merrill
merrilldave
Offline Send Email
Jul 1, 2004
3:07 pm
66367
To check what you want, try H>sum(HHV(H,period),period); I have not tried this myself, use at your own risk. Ron D ... From: "mrdavis9"...
mrdavis9
xokie7
Offline Send Email
Jul 1, 2004
3:13 pm
66368
Herman, Did you test it on 1 minute or tick data? Ed ... From: Herman van den Bergen To: amibroker@yahoogroups.com Sent: Thursday, July 01, 2004 7:09 AM ...
E Winters
raintree26
Offline Send Email
Jul 1, 2004
3:20 pm
66369
try: H > ref(HHV(H,period),-1); herman ... From: nsundby [mailto:nick@...] Sent: Thursday, July 01, 2004 10:04 AM To:...
Herman van den Bergen
psytek2
Offline Send Email
Jul 1, 2004
3:26 pm
66370
x = H > ref(HHV(H, period),-1); ... From: "nsundby" <nick@...> To: <amibroker@yahoogroups.com> Sent: Thursday, July 01, 2004 10:03 AM Subject:...
Al Venosa
avcinci
Offline Send Email
Jul 1, 2004
3:37 pm
66371
I have only a limited amount of tick data and it wouldn't give me any trades. The test code below gives me 2 million percent profit in 7 months (removed...
Herman van den Bergen
psytek2
Offline Send Email
Jul 1, 2004
3:56 pm
66372
Dave, you can Sum(binary Condition,BarsSince(Binary event)) Dimitris Tsokakis ... values in ... opened, ... simple ... instead of...
DIMITRIS TSOKAKIS
dtsokakis
Offline Send Email
Jul 1, 2004
4:01 pm
66373
Hi Janco, Many thanks for your reply. I read the description of CCI function at the AB website. As I understood it, the CCI function in AB calculates the price...
ram_frca
Offline Send Email
Jul 1, 2004
5:09 pm
Messages 66344 - 66373 of 143744   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