Search

You searched for the word(s):
Showing page 1 of 3 (127 total posts) < 1 second(s)
  • Re: Countback Lines Expert

    No.
    Posted to Formula Assistance (Forum) by minnamor on October 25, 2009
  • Re: MS Developer's Toolkit

    have a look at the five parameter parabolic by Meyers Analytic in http://www.meyersanalytics.com/parabxot.php
    Posted to Basic Coding Techniques (Forum) by minnamor on May 10, 2009
  • David Landry - BowTie

    The well known BowTie setup introduces by David Landry in discussed in http://www.tradingmarkets.com/.site/stocks/education/chrtpats/08092000-7762.cfm (TradingMarkets) where the setup is described as follows:Using a 10-period simple, 20-period exponential and a 30-period exponential moving average: - The moving averages should converge and spread ...
    Posted to Formula Assistance (Forum) by minnamor on March 28, 2009
  • Re: MS10 add-on/plug-in in MS9

    I was afraid that was the answer. It makes a lot of marketing sense but&nbsp;it is a pity for all those faithful customers who did not consider MS v.10 a significant enough improvement over v9.
    Posted to MetaStock (Forum) by minnamor on March 14, 2009
  • MS10 add-on/plug-in in MS9

    Can anybody tell what happens if one tries to install and run an add-on/plug-in for MS v.10 on MS v.9? Thanks.
    Posted to MetaStock (Forum) by minnamor on March 11, 2009
  • Re: Zigzag indicator for elliot wave analysis

    The Alphomega add-on uses the following percentages: 1%, 3%, 5%, 8%, 13%, 21% and 34%.
    Posted to MetaStock (Forum) by minnamor on March 4, 2009
  • Re: question of Barssince and Sum function

    Use the sum function distributed with the free ASI ddl
    Posted to Formula Assistance (Forum) by minnamor on March 3, 2009
  • Re: a swing at RMO system test code...

    well spotted. Apologies for oversight.
    Posted to Plugins & Addons (Forum) by minnamor on January 15, 2009
  • Re: a swing at RMO system test code...

    The answer to your question is found by looking at ''setup'' definition and its constituents, i.e. conditions 1 to 3.
    Posted to Plugins & Addons (Forum) by minnamor on January 14, 2009
  • Re: a swing at RMO system test code...

    this works for me (omit pivot point values if you do not own Power Pivots add-on): Common to all 4 sections: cond1:=If(Fml(''_RMO SwingTrd 2'')&gt;Fml(''_RMO SwingTrd 3''),1,If(Fml(''_RMO SwingTrd 3'')&gt;Fml(''_RMO SwingTrd 2''),-1,0));cond2:=if(FmlVar(''_RMO Rahul Mohindar Osc'',''RMO'') &gt; 0,1,-1);cond3:=if(Fml(''_RMO SwingTrd ...
    Posted to Plugins & Addons (Forum) by minnamor on January 14, 2009
  • Re: TD REI

    Change TDREI:= Sum(X,N) / Sum(Abs(X), N); to TDREI:= Sum(X,N) / max(0.0001,Sum(Abs(X), N));
    Posted to Formula Assistance (Forum) by minnamor on January 10, 2009
  • Re: TD REI

    From http://www.linnsoft.com/tour/techind/tdrei.htm: N:=5;X:= IF(((H&gt;=Ref(L,-5) OR H&gt;=Ref(L,-6)) AND (L&lt;=Ref(H,-5) OR L&lt;=Ref(H,-6)) ) OR ((Ref(H,-2)&gt;=Ref(C,-7) OR Ref(H,-2)&gt;=Ref(C,-8)) AND (Ref(L,-2)&lt;=Ref(C,-7) OR Ref(L,-2)&lt;=Ref(C,-8)))),(H - Ref(H,-2)) + (L - Ref(L,-2)),0);TDREI = SUM(x,N) / SUM(ABS(X), N);TDREI Is this ...
    Posted to Formula Assistance (Forum) by minnamor on January 8, 2009
  • Re: Four Percent Model

    Plot variable D in an inner window as a binary indicator, i.e. 1 = long; 0 = out of market (or short). There is no variable to plot on graph.
    Posted to Formula Assistance (Forum) by minnamor on January 6, 2009
  • Re: Four Percent Model

    Probaby the same as Zweig's 4% model which shoul be as follows: a:=If(PREV=1,If(CLOSE&lt;HighestSince(1,PREV&lt;&gt;1,CLOSE)*.96,-1,PREV),If(PREV=-1,If(CLOSE&gt;LowestSince(1,PREV&lt;&gt;-1,CLOSE)*1.04,+1,PREV),If(PREV=0,If(CLOSE&gt;Lowest(CLOSE)*1.04,+1,If(CLOSE&lt;Highest(CLOSE)*.96,-1,PREV)),PREV))); D:=If(A=1,1,0); LE:=D=1; SE:=D=0; regards.
    Posted to Formula Assistance (Forum) by minnamor on December 16, 2008
  • Re: TASC Building Automatic Trendlines

    Those with PowerPivots might try this: PPivot:=Input(''P 1=minor 2=intermediate 3=major 4=primary'',1,4,2);TPivot:=Input(''T -1=minor -2=intermediate -3=major -4=primary'',-4,-1,-2);Mlt:=Input(''ATR multiplier'',0,10,0);FTrough := LastValue( ExtFml(''Powerpivots.NthPivotPrice'',Tpivot,0,1));STrough := LastValue( ...
    Posted to Plugins & Addons (Forum) by minnamor on October 21, 2008
  • Re: Countback Lines Expert

    When I try the explorer or System tester with the above formulae I receive the message: ''Internal compiler error. Insufficient memory for binary.'' What does it mean? Is there a way around this error message? Thanks
    Posted to Formula Assistance (Forum) by minnamor on October 17, 2008
  • Re: 3rd Close above mov. avg.

    As alsewhere in this forum: LE:= Alert(Cross(C,ma),3) AND Sum(C&gt;ma,3)=3 ;SE:= Alert(Cross(ma,C),3) AND Sum(C&lt;ma,3)=3 ; regards
    Posted to Formula Assistance (Forum) by minnamor on October 7, 2008
  • Re: Seeking dynamic moving average formula

    For those without TASC, would it be possible to reproduce the formula for ARSI (Metastock is the only software for which code is not given in TASC's Traders' Tips)? Thanks.
    Posted to MetaStock (Forum) by minnamor on September 17, 2008
  • Re: Noxa's Causal Singular Spectrum addon

    Is the new Causal Singular Spectrum Analysis Add-on for Metastock completely incompatible with Version 9.0? Thanks
    Posted to 3rd Party Advertisements (Forum) by minnamor on August 22, 2008
  • Re: rahul's rmo

    This will do the trick: BuySignal:= sum(long=3,2)=2 and H&gt;Valuewhen(1,long=3 and Ref(long,-1)&lt;3,h)
    Posted to Tips & Tricks (Forum) by minnamor on February 18, 2008
  • Re: Kagi System Tester

    Could this be it? Variation:=5;up:=Peak(1,C,Variation);dn:=Trough(1,C,Variation);zup:=Ref(up,-1);zdn:=Ref(dn,-1); LE:=Cross(C,zup);SE:=Cross(ZDN,C);LX:=se;SX:=le; Taken somewhere from the internet. Any reaction welcome.
    Posted to MetaStock (Forum) by minnamor on January 21, 2008
  • Re: Pristine Method Pattern Scans & Red Rock Pattern Strategies

    Nothing, neither here nor at Yahoo MS&nbsp;group. Interest in plug-ins may be on the low side but Equis could do itself a favour by distributing user manuals in PDF form to forums like this one or upon request to interested parties. I once managed to get one from Equis for Price Headley's plugin and it was very useful in making an assessment of the
    Posted to Plugins & Addons (Forum) by minnamor on November 26, 2007
  • Pristine Method Pattern Scans & Red Rock Pattern Strategies

    Has somebody any feedback on the two above mentioned plug-ins ? Are they for intraday or day trading? Do they require MS 10 or are they compatible with previous versions of MS? Are formulae password protected of not? What functions are included?&nbsp; etc. It would be nice to be able to download the user manual to have a taste for the content of ...
    Posted to Plugins & Addons (Forum) by minnamor on November 23, 2007
  • Re: SVAPO

    In TASC's Novmber Traders'Tips it is stated that a second article is coming describing possible applications. Thanks to the author for his attention. Regards.
    Posted to Formula Assistance (Forum) by minnamor on October 29, 2007
  • Re: Enhanced System Tester-Anomalies??

    Have a look at a relatively new (2006) software called StrataSearch that does everthig needed to find multisystem strategies with/without optimization and including Montecarlo simulation and screening. All this is available only for USD 650 as you can se in http://www.stratasearch.com/home.html.
    Posted to Tips & Tricks (Forum) by minnamor on October 26, 2007
  • Re: SVAPO

    The answer to the above can be found in the Yahoo Finance Metastock Forum where I got a reply within 24 hours.
    Posted to Formula Assistance (Forum) by minnamor on October 26, 2007
  • SVAPO

    In Traders Tips of November 2007 the MS code for the Short-Term Volume And Price Oscillator by Sylvain Vervoort is in the article and not shown in Traders Tips. Can anyone provide this code in this forum. It seems that&nbsp;nobody cares to publish MS code for new indicators in traditional sites like http://trader.online.pl/MSZ/!-zmiany.html ...
    Posted to Formula Assistance (Forum) by minnamor on October 23, 2007
  • Trade System Designer

    I have come across a product called ''Trade System Designer - TSD'' at http://www.tradesystemdesigner.com&nbsp;but have failed to understand what the programme is supposed to achieve and who has developed it. Could somebody have a look an comment on it? Thanks for your opinion.
    Posted to Plugins & Addons (Forum) by minnamor on September 7, 2007
  • Re: MetaStock code for Volatility Ratio

    I have got this formula for volatlity ratio as used by Connors and Ratscke: VR:=Std(Log(C/Ref(C,-1)),5)/Std(Log(C/Ref(C,-1)),99); Do not know if it is what you are looking for.
    Posted to Advanced Coding Techniques (Forum) by minnamor on July 13, 2007
  • Re: Hull Moving Average...DLL or LastValue

    Could you please provide an example of the Hull MA Lastvalue Version in which another indicator (say momentum) is used in the following line:sqrtperiod:= Sqrt(period);{another indicator could be used here}thanks.
    Posted to Basic Coding Techniques (Forum) by minnamor on July 5, 2007
  • Howard's average

    I have come across a so called&nbsp;''Howars average'' in http://www.ensignsupport.com/email/1674.mhtml. As explained therein Howard's average is an adaptive average that self adjusts based on momentum.&nbsp; When the market moves vertically the average parameter tightens. Little additional information is provided. Any suggestions on how a ...
    Posted to Formula Assistance (Forum) by minnamor on July 3, 2007
  • Power Pivots - Pivot Breakout function

    I have found no documentation on the following function included in Power Pivots: STRENGTHLongTerm:=Input(''STRENGTH LongTerm'',1,3,1);STRENGTHShortTerm:=Input(''STRENGTH ShortTerm'',1,3,1);ExtFml(''PowerPivots.PivotBreakout'', STRENGTHLongTerm,&nbsp; STRENGTHShortTerm) I have not been able to reconcile it with pivot breakouts (H cross above ...
    Posted to Formula Assistance (Forum) by minnamor on July 3, 2007
  • Re: VPCI code July 2007 TASC magazine

    if you look at Traders' Tips at http://www.traders.com/Documentation/FEEDbk_docs/TradersTips/TradersTips.html&nbsp; you will se different models for the vpci indicator: a) indicator and its signal line, b) cross over above/ below zero line, c) filter for MACD and OBV signals with ADX confirmation, d) VPCI with Bollinger bands, e) histogram of 5 ...
    Posted to Basic Coding Techniques (Forum) by minnamor on June 22, 2007
  • Re: detection of a 2 point down trend touch line

    I wouldn't worry about that. The PP based trendlines are based on Pivots and that is what matters. You can have&nbsp; highs or lows cutting through them but if they are not pivots then they are not significant in that timeframe. I would suggest drawing ATR bands around trendlines that would indicte range of importance of breach.&nbsp;For instance ...
    Posted to Formula Assistance (Forum) by minnamor on June 21, 2007
  • Re: detection of a 2 point down trend touch line

    You could buy PowerPivots Plus and use this indicator (EOD) for all types of most recent trend lines: PPivot:=Input(''[1]minor,[2]intermediate,[3]major<