Search

You searched for the word(s):
Showing page 1 of 3 (136 total posts) < 1 second(s)
  • Re: Highest High Since

    sorry, the above formula will give u the high of prevous day, i guess i ddi not payed atenntion enough to your question.the high of the day you can find by using highestsince(1,dayofmonth()&lt;&gt;ref(dayofmonth(),-1),h);
    Posted to Formula Assistance (Forum) by *PP on January 9, 2009
  • Re: Highest High Since

    t2 value in code bellow is the high of the day. This is a old code of mine calculating pivot points for wich is required the high o the day (pivot=(h+l+c)/3. So u can take out the rest and you will have the hhigh of the day. There might be other solutions too but at that point this was what i came up with. Hope it helps you. Remebmer t2 from the ...
    Posted to Formula Assistance (Forum) by *PP on January 9, 2009
  • Re: The slowest metastock version

    ''For all of you that use MS RT version, how did you deal with this enormous handicap?''I upgraded to Amibroker, sorry to say but for real time purposes Metastock sucks. All my friends did something similar, i prefered Amibroker because of the AFL language similar with MSFL, actually exactly the same up to a point so if u know to program in ...
    Posted to MetaStock (Forum) by *PP on December 1, 2008
  • Re: MS with TB

    Its called msx_ksr.dll but i dont know if you can still find it on the internet and i dont know if it worth the trouble, maybe you should ask for a programmer to create one for you or to help you implement a method of autotrading, or even better you should consider another platform for this purpose cause metastock unfortunately needs a lot of ...
    Posted to MetaStock (Forum) by *PP on November 15, 2008
  • Re: MS with TB

    ''I am not in US so without an interface to allow autotrade , that means we can only manually do it.'' Not entirely true. There is a way to autotrade with metastock its a little cumberstone and can be done only with a few brokers. Here is how, general terms: there is a dll that allows exporting indicators in text files. Create a expert advisor ...
    Posted to MetaStock (Forum) by *PP on October 23, 2008
  • Dracula System - Upgraded and free to test

    You can test our system for free by downloading it from http://www.draculasystems.com. A lot of efort was put in to developement of this new version of D System and we believe that it will be one of the most robust system that you can find. Test it and compare it with other systems that you may have. *PP
    Posted to 3rd Party Advertisements (Forum) by *PP on October 20, 2008
  • Re: Would like to Know

    You may want to be aware of this thread http://forum.equis.com/forums/thread/27861.aspx *PP
    Posted to General Chat (Forum) by *PP on October 15, 2008
  • Usefull software for combining with metastock

    http://forex-manager.blogspot.com Its all about money management and while with metastock you can analyze the market you can use this software to do money management very fast. It seems that Metastock can plot stop, entry and target from this on a chart and in combination with metatrader is excellent.
    Posted to MetaStock FX (Forum) by *PP on October 13, 2008
  • A forex adventure

    My stocks trading days are over. After all this years the only semnificative gain is knowledge about trading and all things related to it, i did survive with a small amount of capital and ended pretty good but far away from getting rich. A new era has come now: forex era, things can be pretty much different different here. Anyone can watch my ...
    Posted to General Chat (Forum) by *PP on August 26, 2008
  • MDK Manual

    Where can i find it? Does anyone have something like that? Can someone send it to me i wish i could read it to see if its of any use to me to get MDK. Thanks.
    Posted to MetaStock Developer's Kit (MDK) Assistance (Forum) by *PP on August 10, 2008
  • Re: Any DLL / Tool to Suppress Repetitive Intrabar Signals

    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 platforms. (i.e
    Posted to MetaStock (Forum) by *PP on June 19, 2008
  • Re: Any DLL / Tool to Suppress Repetitive Intrabar Signals

    Hi Gary, From what i know thers no solution to this,&nbsp;maybe a new and improved metastock version. *PP
    Posted to MetaStock (Forum) by *PP on June 19, 2008
  • This is nice

    Need help with ur Matastock (or for that matter with any other problem regarding your computer programs)? Ask a pro or a friend to assist u :) live. Use this: http://www.teamviewer.com/download/index.aspx This would be an efficient way to help&nbsp;begginers or to demo ur&nbsp;skills. ...it was a long time since i`ve not posted on this forum, i ...
    Posted to General Chat (Forum) by *PP on May 22, 2008
  • Re: Expert Advisor...limit # of entry signals?

    howdy j32, Design an exit and use the latch function availiable within forum.dll wich is downloadable free in this forum....acceleration band concept....i can`t wait to see someone saying that he has&nbsp;mathematicaly&nbsp;developed a hiperbolic relationship which could make u rich next morning. *PP www.draculasystems.com &nbsp;
    Posted to MetaStock (Forum) by *PP on August 16, 2007
  • Re: Newbie looking for some general advice

    Jim_M: I do have competitive products also, but I think Metastock is the best.&nbsp; It is my core program.&nbsp; Metastock has some great things the competitors don't have.&nbsp; There is no perfect system, but in my opinion&nbsp;Metastock comes out on top.&nbsp; The RMO Indicator in version 10.1 is phenomenal.&nbsp; I also love a couple of ...
    Posted to MetaStock (Forum) by *PP on August 13, 2007
  • Re: System Coding

    Hi Nizar, Entrycode:=C&gt;Ref(Highest(C),-1);Exitcode:=Cross(Mov(C,200,E),C);status:=BarsSince(Entrycode)&lt;BarsSince(Exitcode); status:= ExtFml( ''Forum.Latch'',Entrycode ,Exitcode ,0 ,0 ); If(status=1 AND Ref(status,-1)=0,1,If(status=0 AND Ref(status,-1)=1,2,0)) {this will plot 1 on Entry signal and 2 on Exit signal} The code above does not ...
    Posted to Basic Coding Techniques (Forum) by *PP on August 13, 2007
  • Re: Length of a formula?

    Not exactly bulltrudeau. Multiple parts are allowed try the following example: writeif(a:=mov(c,20,s);b:=mov(c,60,s);a&lt;c and b&lt;c,''the price is under the two moving averages'',''...it could be under one of them and above the other.... or it could be under both of them...the price, that is {:))}'') Also the part with expert comentary is ...
    Posted to MetaStock (Forum) by *PP on July 22, 2007
  • Re: Changing chart windows

    hi reddog, yup, there is possible to do that with metastock. Press and hold ALT while mouse pointer is on a chart and scroll. *PP www.draculasystems.com
    Posted to MetaStock (Forum) by *PP on July 22, 2007
  • Re: my strategy/site

    It seems that posting a trading system with his results is a huge mistake. From what i see the majority has absolutly no ideea about&nbsp;what a resonable gain means and how one could know if his results are good or bad. Everyone has&nbsp;different expectations from the market and unfortunately it seems that those expectations are anything but ...
    Posted to 3rd Party Advertisements (Forum) by *PP on June 13, 2007
  • Re: my strategy/site

    Jose:PP, an anonymous poster claims to have gained access to your trading system's logic for backtesting purposes. I've looked everywhere on your website, but can't find a description of your trading system detailed enough to allow any backtest. Did I miss something, or is the anonymous poster making claims based on hot air? jose '-) I don`t know
    Posted to 3rd Party Advertisements (Forum) by *PP on June 13, 2007
  • Re: my strategy/site

    hayseed: hey *pp..... couple questions if ya have the time and it doesn't reveal anything you prefer not to......... 1 .... what's the reason for the &nbsp;''any portfolio of securities that you want as long as it contains over 100 securities,''&nbsp; statement in paragraph 2&nbsp; .... here in the states some of us trade just the qqqq's , ...
    Posted to 3rd Party Advertisements (Forum) by *PP on June 13, 2007
  • Re: my strategy/site

    PTJim:And BTW, unless you're 13 years old (and not even then if you have any brains or wish to appear to have brains), the word is ''you'', not ''u''. Really? i did not knew. I think the best thing to do is ignore u and u ignore me. I wish u good luck and profitable trading.
    Posted to 3rd Party Advertisements (Forum) by *PP on June 12, 2007
  • Re: my strategy/site

    Hey Minnamor, a) not enough capital b) read the first page within my site, a little above the discalimer. Average non compounded achieved %/year c)long d) u really did not look carefully. Tests were made from 1993. e) read the first page&nbsp; within my site, a little above the discalimer f) same as e) g) last chart presented in every page ...
    Posted to 3rd Party Advertisements (Forum) by *PP on June 12, 2007
  • Re: my strategy/site

    Well Henry, u could say anything u want, it is ur opinion and i respect it. Still one thing disturbs me: after i have clearly specified in site that it does not&nbsp;cheat in any way -&nbsp;it is not using&nbsp;hidsight functions, it is not&nbsp;buying on the same bar at the&nbsp;open&nbsp;or something similar, no forward references, also clearly ...
    Posted to 3rd Party Advertisements (Forum) by *PP on June 11, 2007
  • my strategy/site

    Well, after a lot of headaches here it is http://www.draculasystems.com. Far by being perfect at least its not a cheat.
    Posted to 3rd Party Advertisements (Forum) by *PP on June 11, 2007
  • Re: Help on weekly formula

    hi uzoom, U should also try TMW.dll, its availiable in files section of the forum. Cheers
    Posted to Formula Assistance (Forum) by *PP on June 10, 2007
  • Re: Exploration to find out rising stock referencing a particular date

    Hey Gary, I think this is what u are looking for: perd1:=Input(''Day'',1,31,31);perd2:=Input(''Month'',1,12,5);perd3:=Input(''Year'',1900,2199,2006)