Hi- I'm not sure that I totally understand your question, but you can include up to 10 seperate calls to optimize function in your code...if that helps... ...
This is only part of the formula. It is for a 14 period indicator. As you can see the lines of code will change for every parameter input. This is known as...
Hi, Have you ever debugged your script within AB. May be like viewing the arrays or even line stepping inside the script? How do you know when a line of code...
Hi, Has QuoteTracker users considered using QuoteTracker realtime data channels to append into AB realtime databases? I have the HTTP protocol specs. to...
Hi, Terry, How about trying this. When you want to optimize. Remove // in front of optimize line, but leave them in front of pds line. When you get your...
Hi, I was wondering if NAQ might have something to offer us. I posted about it before . Tomasz didn't reply although Avcinci did on 21/04/02. Another...
Herman, Thanks for pointing out the 3D surface chart. I'll look into it later, when I have organized my thiking about how to proceed with the trading system...
Greg, I think NAQ is a paid subscription if i'm correct. Let me explain my idea why I want to go this route: - I have Datek as broker acct. - I have been using...
Greg, the number of lines of code has to change as well. Ie: the lines where you see the +1 through +13 will change as the parameter changes. A 14 period...
Tomasz, With your great discount on the RT version, you are really tempting me. Currently EOD , suuffices my needs. If I upgrade to RT now and wait for a year...
Terry, I don't know if this will work, but it won't hurt to try. Plusval=pds-1 There's probably something a lot shorter that will get the job done. I'm new at...
Terry, Just an after thought. Maybe try it first with the green colored lines in the code. You will have to play around with it a bit. Just try a few things...
I have also considered this route. A starting point might be QTtoQMI.exe in the files section. Bill ... From: Mike Pham To: amiBroker Sent: Saturday, April...
Amibroker gives an indication on the line where is the error Source: Erreur de compilation Microsoft JScript Line: 60 Char: 1 Error: 0 - '}' attendu...
Amibroker gives an indication on the line where is the error Source: Erreur de compilation Microsoft JScript Line: 60 Char: 1 Error: 0 - '}' attendu...
I tried coding John Ehler's Center of Gravity Indicator as published in TASC,May, 02, page 21. When you look back with "Ref" it works very well. However, how...
Here is the way , I coded it. T is the lookback period. The formula is, for those that don't have the magazine, CG = -Num/Denom; where Num = Sum of ( 1 + j )...
Terry, Sorry, but I think the Plusval suggestion I made is a dud. You seem to need to be able to alter the number of lines according to the pds value. I'm...
I don't see how that helps. Let me write 2 versions of the indicator for you to see. A 3 period and 5 period. 2 period Min(L, Min(Ref(L,-1) +1* LinRegSlope(L,...
Greg, Terry: I started to try this one but stopped because of other pressing tasks. My approach was going to be to make a bunch of lines and have a logic ...
Mike, I am aware of Quote Tracker and it was discussed some time ago on this list. It is not that easy. The problem is that QT can not be considered as "true"...
Mohan, If you are not going to use RT data within 2 years it is better to stay with standard version. You will be able to upgrade to RT version at any time in...
Ken, I can't really profess to understand what the original code is doing, but isn't the Min function going to return a zero in your idea which will be the new...
Hi Tomasz, I'm currently using Ensign for my RT charting as it allows me to construct variable tick charts i.e. 7T, 28T etc. Will this be possible in a future...
Terry: from a fast look, you may be right. I did not study the code enough to see that. Logic comparisons is a good way to zero out some portion of a ...
Tomasz, Thanks for clearing this up. You're right about the backfill datas which neither QT nor Datek provide; I guess that's what you get for free. At the...
Dimitris, "Please read attached gif. It does not look so promising." No it doesn't Dimitris. I think I'll slit my wrist. March of 2000, 9/11, and now this....
Steve Karnish
kernish@...
Apr 27, 2002 9:08 pm
15493
Hi Terry - Well, I'm just starting out in this stuff but it seems that the 'lines of code' in incremented by the 'input variable', i.e., 2,3,4, etc. This...