Search

You searched for the word(s):
Showing page 1 of 4 (184 total posts) < 1 second(s)
  • MAR Ratio / Sharpe Ratio

    Hi, Supposed I have the equity curve in a daily chart and has already identify the MaxDD, I would like to code the above. Anyone has tried to code the above ratios....&nbsp; Could you help me in coding them? MAR Ratio= CAGR / MaxDD Regards, SA
    Posted to Basic Coding Techniques (Forum) by Spaceant on July 24, 2008
  • Re: Any DLL / Tool to Suppress Repetitive Intrabar Signals

    *PP: Spaceant: ....&nbsp; The key reason is that when MS is connected to a third party software to conduct automated trading, only the one signal is required, i.e the first signal. Gary if you tell me what you have in mind i may be able to help. There are a few posibilities to automate trade from within metastock with several broker ...
    Posted to MetaStock (Forum) by Spaceant on June 23, 2008
  • Re: Any DLL / Tool to Suppress Repetitive Intrabar Signals

    *PP: Hi Gary, From what i know thers no solution to this,&nbsp;maybe a new and improved metastock version. *PP Paul, Take a look at this link in which Wabbit has a comment on this using a counter to detect a new bar and count the signals. http://forum.equis.com/forums/thread/26728.aspx Well, this is one of the areas that Equis should ...
    Posted to MetaStock (Forum) by Spaceant on June 19, 2008
  • Re: Any DLL / Tool to Suppress Repetitive Intrabar Signals

    Hi Pyradius, Ooups..... my statment is wrong!&nbsp; Your PREV&nbsp;Latch is same as FORUM&nbsp;Latch.. SA&nbsp;
    Posted to MetaStock (Forum) by Spaceant on June 18, 2008
  • Re: Any DLL / Tool to Suppress Repetitive Intrabar Signals

    Hi Pyradius, You may have misunstood what I mean.&nbsp;&nbsp;You codes are PREV based latches that will omit the repetitve buy or sell signals before buy exit or sell exit signals are given.&nbsp; These repetitive signals are located in the soming bars before the exit signals given.&nbsp; Actually, I have used Forum Latch to suppress the upcoming ...
    Posted to MetaStock (Forum) by Spaceant on June 17, 2008
  • Any DLL / Tool to Suppress Repetitive Intrabar Signals

    Hi all MS users, Is there any DLL or tool that can be used to suppressed the second and repetitive signals of the intrabar signals, when I turn on the live expert? As I have developed a system which is based on a kind of breakout strategy, the logic is to get the first breakout signal and I want to suppress the repetitive ones before the bar is ...
    Posted to MetaStock (Forum) by Spaceant on June 13, 2008
  • Effective Stops - Chandelier Exit, IntelliStop 5 or.....

    Hi, I have been spending some time exploring for an effecive (if there is not a ''most effective'' one) stop.&nbsp; Chandelier Exit appears to be good, but the true version needs a bundle of PREVs which slow down&nbsp; its efficiency in using and it is time-consuming to test too.&nbsp; Richard Dale's Advanced Trailing Stop is very using and ...
    Posted to MetaStock (Forum) by Spaceant on May 6, 2008
  • Re: A Protective Stop

    Hi Wabbit, Thanks for your reply, but I am unable to write an external dll.&nbsp; Is there anything that I can used, that is&nbsp;available, in the forum now? Before having a custom solution with an external dll, I would like to test the stop ideas to see the performance.&nbsp; Therefore, it would be a next step to me. It is possible to some ...
    Posted to Advanced Coding Techniques (Forum) by Spaceant on April 15, 2008
  • Re: A Protective Stop

    wabbit:A lot of people have troubles with real time charts having alerts generated on the individual ticks that are compiled together to form the last bar.&nbsp; Again, using a .dll there are a couple of ways to deal with the last bar:count the number of times a signal has been generated on the last bar, if an alert has been already been made on ...
    Posted to Advanced Coding Techniques (Forum) by Spaceant on April 12, 2008
  • Re: A Protective Stop

    Hi Wabbit, I am glad that you have been playing around with this idea.&nbsp; Well, I think this idea is not new, and in fact, is quite generic, like the exit criteria as set in Rickey Cheung's book, The Trading Edge - How to Trade Like a Winner.&nbsp; He used the TradeStation language to write the formula for testing.&nbsp; Well, I am quite ...
    Posted to Advanced Coding Techniques (Forum) by Spaceant on April 10, 2008
  • Re: Read indicator file outside of Metastock

    wabbit: It would be a massive job to export all 2000 individually... I share your feeling, it may take hours to import / export indicators / experts / ESTs / explorers.&nbsp; Sometimes, MS may not be able to recognise the indicator correctly when the indicators' name are simliar.&nbsp; I have not done a scientific research, but it appears to me ...
    Posted to MetaStock (Forum) by Spaceant on April 4, 2008
  • Re: Trading rule hierarchy

    Wabbit, Do you mean the way to tackle it is to use the PREV based latches?&nbsp; To my knowloedge, the FORUM DLL will force to a short position when a short sell signal is issued after a long position has been&nbsp;taken despite the fact that a sell signal is not yet issued. SA &nbsp; &nbsp; &nbsp;
    Posted to MetaStock (Forum) by Spaceant on April 4, 2008
  • A Protective Stop

    Hi, &nbsp; I need&nbsp;to have a protective trailing stop (not sure if I use the right word or not!), that moves to protect profit as price move favorably. The logic follows similar to Richard's ATS, but I have checked with&nbsp;him who confirmed that it is not possible to code the stop that I want. &nbsp; Say for Long, with price is higher ...
    Posted to Advanced Coding Techniques (Forum) by Spaceant on March 20, 2008
  • Re: Metastock pro real-time and automated trading systems

    Hi, I have been exploring autotrading setup with Metastock Pro. The only relatively low cost setup would use Hypertrader's HyperOrder http://www.hypertrader.it/hyperorder.shtml But it is no longer free now, EUR 250. Contact them if this suits you. Sa
    Posted to Testimonials (Forum) by Spaceant on March 20, 2008
  • Re: MS Pro +TWSlink + IB = Automated Trading??

    Does anyone know how to use MS Pro to autotrade with IB? .... does anyone know&nbsp;how to use the Online Trading Dll?... with which broker? Sa
    Posted to MetaStock (Forum) by Spaceant on February 5, 2008
  • Daily Volatility in Intraday Chart

    Hi, I would like to plot the daily volatility in an intraday chart. {Daily Volatility} Tperiod:=Input(''Time periods for HV'',2,40,20); SMA:=Input(''SMA periods'',1,10,5); x:=Log(C/Ref(C,-1)); y:=Stdev(x,Tperiod)*sqrt(365)*100; m:=Mov(y,SMA,S); &nbsp; y;m I have tried to convert it, but failed.&nbsp; Could anyone be kind enough to help ...
    Posted to Formula Assistance (Forum) by Spaceant on January 21, 2008
  • MS Pro +TWSlink + IB = Automated Trading??

    Hi all, Does anyone use MS pro and possibly with other software(s) + a proper dealing software to conduct automated trading? I just have visited the following website: http://www.trade-commander.org/twslink/twslink.htm Can we use MS&nbsp;pro to embed custom DLLs&nbsp;or Com? Regards, Sa&nbsp;
    Posted to MetaStock (Forum) by Spaceant on December 6, 2007
  • Re: MS 10 and virtualization; VMWare fails/Parallels works

    Pyradius:The&nbsp;activation software requires the&nbsp;ability to write to the hard drive in a particular way, that cannot be done through a virtual environment.&nbsp; There are no plans&nbsp;to remove this&nbsp;activation software from MetaStock, so if this is a deciding point for you (and falls within the 30 day return policy) you should ...
    Posted to MetaStock (Forum) by Spaceant on November 30, 2007
  • Possibility to Feed the Number of a RT Customer Indicator to an Excel Spreadsheet

    Hi all, With a RT chart and an indicator, e.g. Mov(C,30,S) as an example, is it possible to feed the most updated figure of the said indicator into a cell of a spreadsheet by DDE and other possible means? Well, I am asking this as I want to feed the signal of of a system to an excel spreadsheet for an automated trading with IB's API TwsDDE ...
    Posted to MetaStock (Forum) by Spaceant on November 28, 2007
  • Re: Charting two securities in one chart can not be done

    Hi, This code may be the tool that you are looking for. http://forum.equis.com/forums/thread/21386.aspx Cheers Sa
    Posted to MetaStock (Forum) by Spaceant on November 27, 2007
  • Re: help file MS v8 in Vista

    Richard, I have a notebook with Vista Home Premium installed, but I can't locate any .CHM file on both :\Program Files\Equis and :\Program Files\Equis\Metastock.&nbsp;&nbsp; However, I can locate a Help File with name MSWIN.&nbsp; Well, I did experience difficulty in opening the MS help file.&nbsp;&nbsp; Having installing the following Windows ...
    Posted to MetaStock (Forum) by Spaceant on August 2, 2007
  • Re: Forum.dll revision

    Wabbit, Would you consider to add another ''latch'' function with another Karnaugh Map as we discussed earlier?&nbsp; Or would it be considered as another latch function (or dll) that MS users can opt for? Regards, Sa
    Posted to Product Wish List (Forum) by Spaceant on July 5, 2007
  • Re: Heikin ashi

    Wabbit, I have tried to plot the Heikin Ashi chart in your way, see the left side of the attached chart, versus the real one, right side with data imported from excel calculation. Well, I should have set the bar of the left chart to be the same as the color of the background in order to ''hide'' the&nbsp;original&nbsp;price&nbsp;bar. Sa &nbsp;
    Posted to Product Wish List (Forum) by Spaceant on June 17, 2007
  • Re: Exploration to find out rising stock referencing a particular date

    Hi Paul, Thanks!&nbsp; I think that is what I want and will test it. Sa
    Posted to Basic Coding Techniques (Forum) by Spaceant on June 9, 2007
  • Exploration to find out rising stock referencing a particular date

    Hi, I want to code an exploration to find out the rising stock, comparing today's close (Jun 8) versus a particular date, say May 31 2006.&nbsp; Well, I know that I can count the number of trading days betwenn the above days, say 200 (not a counted number), I can use the following code Column A ROC(C,200,%) Filter ColA&gt;0 However, there
    Posted to Basic Coding Techniques (Forum) by Spaceant on June 8, 2007
  • Re: TradeSim: worth the expense, how to ramp up?

    Hi Jim, Well, I am in the same situation to consider to buy a backtesting software to&nbsp;conduct&nbsp;backtesting.&nbsp; I have similar questions too.&nbsp; I