Dennis ... Apologies for the 'air swings' ... I am striving to understand something I know very little about, and do it in an AB context, without having to go...
Tomasz, ... Why are the price arrays setup before parsing ... any special reason? Why does the QuickAFL process need to interact with data, during the first...
Thank you for you help. This works, but it is a lot of trouble when you just want a print out to look at a chart and verify some numbers. It seems like there...
What is "ort" in the last line? ________________________________ From: umrperumal <umrperumal@...> To: amibroker@yahoogroups.com Sent: Thursday, July 2,...
Hi Herman, I was starting to probe the subject of 'optimal RT performance' in Dennis's thread. Trading systems has to be at least as important as desiging them...
That approach doesn't work for me, since I am running real time and I need an up to date reference. The holes is destroying a very nice chart. There must be...
Hi Bob, Sorry there was some mistake while copying. Shall be thankful if it could be converted into AFL. The correct metastock formula is as under : ...
Brian, If you are only working on 100 or 1000 bars, none of this matters as far as I am concerned. Just use all the bars in an array operation, or use fewer...
Tomasz has given examples in the past. there is a way to have pretty much just lines. but I havent used it for awhile, so I've forgotten. Try looking after...
Jorgen, I have not tried this, but perhaps you could think about it this way. You just need a dummy reference array as you main ticker. One with no holes....
Dennis, I really did expect you to be asleep at this time of my day. ... Understood .... I just used that as the easily remembered example that I have been...
hi Edward, I do read replies...for some reason when I searched for my prior post it did'nt come up, so I thought it had'nt been posted. Thanks for your code,...
ok great. Sorry for my annoyed reply but sometimes I give detailed responses and never find out if my response is even read which kind off takes away the...
That's a very interesting idea Dennis! I also came up with another idea. To collect the longer timeframe Minute() Array and use that one as a reference. Which...
the code is just an example and I believe I used your setup system: Buy = ( Cross( MA( C, 10 ), MA( C, 50 ) ) ) * timearray; Buy = Ref(Buy,-1); BuyPrice = O; ...
Re: [amibroker] Re: Speeding up code ??? See capture below... It may be possible (i haven't tried it) by partitioning code and running them in their own panes...
Re[2]: [amibroker] Re: Speeding up code ??? I forgot to mention that you can also use the AB High-Precision timer to get finer execution control than the timed...
Thanks Herman, I didn't pick up the capture from the web messages. Is it an attachment or image ... I can probably get it later from Purebytes? Very...
Re: [amibroker] Re: Speeding up code ??? the image was copied into the posted email. I think it was Fred who introduced cloning. of course, when trading in...
Herman, That was one of the best descriptions of the various methods that can be used for speed optimizations I have seen. It really shows the variety of ways...
Ed, For what it is worth, it was your replies to my very first post that got me over the hump and on my way to solving my problem. It was also the spirit and...
Could you please post the code that now runs? I am also interested in pyramiding on the short side and would like to see how you programmed it. Thanks Larry...
Hi, Amibroker cannot use more than 440 MB RAM even if I set the max. Megabytes to 1000 in the preferences. Also, the cumulative CPU usage cannot be more than...
Hello, The RAM usage in the preferences is a maximum limit. If AmiBroker does not need to use that maximum for that particular optimization it won't use that...
ok thanks Mike, regards, Ed ... From: Mike To: amibroker@yahoogroups.com Sent: Friday, July 03, 2009 6:32 PM Subject: [amibroker] Re: pyramiding - problems...
hi, the code is attached in reply to the first question about pyramiding by gborrageiro. I will post some code what I have on this tomorrow that enters 3...
hi, I attach some code that might be interesting to some and illustrates what I was saying about problems when using signals based on a cross. It is based on...