PureBytes Links
Trading Reference Links
|
I am trying to code to identify peak and trough of indicator and when the
most current peak falls below the previous peak, the indicator will plot 1.
However when I chart the indicator, it plots one even when the first peak is
higher than the previous. I had tried the peak and trough functions. However
because they use the zigzag function, the output can varies till the
indicator rise or fall below the minimum % change. Thus it is not very
reliable. Does anyone know how to improve or code peak and trough
effectively?
A:=Ind < Ref(Ind,-1) and Ref(Ind,-1) > Ref(Ind,-2)
If(A < Ref(A,-1),1,0)
Dan
>From: equismetastock@xxxxxxxxxxxxxxx
>Reply-To: equismetastock@xxxxxxxxxxxxxxx
>To: equismetastock@xxxxxxxxxxxxxxx
>Subject: [EquisMetaStock Group] Digest Number 1263
>Date: 26 Jul 2005 08:12:39 -0000
>
>
>There are 20 messages in this issue.
>
>Topics in this digest:
>
> 1. Re: Tura
> From: "rvalue1" <rvalue1@xxxxxxxxx>
> 2. Re: MESA Sine Wave
> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
> 3. Re: TURA
> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
> 4. Re: system tester
> From: loudhoward2
> 5. Re: Incorporating daily & weekly criteria into same exploration -
>HELP!
> From: "awlaimeng" <awlaimeng@xxxxxxxxx>
> 6. Re: MS pro forex
> From: "Hani" <elmagd2000@xxxxxxxx>
> 7. RE: MS pro Forex
> From: "Tim" <prez@xxxxxxxxx>
> 8. Re: MS pro forex
> From: Dusant <cooldush@xxxxxxxxx>
> 9. Re: MS pro Forex
> From: "Hani" <elmagd2000@xxxxxxxx>
> 10. Re: Re: Tura
> From: JESSIE JAY GALVAN <jaygalvan@xxxxxxxxx>
> 11. RE: MS pro Forex
> From: "Tim" <prez@xxxxxxxxx>
> 12. Layouts
> From: "Ron Berlin" <rsb_44@xxxxxxxxxxx>
> 13. RE: Layouts
> From: "Ron Berlin" <rsb_44@xxxxxxxxxxx>
> 14. Re: Re: TURA
> From: "Mormax" <mormax_trader@xxxxxxxxxxxx>
> 15. Re: Re: TURA
> From: Ceyhan Tuzcu <ceyhan_tuzcu@xxxxxxxxx>
> 16. Re: Re: TURA
> From: "Mormax" <mormax_trader@xxxxxxxxxxxx>
> 17. Re: re: Dynastore LE ?
> From: "dynastore" <DB@xxxxxxxxxxxxxxxxxxxxx>
> 18. Re: TURA
> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
> 19. Re: Re: TURA
> From: "Mormax" <mormax_trader@xxxxxxxxxxxx>
> 20. Re: system tester
> From: "Jose Silva" <josesilva22@xxxxxxxxx>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 1
> Date: Mon, 25 Jul 2005 01:12:51 -0000
> From: "rvalue1" <rvalue1@xxxxxxxxx>
>Subject: Re: Tura
>
>Keep in mind that you are learning to use a new field - trading. How
>long would it take you to learn how to play the piano.. a few weeks?
>Well you know the answer.. more like 5-10 years. If you keep a longer
>time horizon in mind then you won't lose too much money real fast and
>will read - test and back test before trying to put hard money on the
>line..
>Maybe Tura can solve everything.. but try it carefully or any other
>tool or program.
>--- In equismetastock@xxxxxxxxxxxxxxx, "d_prof" <jaygalvan@xxxx>
>wrote:
> > Hello to all!
> >
> > I am quite new in this group; and to stock market investing I may
> > say. I have been studying about technical analysis for the past
>few
> > weeks. I have been reading so much about TURA. Can someone teach me
> > how to use it?
> >
> > I really could use some help from this group because I having a
>hard
> > time doing self study not to mention that the subject of stock
> > market investing is very complex to newbies like me.
> >
> >
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan Tuzcu
> > <ceyhan_tuzcu@xxxx> wrote:
> > > Vladimir, "yaba" and "macro trend" are sub-statements
> > > of TURA. In normal case you can't see them in
> > > indicator list of meta stock, cause i fixed them off
> > > for indicator list. when you re-install fosetup.exe ,
> > > you will see those sub-statements there.
> > > i don't know indeed how Ted used "yaba" and "macro
> > > trend" on graph screen. :)
> > >
> > > Ceyhan Tuzcu
> > > The Author of TURA
> > >
> > > --- entinv@xxxx wrote:
> > >
> > > > What is "yaba" and "macro trend"?
> > > >
> > > > Thanks,
> > > > Vladimir
> > > >
> > > > -------------- Original message --------------
> > > > Hi Ted,
> > > > wish you enjoy money gained in stock market by using
> > > > TURA.
> > > >
> > > > Ceyhan Tuzcu
> > > > The Author of TURA
> > > >
> > > > --- Ted Khann <tedkhann@xxxx> wrote:
> > > >
> > > > > Hello,
> > > > > Just to say thanks for sharing Tura. Using yaba
> > > > and
> > > > > macro trend in the same window give a very early
> > > > > warning of intermediate term trend changes. The
> > > > > expert looks good.
> > > > > Thanks.
> > > > > Ted.
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------
> > > > > How much free photo storage do you get? Store your
> > > > > holiday snaps for FREE with Yahoo! Photos. Get
> > > > > Yahoo! Photos
> > > >
> > > >
> > > >
> > > >
> > > > ____________________________________________________
> > > > Sell on Yahoo! Auctions – no fees. Bid on great
> > > > items.
> > > > http://auctions.yahoo.com/
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > YAHOO! GROUPS LINKS
> > > >
> > > > Visit your group "equismetastock" on the web.
> > > >
> > > > To unsubscribe from this group, send an email to:
> > > > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> > > >
> > > > Your use of Yahoo! Groups is subject to the Yahoo!
> > > > Terms of Service.
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
>
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 2
> Date: Mon, 25 Jul 2005 04:27:22 -0000
> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
>Subject: Re: MESA Sine Wave
>
>Metastock system tester does not work well.
>Try tradesim. It simulates real time system test better.
>KS.
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "rvalue1" <rvalue1@xxxx> wrote:
> > Strange; but in backtesting I find that it performs poorly.. Can you
> > backtest a stock and publish your results? there could be a mistake
>in
> > how you have your backtester set up.. or else I may have been
>missing
> > a gold mine.
> > --- In equismetastock@xxxxxxxxxxxxxxx, "spider933" <spider933@xxxx>
> > wrote:
> > > Hi all,
> > >
> > > I have been trying out all the expert advisor in metastock. I
>found
> > > that MESA Sine Wave consistently performed well. Anyone tried
>using
> > > this for live trading?
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 3
> Date: Mon, 25 Jul 2005 04:28:48 -0000
> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
>Subject: Re: TURA
>
>The link is down!!!
>
>--- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan Tuzcu
><ceyhan_tuzcu@xxxx> wrote:
> > http://www.eastbroker.com/fosetup.zip
> >
> > Ceyhan Tuzcu
> > The Author of TURA
> >
> > --- formulaprimer <formulaprimer@xxxx> wrote:
> >
> > > where can I download it?
> > > KS
> > >
> > >
> > >
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 4
> Date: Mon, 25 Jul 2005 06:47:37 -0000
> From: loudhoward2
>Subject: Re: system tester
>
>will keep it in mind
>Lou
>--- In equismetastock@xxxxxxxxxxxxxxx, mgf_za_1999 <no_reply@xxxx>
>wrote:
> > Years ago we used MS system tester a bit and then decided to write
>our
> > own system tester. It is a lot better than MS, much, much faster,
> > tests many times more strategies, cater for more variables and so
>on.
> > The downside is that, for each new system, we have to code it up
>into
> > a specific format, it is not that interactive and not that easy to
> > play around with. Yet it has served us well - we have by now
> > developed a large number of systems around it and regularly fit
>these
> > to a huge amount of time series to pick the best. It works for the
> > longer term, more strategic trader as it is not that active. It
>tries
> > to catch general market trends and, although we have quite a few
> > cyclical models in there, the trend following ones tend to
>outperform.
> >
> > We are constantly expanding the number of models that we use as
>well
> > as the data that we throw at it, but to some extent it has now
>reached
> > maturity - in the sense that, even if we add quite fancy new types
>of
> > models, it tends to stick to the usual suspects - moving average
>type
> > models. We actually get good results by taking differences of
>these,
> > thus, in stead of using something like
> >
> > Mov(C,20,S) > Mov(C,50,S)
> >
> > we use something like
> >
> > ROC(Mov(C,20,S)-Mov(C,50,S),1,$)
> >
> > and trade when this crosses zero. This is just an example of what
>I
> > mean with differences, the model itself is plucked out of thin air
> > just to explain the difference concept. It applies to many other
> > things as well. Take an indicator, such as RSI or 'fancy new
> > indicator #5', add a signal line, and use the difference between
>the
> > two or the difference in the signal line or even add two signal
>lines
> > and use the difference between them or even difference this yet
> > another time.
> >
> > Anyhow, back to the system tester. If you have a fancy system
>coded
> > up in MSFL, and want to test it a bit and compare it to other
>systems,
> > why not let us know. What we get out of the exercise is that we
>add a
> > new system to our existing array, and what you will get is a good
> > comparison of the system itself and against other trading systems.
> >
> > Any takers? I'd like to also discuss the system, refinements to it
> > and the results thereof on this forum, so if you want to keep it
> > secret, then this offer is not for you, but you can contact me
>anyhow
> > and we can do something like that for a fee.
> >
> > Regards
> > MG Ferreira
> > TsaTsa EOD Programmer and trading model builder
> > http://www.ferra4models.com
> > http://fun.ferra4models.com
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, "Martin Blain"
><martin@xxxx> wrote:
> > > Lou
> > > System tester sucks, give up.
> > > Many other issues that will test your patience.
> > > Best to do it manually by studying many many charts and looking
>for
> > a patterns.
> > > Martin Blain
> > > Burlington Ontario
> > > ----- Original Message -----
> > > From: loudhoward2
> > > To: equismetastock@xxxxxxxxxxxxxxx
> > > Sent: Saturday, July 23, 2005 11:13 PM
> > > Subject: [EquisMetaStock Group] Re: system tester
> > >
> > >
> > > Hong,
> > >
> > > No luck yet in solving my system tester issues. I've put it to
>a
> > > side for now but if you have an idea of a potential solution
>I'd
> > > love to hear it.
> > >
> > > Lou
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, steinzhong
><no_reply@xxxx>
> > > wrote:
> > > > --- In equismetastock@xxxxxxxxxxxxxxx, loudhoward2
><no_reply@xxxx>
> > > > wrote:
> > > > > Has anyone come across this problem with the system tester?
> > > > >
> > > > > I'm getting consecutive trades one after another for
>example;
> > > > >
> > > > > Buy 19/6/03
> > > > >
> > > > > Sell 20/8/03
> > > > > Buy 20/8/03
> > > > >
> > > > > Sell 25/8/03
> > > > > Buy 25/8/03
> > > > >
> > > > > Sell 15/9/03 and so on.
> > > > >
> > > > > Notice next the buy is on the same day as the previous
>sell.
> > > > >
> > > > > I've tried for hours trying to isolate the problem code
>and
> > > system
> > > > > tester settings but it's still frustrating me.
> > > > >
> > > > > Any ideas?
> > > > >
> > > > > Lou
> > > >
> > > > Have u solve yr problem? if not, i may be able to help
> > > >
> > > > Hong
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > -------------------------------------------------------------------
>-----------
> > > YAHOO! GROUPS LINKS
> > >
> > > a.. Visit your group "equismetastock" on the web.
> > >
> > > b.. To unsubscribe from this group, send an email to:
> > > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> > >
> > > c.. Your use of Yahoo! Groups is subject to the Yahoo!
>Terms of
> > Service.
> > >
> > >
> > >
> > -------------------------------------------------------------------
>-----------
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 5
> Date: Mon, 25 Jul 2005 05:32:08 -0000
> From: "awlaimeng" <awlaimeng@xxxxxxxxx>
>Subject: Re: Incorporating daily & weekly criteria into same exploration -
>HELP!
>
>Tim,
>
>Thanks for the suggestion. I will search the archive for Roy's & Jose's
>postings.
>
>Best regards,
>ALM
>
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "Tim" <prez@xxxx> wrote:
> > There is only two ways of incorporating weekly and daily into one the
>one
> > scan.
> >
> > These are:
> > 1. Use Roy and Jose's excellent code for creating
>daily into
> > a weekly equivalent. Roy posted a Moving Average example a couple of
>weeks
> > back, so you may want to check the archives.
> > 2. Convert the moving average into a weekly proxy.
>The very
> > close equivalent of a 30 week moving average is a 180 day moving
>average on
> > a daily chart.
> >
> > Hope this helps.
> >
> > Regards,
> > Tim
>
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 6
> Date: Mon, 25 Jul 2005 03:53:46 -0400
> From: "Hani" <elmagd2000@xxxxxxxx>
>Subject: Re: MS pro forex
>
>SunflowerThanks Dusant for advice. I think forex trading in weekends is not
>a critical issue to medium to small investors. You have 5 days 24 hours
>enough to make money :)
>Do you have any plans to purchase this version? Interested to hear others'
>opinions as well.
>Regards,
>Hani :)
>
>
> ----- Original Message -----
> From: Dusant
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Monday, July 25, 2005 2:30 AM
> Subject: Re: [EquisMetaStock Group] MS pro forex
>
>
> Hani,
>
> And others ... Please ascertain from Equis before buying, that it
>supports the weekend data or not.
>
> We do have trading in India, sometimes on Satrudays or Sundays depending
>on whether an auspicious festival falls on those days.
>
> While I was on consultancy to a bunch of forex traders, the weekend data
>was a mjor issue. Wehn I wrote to support, they admitted that the power
>tools do not work on weekends.
>
> Dusant
> http://www.geocities.com/cooldush
> ----- Original Message -----
> From: Hani
> To: equismetastock@xxxxxxxxxxxxxxxx
> Sent: Monday, July 25, 2005 3:36 AM
> Subject: [EquisMetaStock Group] MS pro forex
>
>
>
> Hello all, Finally Equis has released forex version of MS pro. Package
>includes Reuters quote center forex data feed (for monthly subscription ).
>I like this offer and think it would be of use to me but like to know if
>anyone has tested it for a while
>
> How is the quality of data feed? since Equis rep. stated that this
>version doesn't accept (for the time being) any other data feed.
>
> Thanks in advance.
> Hani :)
>
>
>------------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "equismetastock" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>Service.
>
>
>------------------------------------------------------------------------------
>
>
>
>
>------------------------------------------------------------------------------
> Too much spam in your inbox? Yahoo! Mail gives you the best spam
>protection for FREE!
> http://in.mail.yahoo.com
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 7
> Date: Mon, 25 Jul 2005 17:03:48 +0800
> From: "Tim" <prez@xxxxxxxxx>
>Subject: RE: MS pro Forex
>
>I can't see any point in upgrading to a version that locks you into a
>certain data feed, especially when there are better and cheaper options
>available.
>
>For my money I am more than happy to continue to use MS 8 Pro with a
>DynaStore FX plug-in.
>
>For those of you that haven't heard of them. Dynastore offers an excellent
>MS Plug-in to connect to a number of FX brokers (you choose the broker when
>you purchase) Best of all the plug in is available for a once off of $79
>US
>(from memory), which certainly beats ridiculous monthly fees (eg e-Sig).
>
>The website address is http://www.dynastoresoftware.com
><http://www.dynastoresoftware.com/> .
>It is well worth a look if you are looking for live FX data feeds.
>
>Note, I am in no way affiliated with this product or website, I am simply a
>very happy user of many months.
>
>
> _____
>
>From: equismetastock@xxxxxxxxxxxxxxx
>[mailto:equismetastock@xxxxxxxxxxxxxxx]
>On Behalf Of Hani
>Sent: Monday, 25 July 2005 15:54
>To: equismetastock@xxxxxxxxxxxxxxx
>Subject: Re: [EquisMetaStock Group] MS pro forex
>
>Thanks Dusant for advice. I think forex trading in weekends is not a
>critical issue to medium to small investors. You have 5 days 24 hours
>enough
>to make money :)
>Do you have any plans to purchase this version? Interested to hear others'
>opinions as well.
>Regards,
>Hani :)
>
>
>----- Original Message -----
>From: Dusant <mailto:cooldush@xxxxxxxxx>
>To: equismetastock@xxxxxxxxxxxxxxx
>Sent: Monday, July 25, 2005 2:30 AM
>Subject: Re: [EquisMetaStock Group] MS pro forex
>
>Hani,
>
>And others ... Please ascertain from Equis before buying, that it supports
>the weekend data or not.
>
>We do have trading in India, sometimes on Satrudays or Sundays depending on
>whether an auspicious festival falls on those days.
>
>While I was on consultancy to a bunch of forex traders, the weekend data
>was
>a mjor issue. Wehn I wrote to support, they admitted that the power tools
>do
>not work on weekends.
>
>Dusant
>http://www.geocities.com/cooldush
>----- Original Message -----
>From: Hani <mailto:elmagd2000@xxxxxxxx>
>To: equismetastock@xxxxxxxxxxxxxxxx <mailto:equismetastock@xxxxxxxxxxxxxxx>
>
>Sent: Monday, July 25, 2005 3:36 AM
>Subject: [EquisMetaStock Group] MS pro forex
>
>Hello all, Finally Equis has released forex version of MS pro. Package
>includes Reuters quote center forex data feed (for monthly subscription ).
>I
>like this offer and think it would be of use to me but like to know if
>anyone has tested it for a while
>
>How is the quality of data feed? since Equis rep. stated that this version
>doesn't accept (for the time being) any other data feed.
>
>Thanks in advance.
>Hani :)
>
> _____
>
>Too much spam in your inbox? Yahoo! Mail gives you the best spam protection
>for FREE!
>http://in.mail.yahoo.com
>
> _____
>
>YAHOO! GROUPS LINKS
>
>* Visit your group "equismetastock
><http://groups.yahoo.com/group/equismetastock> " on the web.
>
>* To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
><mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
><http://docs.yahoo.com/info/terms/> .
>
> _____
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 8
> Date: Mon, 25 Jul 2005 10:23:59 +0100 (BST)
> From: Dusant <cooldush@xxxxxxxxx>
>Subject: Re: MS pro forex
>
>SunflowerIt is not the trading, but your "expert", "system tester" etc.
>which just ignore the weekend data. Depending on where you are located in
>the world, and the time stamp you receive from your data vendor, the "time
>frames" have to be stored in the MS data base.
>
>The opening of the week would fall on a Sunday for a person in USA, and the
>close of the week would fall on a Sunday for a person in Japan.
>
>That is where the "glitch" lies.
>
>No I do not plan to purchase it ... not as yet.
>
>Dusant
>http://www.geocities.com/cooldush
> ----- Original Message -----
> From: Hani
> To: equismetastock@xxxxxxxxxxxxxxxx
> Sent: Monday, July 25, 2005 1:23 PM
> Subject: Re: [EquisMetaStock Group] MS pro forex
>
>
> Thanks Dusant for advice. I think forex trading in weekends is not a
>critical issue to medium to small investors. You have 5 days 24 hours
>enough to make money :)
> Do you have any plans to purchase this version? Interested to hear
>others' opinions as well.
> Regards,
> Hani :)
>
>
>---------------------------------
> Too much spam in your inbox? Yahoo! Mail gives you the best spam
>protection for FREE!
>http://in.mail.yahoo.com
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 9
> Date: Mon, 25 Jul 2005 05:29:27 -0400
> From: "Hani" <elmagd2000@xxxxxxxx>
>Subject: Re: MS pro Forex
>
>SunflowerThanks Tim,
>I have an idea about Dynastore. The point here you have as you said a great
>variety of data vendors to choose from based on your forex broker plus this
>for free with most of them.
>How stable is this option? Do you need any other plugin to maintain data
>history of off times?
>I appreciate your feedback.
>Regards,
>Hani
>
> ----- Original Message -----
> From: Tim
> To: equismetastock@xxxxxxxxxxxxxxx
> Sent: Monday, July 25, 2005 5:03 AM
> Subject: RE: [EquisMetaStock Group] MS pro Forex
>
>
> I can't see any point in upgrading to a version that locks you into a
>certain data feed, especially when there are better and cheaper options
>available.
>
>
>
> For my money I am more than happy to continue to use MS 8 Pro with a
>DynaStore FX plug-in.
>
>
>
> For those of you that haven't heard of them. Dynastore offers an
>excellent MS Plug-in to connect to a number of FX brokers (you choose the
>broker when you purchase) Best of all the plug in is available for a once
>off of $79 US (from memory), which certainly beats ridiculous monthly fees
>(eg e-Sig).
>
>
>
> The website address is http://www.dynastoresoftware.com.
>
> It is well worth a look if you are looking for live FX data feeds.
>
>
>
> Note, I am in no way affiliated with this product or website, I am
>simply a very happy user of many months.
>
>
>
>
>
>
>------------------------------------------------------------------------------
>
> From: equismetastock@xxxxxxxxxxxxxxx
>[mailto:equismetastock@xxxxxxxxxxxxxxx] On Behalf Of Hani
> Sent: Monday, 25 July 2005 15:54
> To: equismetastock@xxxxxxxxxxxxxxx
> Subject: Re: [EquisMetaStock Group] MS pro forex
>
>
>
> Thanks Dusant for advice. I think forex trading in weekends is not a
>critical issue to medium to small investors. You have 5 days 24 hours
>enough to make money :)
>
> Do you have any plans to purchase this version? Interested to hear
>others' opinions as well.
>
> Regards,
>
> Hani :)
>
>
>
>
>
> ----- Original Message -----
>
> From: Dusant
>
> To: equismetastock@xxxxxxxxxxxxxxx
>
> Sent: Monday, July 25, 2005 2:30 AM
>
> Subject: Re: [EquisMetaStock Group] MS pro forex
>
>
>
> Hani,
>
>
>
> And others ... Please ascertain from Equis before buying, that it
>supports the weekend data or not.
>
>
>
> We do have trading in India, sometimes on Satrudays or Sundays
>depending on whether an auspicious festival falls on those days.
>
>
>
> While I was on consultancy to a bunch of forex traders, the weekend
>data was a mjor issue. Wehn I wrote to support, they admitted that the
>power tools do not work on weekends.
>
>
>
> Dusant
> http://www.geocities.com/cooldush
>
> ----- Original Message -----
>
> From: Hani
>
> To: equismetastock@xxxxxxxxxxxxxxxx
>
> Sent: Monday, July 25, 2005 3:36 AM
>
> Subject: [EquisMetaStock Group] MS pro forex
>
>
>
> Hello all, Finally Equis has released forex version of MS pro.
>Package includes Reuters quote center forex data feed (for monthly
>subscription ). I like this offer and think it would be of use to me but
>like to know if anyone has tested it for a while
>
>
>
> How is the quality of data feed? since Equis rep. stated that this
>version doesn't accept (for the time being) any other data feed.
>
>
>
> Thanks in advance.
>
> Hani :)
>
>
>----------------------------------------------------------------------------
>
> Too much spam in your inbox? Yahoo! Mail gives you the best spam
>protection for FREE!
> http://in.mail.yahoo.com
>
>
>
>
>
> SPONSORED LINKS Business finance course Business to business finance
>Small business finance
> Business finance consultant Business finance magazine Business
>finance schools
>
>
>------------------------------------------------------------------------------
> YAHOO! GROUPS LINKS
>
> a.. Visit your group "equismetastock" on the web.
>
> b.. To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> c.. Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>Service.
>
>
>------------------------------------------------------------------------------
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 10
> Date: Mon, 25 Jul 2005 02:00:40 -0700 (PDT)
> From: JESSIE JAY GALVAN <jaygalvan@xxxxxxxxx>
>Subject: Re: Re: Tura
>
>rvalue1,
>
>Thanks for the advice. I'll keep that in mind. What I'm planning now is to
>save money while learning the trade, so that when I'm ready, I'll have
>enough capital to work with
>
>rvalue1 <rvalue1@xxxxxxxxx> wrote:Keep in mind that you are learning to use
>a new field - trading. How
>long would it take you to learn how to play the piano.. a few weeks?
>Well you know the answer.. more like 5-10 years. If you keep a longer
>time horizon in mind then you won't lose too much money real fast and
>will read - test and back test before trying to put hard money on the
>line..
>Maybe Tura can solve everything.. but try it carefully or any other
>tool or program.
>--- In equismetastock@xxxxxxxxxxxxxxx, "d_prof" <jaygalvan@xxxx>
>wrote:
> > Hello to all!
> >
> > I am quite new in this group; and to stock market investing I may
> > say. I have been studying about technical analysis for the past
>few
> > weeks. I have been reading so much about TURA. Can someone teach me
> > how to use it?
> >
> > I really could use some help from this group because I having a
>hard
> > time doing self study not to mention that the subject of stock
> > market investing is very complex to newbies like me.
> >
> >
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan Tuzcu
> > <ceyhan_tuzcu@xxxx> wrote:
> > > Vladimir, "yaba" and "macro trend" are sub-statements
> > > of TURA. In normal case you can't see them in
> > > indicator list of meta stock, cause i fixed them off
> > > for indicator list. when you re-install fosetup.exe ,
> > > you will see those sub-statements there.
> > > i don't know indeed how Ted used "yaba" and "macro
> > > trend" on graph screen. :)
> > >
> > > Ceyhan Tuzcu
> > > The Author of TURA
> > >
> > > --- entinv@xxxx wrote:
> > >
> > > > What is "yaba" and "macro trend"?
> > > >
> > > > Thanks,
> > > > Vladimir
> > > >
> > > > -------------- Original message --------------
> > > > Hi Ted,
> > > > wish you enjoy money gained in stock market by using
> > > > TURA.
> > > >
> > > > Ceyhan Tuzcu
> > > > The Author of TURA
> > > >
> > > > --- Ted Khann <tedkhann@xxxx> wrote:
> > > >
> > > > > Hello,
> > > > > Just to say thanks for sharing Tura. Using yaba
> > > > and
> > > > > macro trend in the same window give a very early
> > > > > warning of intermediate term trend changes. The
> > > > > expert looks good.
> > > > > Thanks.
> > > > > Ted.
> > > > >
> > > > >
> > > > >
> > > > > ---------------------------------
> > > > > How much free photo storage do you get? Store your
> > > > > holiday snaps for FREE with Yahoo! Photos. Get
> > > > > Yahoo! Photos
> > > >
> > > >
> > > >
> > > >
> > > > ____________________________________________________
> > > > Sell on Yahoo! Auctions – no fees. Bid on great
> > > > items.
> > > > http://auctions.yahoo.com/
> > > >
> > > >
> > > >
> > > >
> > > >
> > > > YAHOO! GROUPS LINKS
> > > >
> > > > Visit your group "equismetastock" on the web.
> > > >
> > > > To unsubscribe from this group, send an email to:
> > > > equismetastock-unsubscribe@xxxxxxxxxxxxxxx
> > > >
> > > > Your use of Yahoo! Groups is subject to the Yahoo!
> > > > Terms of Service.
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
>
>
>
>
>
>
>
>---------------------------------
>YAHOO! GROUPS LINKS
>
>
> Visit your group "equismetastock" on the web.
>
> To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
>
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.
>
>
>---------------------------------
>
>
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam? Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 11
> Date: Mon, 25 Jul 2005 20:13:51 +0800
> From: "Tim" <prez@xxxxxxxxx>
>Subject: RE: MS pro Forex
>
>Hi Hani,
>
>I am not sure how the new MS version works, but with the plug-in the draw
>back is that you require a permanent internet connection. As well, if you
>miss some data (due to a drop out etc) there is no back fill option as the
>data is retrieved straight off the Brokers Price Feed Server.
>
>The flip side of the above is that all of the data is written to your MS
>data files, and hence is available for back testing. Further what I
>actually
>do is have the data saved into multiple time frames (1,5,15,30 & 60
>minutes). This allows me to open multiple time frame charts for the same
>currency.
>
>As for reliability I have been using the plug-in for over 6 months and have
>found it to be exceptionally stable.
>
>Hope this helps,
>Tim.
>
>
>
> _____
>
>From: equismetastock@xxxxxxxxxxxxxxx
>[mailto:equismetastock@xxxxxxxxxxxxxxx]
>On Behalf Of Hani
>Sent: Monday, 25 July 2005 17:29
>To: equismetastock@xxxxxxxxxxxxxxx
>Subject: Re: [EquisMetaStock Group] MS pro Forex
>
>Thanks Tim,
>I have an idea about Dynastore. The point here you have as you said a great
>variety of data vendors to choose from based on your forex broker plus this
>for free with most of them.
>How stable is this option? Do you need any other plugin to maintain data
>history of off times?
>I appreciate your feedback.
>Regards,
>Hani
>
>----- Original Message -----
>From: Tim <mailto:prez@xxxxxxxxx>
>To: equismetastock@xxxxxxxxxxxxxxx
>Sent: Monday, July 25, 2005 5:03 AM
>Subject: RE: [EquisMetaStock Group] MS pro Forex
>
>I can't see any point in upgrading to a version that locks you into a
>certain data feed, especially when there are better and cheaper options
>available.
>
>For my money I am more than happy to continue to use MS 8 Pro with a
>DynaStore FX plug-in.
>
>For those of you that haven't heard of them. Dynastore offers an excellent
>MS Plug-in to connect to a number of FX brokers (you choose the broker when
>you purchase) Best of all the plug in is available for a once off of $79
>US
>(from memory), which certainly beats ridiculous monthly fees (eg e-Sig).
>
>The website address is http://www.dynastoresoftware.com
><http://www.dynastoresoftware.com/> .
>It is well worth a look if you are looking for live FX data feeds.
>
>Note, I am in no way affiliated with this product or website, I am simply a
>very happy user of many months.
>
>
>
> _____
>
>From: equismetastock@xxxxxxxxxxxxxxx
>[mailto:equismetastock@xxxxxxxxxxxxxxx]
>On Behalf Of Hani
>Sent: Monday, 25 July 2005 15:54
>To: equismetastock@xxxxxxxxxxxxxxx
>Subject: Re: [EquisMetaStock Group] MS pro forex
>
>Thanks Dusant for advice. I think forex trading in weekends is not a
>critical issue to medium to small investors. You have 5 days 24 hours
>enough
>to make money :)
>Do you have any plans to purchase this version? Interested to hear others'
>opinions as well.
>Regards,
>Hani :)
>
>
>----- Original Message -----
>From: Dusant <mailto:cooldush@xxxxxxxxx>
>To: equismetastock@xxxxxxxxxxxxxxx
>Sent: Monday, July 25, 2005 2:30 AM
>Subject: Re: [EquisMetaStock Group] MS pro forex
>
>Hani,
>
>And others ... Please ascertain from Equis before buying, that it supports
>the weekend data or not.
>
>We do have trading in India, sometimes on Satrudays or Sundays depending on
>whether an auspicious festival falls on those days.
>
>While I was on consultancy to a bunch of forex traders, the weekend data
>was
>a mjor issue. Wehn I wrote to support, they admitted that the power tools
>do
>not work on weekends.
>
>Dusant
>http://www.geocities.com/cooldush
>----- Original Message -----
>From: Hani <mailto:elmagd2000@xxxxxxxx>
>To: equismetastock@xxxxxxxxxxxxxxxx <mailto:equismetastock@xxxxxxxxxxxxxxx>
>
>Sent: Monday, July 25, 2005 3:36 AM
>Subject: [EquisMetaStock Group] MS pro forex
>
>Hello all, Finally Equis has released forex version of MS pro. Package
>includes Reuters quote center forex data feed (for monthly subscription ).
>I
>like this offer and think it would be of use to me but like to know if
>anyone has tested it for a while
>
>How is the quality of data feed? since Equis rep. stated that this version
>doesn't accept (for the time being) any other data feed.
>
>Thanks in advance.
>Hani :)
>
> _____
>
>size=1 width="100%" align=center>
>Too much spam in your inbox? Yahoo! Mail gives you the best spam protection
>for FREE!
>http://in.mail.yahoo.com
>
>
> _____
>
>YAHOO! GROUPS LINKS
>
>* Visit your group "equismetastock
><http://groups.yahoo.com/group/equismetastock> " on the web.
>
>* To unsubscribe from this group, send an email to:
> equismetastock-unsubscribe@xxxxxxxxxxxxxxx
><mailto:equismetastock-unsubscribe@xxxxxxxxxxxxxxx?subject=Unsubscribe>
>
>* Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service
><http://docs.yahoo.com/info/terms/> .
>
> _____
>
>
>
>[This message contained attachments]
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 12
> Date: Mon, 25 Jul 2005 13:14:53 -0400
> From: "Ron Berlin" <rsb_44@xxxxxxxxxxx>
>Subject: Layouts
>
>Hi all
>
>1.Can I define a layout independent of a ticker? I want to have a set of
>templates (a layout) that I can apply to any ticker.
>
>2. Can I define a layout that has multiple time frames? In the past, when I
>reopened a layout they were all daily charts despite having been set up as
>weekly and daily.
>
>TIA
>
>RSB
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 13
> Date: Mon, 25 Jul 2005 13:18:48 -0400
> From: "Ron Berlin" <rsb_44@xxxxxxxxxxx>
>Subject: RE: Layouts
>
>Skip question 2. Looks like I can.
>
>TIA
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 14
> Date: Mon, 25 Jul 2005 14:21:24 -0300
> From: "Mormax" <mormax_trader@xxxxxxxxxxxx>
>Subject: Re: Re: TURA
>
>yeah... it's down.
>
>
>
>----- Original Message -----
>From: "formulaprimer" <formulaprimer@xxxxxxxxx>
>To: <equismetastock@xxxxxxxxxxxxxxx>
>Sent: Monday, July 25, 2005 1:28 AM
>Subject: [EquisMetaStock Group] Re: TURA
>
>
> > The link is down!!!
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan Tuzcu
> > <ceyhan_tuzcu@xxxx> wrote:
> >> http://www.eastbroker.com/fosetup.zip
> >>
> >> Ceyhan Tuzcu
> >> The Author of TURA
> >>
> >> --- formulaprimer <formulaprimer@xxxx> wrote:
> >>
> >> > where can I download it?
> >> > KS
> >> >
> >> >
> >> >
> >>
> >>
> >> __________________________________________________
> >> Do You Yahoo!?
> >> Tired of spam? Yahoo! Mail has the best spam protection around
> >> http://mail.yahoo.com
> >
> >
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
>_______________________________________________________
>Yahoo! Acesso Grátis - Internet rápida e grátis.
>Instale o discador agora! http://br.acesso.yahoo.com/
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 15
> Date: Mon, 25 Jul 2005 12:26:54 -0700 (PDT)
> From: Ceyhan Tuzcu <ceyhan_tuzcu@xxxxxxxxx>
>Subject: Re: Re: TURA
>
>I think the server had problem, i have just tested, it
>is working.
>
>Ceyhan Tuzcu
>The Author of TURA
>
>www.eastbroker.com/fosetup.zip
>
>
>--- Mormax <mormax_trader@xxxxxxxxxxxx> wrote:
>
> > yeah... it's down.
> >
> >
> >
> > ----- Original Message -----
> > From: "formulaprimer" <formulaprimer@xxxxxxxxx>
> > To: <equismetastock@xxxxxxxxxxxxxxx>
> > Sent: Monday, July 25, 2005 1:28 AM
> > Subject: [EquisMetaStock Group] Re: TURA
> >
> >
> > > The link is down!!!
> > >
> > > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan
> > Tuzcu
> > > <ceyhan_tuzcu@xxxx> wrote:
> > >> http://www.eastbroker.com/fosetup.zip
> > >>
> > >> Ceyhan Tuzcu
> > >> The Author of TURA
> > >>
> > >> --- formulaprimer <formulaprimer@xxxx> wrote:
> > >>
> > >> > where can I download it?
> > >> > KS
> > >> >
> > >> >
> > >> >
> > >>
> > >>
> > >>
> > __________________________________________________
> > >> Do You Yahoo!?
> > >> Tired of spam? Yahoo! Mail has the best spam
> > protection around
> > >> http://mail.yahoo.com
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
>_______________________________________________________
> >
> > Yahoo! Acesso Grátis - Internet rápida e grátis.
> > Instale o discador agora!
> > http://br.acesso.yahoo.com/
> >
>
>
>__________________________________________________
>Do You Yahoo!?
>Tired of spam? Yahoo! Mail has the best spam protection around
>http://mail.yahoo.com
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 16
> Date: Mon, 25 Jul 2005 19:05:55 -0300
> From: "Mormax" <mormax_trader@xxxxxxxxxxxx>
>Subject: Re: Re: TURA
>
>thats allright now.
>
>thanks
>----- Original Message -----
>From: "Ceyhan Tuzcu" <ceyhan_tuzcu@xxxxxxxxx>
>To: <equismetastock@xxxxxxxxxxxxxxx>
>Sent: Monday, July 25, 2005 4:26 PM
>Subject: Re: [EquisMetaStock Group] Re: TURA
>
>
> >I think the server had problem, i have just tested, it
> > is working.
> >
> > Ceyhan Tuzcu
> > The Author of TURA
> >
> > www.eastbroker.com/fosetup.zip
> >
> >
> > --- Mormax <mormax_trader@xxxxxxxxxxxx> wrote:
> >
> >> yeah... it's down.
> >>
> >>
> >>
> >> ----- Original Message -----
> >> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
> >> To: <equismetastock@xxxxxxxxxxxxxxx>
> >> Sent: Monday, July 25, 2005 1:28 AM
> >> Subject: [EquisMetaStock Group] Re: TURA
> >>
> >>
> >> > The link is down!!!
> >> >
> >> > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan
> >> Tuzcu
> >> > <ceyhan_tuzcu@xxxx> wrote:
> >> >> http://www.eastbroker.com/fosetup.zip
> >> >>
> >> >> Ceyhan Tuzcu
> >> >> The Author of TURA
> >> >>
> >> >> --- formulaprimer <formulaprimer@xxxx> wrote:
> >> >>
> >> >> > where can I download it?
> >> >> > KS
> >> >> >
> >> >> >
> >> >> >
> >> >>
> >> >>
> >> >>
> >> __________________________________________________
> >> >> Do You Yahoo!?
> >> >> Tired of spam? Yahoo! Mail has the best spam
> >> protection around
> >> >> http://mail.yahoo.com
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> > Yahoo! Groups Links
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >> >
> >>
> >>
> >>
> >>
> >>
> >>
> > _______________________________________________________
> >>
> >> Yahoo! Acesso Grátis - Internet rápida e grátis.
> >> Instale o discador agora!
> >> http://br.acesso.yahoo.com/
> >>
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Tired of spam? Yahoo! Mail has the best spam protection around
> > http://mail.yahoo.com
> >
> >
> >
> >
> >
> >
> > Yahoo! Groups Links
> >
> >
> >
> >
> >
> >
> >
>
>
>
>
>
>
>_______________________________________________________
>Yahoo! Acesso Grátis - Internet rápida e grátis.
>Instale o discador agora! http://br.acesso.yahoo.com/
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 17
> Date: Mon, 25 Jul 2005 21:44:32 -0000
> From: "dynastore" <DB@xxxxxxxxxxxxxxxxxxxxx>
>Subject: Re: re: Dynastore LE ?
>
>Yes, it can feed up to 8 programs simultaneously.
>Metastock Pro should be running on the same computer while Omega 2000i
>package might be at the same computer also or it can get the data over
>the network.
>The details on remote Global Server connection are here:
>http://www.dynastore.info/index.php?showtopic=420
>(see post #3 in there).
>
>Regards,
>DB
>
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "v" <entinv@xxxx> wrote:
> > Is Dynastore capable of feeding data from Interactive brokers
>simultaneously
> > into Omega and Meatastock?
> > What is the advantage of this software over MetaServer?
> >
> > Vladimir
>
>
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 18
> Date: Mon, 25 Jul 2005 22:45:01 -0000
> From: "formulaprimer" <formulaprimer@xxxxxxxxx>
>Subject: Re: TURA
>
>Tried to download in several different areas and locations. It is
>not my computer. I think if you refresh your cache. The site will
>not come up. Site is not linking on.
>KS.
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "Mormax" <mormax_trader@xxxx>
>wrote:
> > thats allright now.
> >
> > thanks
> > ----- Original Message -----
> > From: "Ceyhan Tuzcu" <ceyhan_tuzcu@xxxx>
> > To: <equismetastock@xxxxxxxxxxxxxxx>
> > Sent: Monday, July 25, 2005 4:26 PM
> > Subject: Re: [EquisMetaStock Group] Re: TURA
> >
> >
> > >I think the server had problem, i have just tested, it
> > > is working.
> > >
> > > Ceyhan Tuzcu
> > > The Author of TURA
> > >
> > > www.eastbroker.com/fosetup.zip
> > >
> > >
> > > --- Mormax <mormax_trader@xxxx> wrote:
> > >
> > >> yeah... it's down.
> > >>
> > >>
> > >>
> > >> ----- Original Message -----
> > >> From: "formulaprimer" <formulaprimer@xxxx>
> > >> To: <equismetastock@xxxxxxxxxxxxxxx>
> > >> Sent: Monday, July 25, 2005 1:28 AM
> > >> Subject: [EquisMetaStock Group] Re: TURA
> > >>
> > >>
> > >> > The link is down!!!
> > >> >
> > >> > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan
> > >> Tuzcu
> > >> > <ceyhan_tuzcu@xxxx> wrote:
> > >> >> http://www.eastbroker.com/fosetup.zip
> > >> >>
> > >> >> Ceyhan Tuzcu
> > >> >> The Author of TURA
> > >> >>
> > >> >> --- formulaprimer <formulaprimer@xxxx> wrote:
> > >> >>
> > >> >> > where can I download it?
> > >> >> > KS
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >>
> > >> __________________________________________________
> > >> >> Do You Yahoo!?
> > >> >> Tired of spam? Yahoo! Mail has the best spam
> > >> protection around
> > >> >> http://mail.yahoo.com
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > Yahoo! Groups Links
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > > _______________________________________________________
> > >>
> > >> Yahoo! Acesso Grátis - Internet rápida e grátis.
> > >> Instale o discador agora!
> > >> http://br.acesso.yahoo.com/
> > >>
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> > >
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> > _______________________________________________________
> > Yahoo! Acesso Grátis - Internet rápida e grátis.
> > Instale o discador agora! http://br.acesso.yahoo.com/
>
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 19
> Date: Mon, 25 Jul 2005 23:09:06 -0300
> From: "Mormax" <mormax_trader@xxxxxxxxxxxx>
>Subject: Re: Re: TURA
>
>I've tried one....and the link was down
>
>But on the second try, it was ok.
>
>Try again latter, maybe the server is under maintenance.
>
>
>
>
>Att,
>
>Mormax
>
>
>----- Original Message -----
>From: "formulaprimer" <formulaprimer@xxxxxxxxx>
>To: <equismetastock@xxxxxxxxxxxxxxx>
>Sent: Monday, July 25, 2005 7:45 PM
>Subject: [EquisMetaStock Group] Re: TURA
>
>
>Tried to download in several different areas and locations. It is
>not my computer. I think if you refresh your cache. The site will
>not come up. Site is not linking on.
>KS.
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "Mormax" <mormax_trader@xxxx>
>wrote:
> > thats allright now.
> >
> > thanks
> > ----- Original Message -----
> > From: "Ceyhan Tuzcu" <ceyhan_tuzcu@xxxx>
> > To: <equismetastock@xxxxxxxxxxxxxxx>
> > Sent: Monday, July 25, 2005 4:26 PM
> > Subject: Re: [EquisMetaStock Group] Re: TURA
> >
> >
> > >I think the server had problem, i have just tested, it
> > > is working.
> > >
> > > Ceyhan Tuzcu
> > > The Author of TURA
> > >
> > > www.eastbroker.com/fosetup.zip
> > >
> > >
> > > --- Mormax <mormax_trader@xxxx> wrote:
> > >
> > >> yeah... it's down.
> > >>
> > >>
> > >>
> > >> ----- Original Message -----
> > >> From: "formulaprimer" <formulaprimer@xxxx>
> > >> To: <equismetastock@xxxxxxxxxxxxxxx>
> > >> Sent: Monday, July 25, 2005 1:28 AM
> > >> Subject: [EquisMetaStock Group] Re: TURA
> > >>
> > >>
> > >> > The link is down!!!
> > >> >
> > >> > --- In equismetastock@xxxxxxxxxxxxxxx, Ceyhan
> > >> Tuzcu
> > >> > <ceyhan_tuzcu@xxxx> wrote:
> > >> >> http://www.eastbroker.com/fosetup.zip
> > >> >>
> > >> >> Ceyhan Tuzcu
> > >> >> The Author of TURA
> > >> >>
> > >> >> --- formulaprimer <formulaprimer@xxxx> wrote:
> > >> >>
> > >> >> > where can I download it?
> > >> >> > KS
> > >> >> >
> > >> >> >
> > >> >> >
> > >> >>
> > >> >>
> > >> >>
> > >> __________________________________________________
> > >> >> Do You Yahoo!?
> > >> >> Tired of spam? Yahoo! Mail has the best spam
> > >> protection around
> > >> >> http://mail.yahoo.com
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> > Yahoo! Groups Links
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >> >
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > > _______________________________________________________
> > >>
> > >> Yahoo! Acesso Grátis - Internet rápida e grátis.
> > >> Instale o discador agora!
> > >> http://br.acesso.yahoo.com/
> > >>
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Tired of spam? Yahoo! Mail has the best spam protection around
> > > http://mail.yahoo.com
> > >
> > >
> > >
> > >
> > >
> > >
> > > Yahoo! Groups Links
> > >
> > >
> > >
> > >
> > >
> > >
> > >
> >
> >
> >
> >
> >
> >
> > _______________________________________________________
> > Yahoo! Acesso Grátis - Internet rápida e grátis.
> > Instale o discador agora! http://br.acesso.yahoo.com/
>
>
>
>
>
>
>
>
>
>Yahoo! Groups Links
>
>
>
>
>
>
>
>
>
>
>
>_______________________________________________________
>Yahoo! Acesso Grátis - Internet rápida e grátis.
>Instale o discador agora! http://br.acesso.yahoo.com/
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>Message: 20
> Date: Tue, 26 Jul 2005 07:23:43 -0000
> From: "Jose Silva" <josesilva22@xxxxxxxxx>
>Subject: Re: system tester
>
>
>Andy, if you wish to backtest a system that comes up with multiple
>trades (i.e. beyond one's trading account or trade execution
>concentration skills), then it is well worth to get the Monte Carlo.
>http://www.compuvision.com.au
>
>From http://www.compuvision.com.au/TradeSimEnterprise.htm :
>
>----------------------------------------------
>
>"A single trade simulation of a trading system on a portfolio of securities
>will provide a lot of information regarding the performance of your
>trading system. However it is just a single snapshot of one of the many
>possible outcomes of your trading system.
>
>When trading a system using a portfolio of securities the outcome is not
>unique due to the number of different permutations and combinations of
>securities that can be traded. This non-unique outcome gives rise to the
>need for proper statistical analysis in order to thoroughly evaluate a
>trading system. The Enterprise Edition of TradeSim incorporates proper
>statistical analysis through exhaustive testing using a Monte Carlo
>analysis approach aiming to evaluate every possible trading 'route' and
>then analyzing and correlating the resulting data. This is done by
>repeatedly simulating a trading system where each simulation uses a
>random selection of trades, which satisfy the trading rules. Although it is
>possible to manually run multiple trade simulations on TradeSim and
>analyze the resulting data the Enterprise edition of TradeSim automates
>the process for you and presents the results in easy to read reports and
>graphical formats.
>
>The resulting in-depth trade analysis is like a 'footprint' or 'signature'
>of
>the trading system. It gives you a multi dimensional view of your trading
>systems performance. Rather than display a rats nest of equity curves
>overlaid on top of each other it makes more sense to do a proper
>statistical analysis and display the results in terms of frequency
>distributions of net profit, winning and losing trades as well as trade
>expectation if it is applicable to the position size model used."
>
>----------------------------------------------
>
>
>jose '-)
>http://metastocktools.com/#metastock
>
>
>
>--- In equismetastock@xxxxxxxxxxxxxxx, "metastkuser"
><andysmith_999@xxxx> wrote:
> > Is the superdeluxe version of tradesim (the one that has the monte
> > carle feature) worth 3x to 4x the regular version?
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, superfragalist
><no_reply@xxxx> wrote:
> > Signals on the same bar can be caused by many factors including bugs
> > in MS. Be sure you open your charts as bar charts so you can see
> > what is happening as far as open, close, high and low on the bar
> > goes.
> >
> > When I see the problem, it is usually based on stops, formula calls or
> > the security function. Sometimes during a test, 90% of my trades are
> > fine and then the systems tester encounters some problem that
> > makes it take a few same bar entry and exits. I suspect it has
> > something to do with how it views the remaining equity, or it crosses
> > paths with another trade that took place at the same time and
> > confuses the issues. I've tried to sort it out but it's nearly
>impossible.
> >
> > Equis insists there's nothing wrong with the systems tester. They're
> > totally full of crap like usual. It's too bad they don't know they're
> > product better.
> >
> > Once again they're released a bug fix that doesn't include any real
> > fixes to system tester problems. They fixed the report label on the
> > 4th and 5th optimization variable. Great, just great. Did they fix the
> > trailing stop problem? Guess.
> >
> > Just buy TradeSim and forget the MS tester if those kind of problem
> > bother you.
> >
> >
> >
> > --- In equismetastock@xxxxxxxxxxxxxxx, loudhoward2
><no_reply@xxxx> wrote:
> > Hong,
> >
> > No luck yet in solving my system tester issues. I've put it to a
> > side for now but if you have an idea of a potential solution I'd
> > love to hear it.
> >
> > Lou
>
>
>
>
>
>
>
>________________________________________________________________________
>________________________________________________________________________
>
>
>
>------------------------------------------------------------------------
>Yahoo! Groups Links
>
>
>
>
>------------------------------------------------------------------------
>
>
>
_________________________________________________________________
Block pop-up ads with MSN Toolbar. http://toolbar.msn.com.my/
------------------------ Yahoo! Groups Sponsor --------------------~-->
Try Online Currency Trading with GFT. Free 50K Demo. Trade
24 Hours. Commission-Free.
http://us.click.yahoo.com/DldnlA/9M2KAA/U1CZAA/BefplB/TM
--------------------------------------------------------------------~->
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/equismetastock/
<*> To unsubscribe from this group, send an email to:
equismetastock-unsubscribe@xxxxxxxxxxxxxxx
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|