Search

You searched for the word(s):
Showing page 1 of 27 (1,341 total posts) < 1 second(s)
  • Re: RSI() and Ref()

    hey joesb213&nbsp; ..... i got your pm and will try to write something up today for you.....&nbsp; it might take us a few&nbsp;attempts cause key terms can be missunderstood between languages..... but we will be successful..... you are wise to be employing metastock now...... the last 3 months and the next&nbsp;6 will most likely be the most ...
    Posted to Formula Assistance (Forum) by hayseed on December 10, 2008
  • Re: version 10, interesting facet

    dang aren't there some deals out there today.......&nbsp;&nbsp; not only in the markets but also the marketplace.... dell just&nbsp; ''made-me-an-offer-i-couldn't-refuse''......&nbsp; when i went to move meta&nbsp; to the new laptop, the text doc containing the&nbsp;&nbsp;license number&nbsp; in the equis folder is no longer there..... ...
    Posted to Tips & Tricks (Forum) by hayseed on November 11, 2008
  • Re: planned outage of Reuters DataLink

    that was using end of day version in the post above, just checked real time version and everything works ok&nbsp; until i attempt to use anything that has a reference to a&nbsp;datalink symbol in any manner..... i can pull up any datalink symbol or layout using local data but at that point nothing else works.... no symbol&nbsp;from esignal can ...
    Posted to Tips & Tricks (Forum) by hayseed on January 28, 2008
  • planned outage of Reuters DataLink

    hey all..... there was some sort of maintence work done over the weekend for datalink.....&nbsp;&nbsp; i use both esignal and datalink....&nbsp;tonight &nbsp;esignal downloads ok &nbsp;but datalink just locks up..... it's not a time of day issue..... just shootin from the hip, it appears &nbsp;the downloader program is having difficulty ...
    Posted to Tips & Tricks (Forum) by hayseed on January 28, 2008
  • Re: hi there

    hey joe..... no one wants to loose money but most of us do quite reguarly..... it appears somewhat easier to loose via forex than other markets..... &nbsp;ibfx has some handy educational information.....&nbsp;&nbsp;no guarentee to avoid losses but worthwhile reading none the less.....h
    Posted to MetaStock FX (Forum) by hayseed on January 21, 2008
  • Re: Questions on V10 Pro

    hey tl.... i have no ties to equis..... some of your&nbsp;concerns are beyond my scope..... my current systems are dell dual cores, both amd and intel,&nbsp; vista os..... meta v10, vista versions, have worked better than the comparable meta versions did on xp..... of course the machines are better..... i have esignal pro and qc pro ...
    Posted to MetaStock (Forum) by hayseed on January 21, 2008
  • Re: MS Expert Advisor for Exponential Moving Average Crossover (Newb question)

    hey paradox.....&nbsp; somewhere on the forum patrick had posted many basic type expert systems.... lookin at how he coded those can be a big help for us new to meta, or at least was for me..... in the system tester is a system, 'equis moving average',..... those rules would give you an idea of just what to put in the symbols&nbsp; section, just ...
    Posted to Formula Assistance (Forum) by hayseed on January 20, 2008
  • Re: How Can I Create A Background Image !?

    hey ms leopard.....&nbsp; what are you refering to as a background image... you can save a chart using save under the the files tab, or save as html......&nbsp; if your wanting to create an image of your entire screen, which would make an image of eveything on the monitor, you can use the keyboard 'print screen' key..... are you trying to create ...
    Posted to Tips & Tricks (Forum) by hayseed on January 19, 2008
  • Re: Exploration help re: date functions

    hey jon.....&nbsp; the number of records required did not occur to me but you got it..... except it says Records Required: 1.......&nbsp;&nbsp;&nbsp;&nbsp; records setting should be at least enough bars &nbsp;to cover the date.....&nbsp; so if your lookin back a year it would be approx the number trading days in a year.... 250 should cover it.... h
    Posted to Formula Assistance (Forum) by hayseed on January 15, 2008
  • Re: Exploration help re: date functions

    hey jon..... your code looks ok&nbsp;....... &nbsp;from your post it's not completely clear of the location of your m=11, d=31 and such.... it should appear as below.....h //--------------- &nbsp; &nbsp;&nbsp;Exploration notes&nbsp;&nbsp;{ i changed the date and &lt; just as a check}&nbsp;&nbsp;Col A: ...
    Posted to Formula Assistance (Forum) by hayseed on January 15, 2008
  • Re: Horizontal lines not being anchored sometimes

    hey metarminator.....&nbsp; several questions come to mind...... what method are you using to apply the lines.... are you using the horzointal line tool itself.... or is this line being applied by an indicator..... if it's an indicator, are you overlaying the indicator with out scale........ which version of meta are you using and if you just run
    Posted to MetaStock (Forum) by hayseed on January 13, 2008
  • Re: Contra Buying System Tester

    hey stocktester..... to sell at a set time after opening you can use the barssince function in a manner like below.....h &nbsp; buy when 10 crosses the 20 //-------------------------- a:=mov(c,10,s);aa:=mov(c,20,s); cross(a,aa); //------------------------- &nbsp; sell 3 bars after the 10 crosses the ...
    Posted to Tips & Tricks (Forum) by hayseed on January 12, 2008
  • Re: Switching to Metastock FX

    hey padme..... ordinarily i'd recommend&nbsp; ibfx but their forum has been down for quite some time now and i have a feeling it might not be resumed.....&nbsp; you might try fxfisherman and forexfactory..... of those 2 , fxfisherman might be more receptive..... forextsd is another one.....&nbsp;moneytec and stratgeybuilderfx also.... some forums
    Posted to MetaStock FX (Forum) by hayseed on January 12, 2008
  • Re: Bars since High is higher than current High

    hey gp.....&nbsp; are you wanting this as a ploted indicator or are you trying to determine the actual value barsince to use in a formula somewhere else......&nbsp; &nbsp;if your just wanting a visual plot, something like below will plot the common saw tooth wave..... it's just&nbsp; summing the days since the last time the high was a certain ...
    Posted to Formula Assistance (Forum) by hayseed on January 11, 2008
  • Re: Switching to Metastock FX

    hey padme..... back then forex did not interest me..... today i'm consumed by it, or at least consumed in writing ea's and indicators..... &nbsp;actually i can make, or loose, far far more in stock and index trading..... and the risk of loss via forex is no concern , like any active option trader&nbsp;i'm accustomed to huge losses..... the prime
    Posted to MetaStock FX (Forum) by hayseed on January 10, 2008
  • Re: RSI

    hey newtrader...... it's not using 14 days/bars......&nbsp; rsi is one of the indicators that builds on it's previous value.....&nbsp; and it's previous value was created using &nbsp;it's previous value which was created using its previous,,,,,,,,&nbsp;&nbsp; ..... &nbsp;so in a sense, &nbsp;every bar loaded&nbsp;in the chart is be used to ...
    Posted to Formula Assistance (Forum) by hayseed on January 9, 2008
  • Re: RSI

    hey newtrader.....&nbsp;&nbsp; many indicators will&nbsp; have differing values if you load fewer bars.... it's the math..... be sure to take that into account&nbsp;when &nbsp;developing systems..... h
    Posted to Formula Assistance (Forum) by hayseed on January 9, 2008
  • Re: How to do System Test on Intraday Data?

    hey sam....&nbsp;the actual method of &nbsp;testing intraday is&nbsp;same as &nbsp;testing eod..... except for the difficulty in obtaining intraday data files to run the test on.....&nbsp;&nbsp;&nbsp;in a very real sense , metastock&nbsp;only sees a price &nbsp;bar &nbsp;with open, high, low, close , volume , and oi ..... a hour bar is the same as ...
    Posted to MetaStock (Forum) by hayseed on January 9, 2008
  • Re: How to do System Test on Intraday Data?

    hey sam..... sorry, overlooked your post here.....&nbsp; how's your intraday testing gong..... &nbsp;testing on intraday data can be a real time burnin chore.... and if your testing on many securities at a time&nbsp;using internet speeds less than dsl , it close to impossible..... somewhere i've written up how to's to make intraday testing ...
    Posted to MetaStock (Forum) by hayseed on January 9, 2008
  • Re: Value of v 10.1 for Using MS VISTA

    hey tricky..... yes&nbsp;, all v10.up &nbsp;versions work without noticeable&nbsp; problems on the duo cores vista's aero resolution, both intel and amd......&nbsp; my vista's are from dell so they are purpose built and&nbsp;&nbsp;should be &nbsp;taylor made to&nbsp;handle any demanding needs the aero resolution might have.....&nbsp;&nbsp; ...
    Posted to MetaStock (Forum) by hayseed on January 8, 2008
  • Re: Switching to Metastock FX

    hey padme.....&nbsp; had &nbsp;metastock fx&nbsp; when it first came out but back then forex did not interest me....&nbsp; so i did not look at it very close..... from what i remember qc was the only data vendor and it did not interface with any sort of broker, of course &nbsp;that may have changed....&nbsp;&nbsp; orders would have to be input ...
    Posted to MetaStock FX (Forum) by hayseed on January 8, 2008
  • Re: Help with Demark Sequential

    hey brian.....&nbsp;&nbsp; to be new to programing but still attempt to code demark implies you aim high.....&nbsp; real high.... &nbsp;i like your style..... &nbsp; we did some work on the sequential a while back....&nbsp; wabbit&nbsp;is handy at &nbsp;reducing code to it's lowest denominator, check his ideas for improving our code here..... h
    Posted to Formula Assistance (Forum) by hayseed on January 8, 2008
  • Re: Value of v 10.1 for Using MS VISTA

    hey tricky.... my comments here might not be much help but here goes....&nbsp; all my systems seem to be working better with vista premium than they did with xp.... the quirks of vista were a pain at first&nbsp;but preformance has been without com