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 ...
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 ......
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...
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...
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, 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...
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...
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...
Hi, Here you have two versions of ther Woodie CCI: *********************************************** Plot(CCI(6),"CCI 14-6",colorDarkYellow,styleLine); ...
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 ...
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,...
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...
I was getting syntax errors after loading the the attached coding from Blueinvestor. After downloading the below referenced development kit, the coding below...
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); ... ...
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 ...
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...
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 ...
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...
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...