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...
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...
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...
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,...
Take a look at MWSnap (http://www.mirekw.com/) Bill ... From: "jim_wiehe" <jim_wiehe@...> To: <amibroker@yahoogroups.com> Sent: Friday, February 01, 2008...
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 ...
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...
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...
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...
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...
gmorlosky User's Guide Search Stylecloud 2nd topic : Using graph styles Half down the page for Stochastic. Bit of fiddling with this... /////////////////// ...
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...
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...
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...
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...
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...
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...
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:...
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...
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...