As a new user I may have missed something, please point me in the right direction. Formula columns. Colour for a range between two numbers ie colour x >120...
This can be done 2 ways, 1. construct a formula indicator (or any other kind) to return 1 when either the cross over happened one bar ago or at the current...
Lawrence, I just ran a test of Valid using NT3.0 Beta4 and could not find a way to make it stop skipping over blank price bars. It is still useless to me this ...
Jerome Trumbley
jerome.t@...
Mar 1, 2003 4:26 pm
4854
This happens randomly when a chart window is fully maximized. The new chain and distribute buttons are centered instead of being on the right of the chart. See...
Ray, The problem is video card specific. The problem is only cosmetic; it does not affect the functional of the buttons. We can reproduce the problem on some...
yes you missed the post http://groups.yahoo.com/group/neoticker/message/4439 the indicators are valid count, valid percent, and valid bar. formula indicators...
JM, If you want to represent different state with different colors, you can return different number using nested if statements. Something like If ( x > 120 and...
The other packages ignored the correct "Time Value" thus leading to incorrect answer. Historical Volatility is a computation originated from option pricing...
Lawrence, Simple enough. Don't know why I didn't see it. Thanks Jerome ... From: <stnahc@...> To: <neoticker@yahoogroups.com> Sent: Saturday, March 01,...
Jerome Trumbley
jerome.t@...
Mar 1, 2003 7:05 pm
4860
Lawrence, Let's start this thread over. In your Feb. 1st reply to me concerning NT3.0 Beta3 you acknowledged validp was not working correctly in pattern...
Jerome Trumbley
jerome.t@...
Mar 1, 2003 7:06 pm
4861
Everytime I try adding another data series to the attached chart, it crashes NT. ... Regards, Raymond Deux...
I've tried your chart with another feed (myTrack) did not experience a crash. I was not able to connect to eSignal server this afternoon, the problem could be...
Ken, Is it possible to use Backtest EZ against multiple time frames? For example, I have conditions that need to be met on two time frames and I want to run...
Ray, The formula in Backtest EZ is a fml2, therefore you can use two data series with on as the lower time frame and the second one as the higher time frame to...
Ken, I had about 20 5 min charts open (mmm,ibm,adi,qcom,amgn,...) just to name a few. At the same the same time, I had 1 min charts of the Tick and Trin which ...
thanks Ken, so do I tried referencing data2 in the "long entry" parametrs but it doesnt seem to work. I have two data series on the chart. Is the correct way...
Hi, My question is with the valuewhen indicator. I am trying to find a value when multiple situations exist. For example, I want to find the High of the bar ...
Second time it happened - will forward the next occurence. Thanks ... _________________________________________________________________ Protect your PC - get...
Kenneth went home. So I will give it a try: H(0) > H(1) and data2.H(0) > data2.H(1) H is a field, not an indicator. Note: I only tested it in fml2, not...
Actually Lawrence catch this: The formula "L <= LLV(1,Data1.L,2) and ADX(0,data1,14) >= 25" must be in the same line. Strings within double quotes won't cross...
Lawrence, I did give indicator validp a try today before I sent you the first email. It is not working with M3. I'm exporting the group so you can follow my ...
Jerome Trumbley
jerome.t@...
Mar 2, 2003 1:10 am
4874
Based on your group, found that in the pattern scanner the bar driven and time driven state is switched in beta 4 - try switch to bar driven for now to get the...
Hi guys, A little of NT topic but I was hoping some of you system traders could tell me if these results are promising in the world of mechanical trading...
Lawrence, Thanks. Will put Beta5 to work on this as soon as it is released. Jerome ... From: <stnahc@...> To: <neoticker@yahoogroups.com> Sent: Saturday,...
Jerome Trumbley
jerome.t@...
Mar 2, 2003 2:18 pm
4878
Usually we try to collect at least 30+ positions taken as a basis to see if the system has any potential with no special twisting. So you may want to extend...
Thanks guys, that did the trick :) - A ... _________________________________________________________________ STOP MORE SPAM with the new MSN 8 and get 2...
Why do I get no results with the following long entry in backtestez: data1 > mov(0,data1,"Simple",50) and xabove(0,data1,swinghigh(0,data1.H,1,5,50)) Using...