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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 119433 - 119464 of 143776   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
119433
Perhaps somebody has a straightforward way to solve the following, or point out the error in my interpretation of AFL/CBT: My system keeps a constant number of...
vlanschot
Offline Send Email
Feb 1, 2008
9:43 am
119434
In advanced backtest code you exit the trades, update the values, then enter signals with amended posSize -- Cheers Graham Kav AFL Writing Service ...
Graham
kavemanperth
Offline Send Email
Feb 1, 2008
9:55 am
119435
Thanks Graham, A follow-up question if I may. Indeed, in my CBT-loops, I first execute the exits, and keep track of the number of exits. Based on this, and...
vlanschot
Offline Send Email
Feb 1, 2008
11:49 am
119436
Tomasz, Thanks for the reply. I currently have 2.5 GB of RAM and can go to 4 GB if needed. As I said, I am very impressed with the performance. I'll keep an...
kmckiou
Offline Send Email
Feb 1, 2008
4:01 pm
119437
What's a good program to use for multiple window screen capture within Amibroker?...
jim_wiehe
Offline Send Email
Feb 1, 2008
5:15 pm
119438
I use SnagIt for most of the screen capturing I do, and I like it. It can be set up to capture a region, or a window, or a scrolling window. After the capture,...
Howard B
howardbandy
Offline Send Email
Feb 1, 2008
5:51 pm
119439
Take a look at MWSnap (http://www.mirekw.com/) Bill ... From: "jim_wiehe" <jim_wiehe@...> To: <amibroker@yahoogroups.com> Sent: Friday, February 01, 2008...
wavemechanic
wd13x6
Offline Send Email
Feb 1, 2008
8:48 pm
119440
You need to actually check how many open positions you have after the exits and thus how many new trades you need to enter. You can do this with openpos loop ...
Graham
kavemanperth
Offline Send Email
Feb 1, 2008
9:32 pm
119441
For a local provider of Australian RT my No1 pick is PheonixAI https://secure.phoenixai.com.au/pai/main/index8.php The owners/developers were formerly...
brian_z111
Offline Send Email
Feb 1, 2008
10:59 pm
119442
that's pretty easy to use, Thanks Jim Wiehe ... From: wavemechanic <timesarrow@...> To: amibroker@yahoogroups.com Sent: Friday, February 1, 2008...
JIM WIEHE
jim_wiehe
Offline Send Email
Feb 2, 2008
5:31 am
119443
Dear friends You could also press "Print Screen' key and open 'Paint' software, which is default in all Windows software, and in Edit tab, paste the image and...
Vinay Garg
vgarg59
Offline Send Email
Feb 2, 2008
5:49 am
119444
Below is a working RSI_Cloud. Can anyone make this a Williams%R_Cloud ? Title = "RSI Cloud"; SetChartOptions(0,0,chartGrid30|chartGrid70); Plot(RSI(14), "RSI...
gmorlosky
Offline Send Email
Feb 2, 2008
12:44 pm
119445
Here is an eSignal script of MACD similar to the one contained in nexgen software that costs over $10,000 which is a bollinger band study on macd. What...
n7wyw
Online Now Send Email
Feb 2, 2008
2:16 pm
119446
gmorlosky User's Guide Search Stylecloud 2nd topic : Using graph styles Half down the page for Stochastic. Bit of fiddling with this... /////////////////// ...
ChrisB
kris45mar
Offline Send Email
Feb 2, 2008
2:38 pm
119447
Fantastic ... 100; ... because R ... 30 ... R_Cloud ? ... styleCloud...
gmorlosky
Offline Send Email
Feb 2, 2008
3:03 pm
119448
Truly great!! Thank you Tomasz ... (Null) values ... co-ordinates in physical pixels ... regardless of clicked window)....
eric tao
ericta
Offline Send Email
Feb 2, 2008
3:37 pm
119449
Start with this script from somebody on this forum. SECTION_BEGIN("MACD"); /*Long entry = blue line crosses above green line Long exit = after above green...
hagus99se
Offline Send Email
Feb 2, 2008
3:42 pm
119450
I use CaptureWiz Pro, has full screen, partial, about 2 minutes of video (have sent movies to support, now if I click here this happens!!). And just made a...
Jerry Gress
thegress
Offline Send Email
Feb 2, 2008
6:41 pm
119452
I am trying to display on a chart the Fullname () of Fidelity Select Pharamacuetical and the system truncates to about 17 characters of "Fidelity Select P". If...
gmorlosky
Offline Send Email
Feb 2, 2008
8:30 pm
119453
How can i delete the last n days/quotes from all the tickers in a watchlist?...
pmaljers
Offline Send Email
Feb 2, 2008
9:09 pm
119454
Is it possible to use jscript in the custom backtester? I want to be able to display a prompt so the user can choose whether to take a signal or not. I used...
Julian
juliangoodsell
Online Now Send Email
Feb 3, 2008
4:12 am
119455
Sorry, but this layout thing is quite annoying, not intuitive, and perverse. I create a new database and it forces the existing layout. Can't figure out how...
Homar Simpson
joetrade777
Offline Send Email
Feb 3, 2008
4:39 am
119456
I believe a new database starts with the GlobalDefault layout as defined in your Layouts window, unless this is a copy of existing database -- Cheers Graham...
Graham
kavemanperth
Offline Send Email
Feb 3, 2008
4:51 am
119457
I want to get rid of that , and start with a clean , unlinked blank layout. AB resists this....
Homar Simpson
joetrade777
Offline Send Email
Feb 3, 2008
6:58 am
119458
then try creating a blank global default layout...
Graham
kavemanperth
Offline Send Email
Feb 3, 2008
7:52 am
119459
How can watchlists contained in an existing database be copied or moved to a new database? cheers Dennis...
Dennis O'Flynn
dennis2002au
Offline Send Email
Feb 3, 2008
9:47 am
119460
export to tls file and re-import into new database. _____ From: amibroker@yahoogroups.com [mailto:amibroker@yahoogroups.com] On Behalf Of Dennis O'Flynn Sent:...
Paul Ho
paultsho
Offline Send Email
Feb 3, 2008
10:30 am
119462
I have some code that I need to run multiple times using the automatic analysis feature. I need to find out 1. Is it possible to insert code so that the progam...
James Quillian
desertqdog
Offline Send Email
Feb 3, 2008
11:37 am
119463
Hi, I just started learning this programming language so bear with me. Once I backtest a strategy, I was wondering if there was a way I could get a custom...
normanjade
Offline Send Email
Feb 3, 2008
11:37 am
119464
periods = Param( "Periods", 30, 1, 200, 1 ); averages = MA(Close, periods); this = Ref(averages, 0); prev = Ref(averages, -1); if I try : if (this > prev) I...
iinself
Offline Send Email
Feb 3, 2008
11:39 am
Messages 119433 - 119464 of 143776   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