logo
Welcome Guest! To enable all features please Login or Register.

Notification

Icon
Error

Options
Go to last post Go to first unread
Viki  
#1 Posted : Wednesday, November 21, 2007 5:20:03 AM(UTC)
Viki

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/20/2007(UTC)
Posts: 2
Location: Valencia

Hi,

if you write c>llv(c,5) or c>hhv(c,5) in the Expert Advisor's Symbols, the MetaStock doesn´t return signal,

Thanks a lot,

Viki

Justin  
#2 Posted : Wednesday, November 21, 2007 7:27:20 AM(UTC)
Justin

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 9/13/2004(UTC)
Posts: 673
Location: Salt Lake City, UT

Hello,

Are you referring to the actual Positions tab in the system test results? Within each tab there is a "Help" button that actually gives you an explanation of what the tab is for. If you are referring to something else, please let me know:

"This report summarizes details about each position that occurred during the test, starting with whether the position was long or short and how many units it traded. The graph at the top of this report represents the distribution of trade efficiency over all of the profitable trades that occurred in this simulation. Basically, if all the peaks appear to the right of zero, the system is well tuned. If all the peaks appear to the left of zero, the system is poorly tuned."

hayseed  
#3 Posted : Friday, November 23, 2007 12:21:11 PM(UTC)
hayseed

Rank: Advanced Member

Groups: Registered, Registered Users, Subscribers
Joined: 3/7/2005(UTC)
Posts: 1,346

hey viki... that refers to the number of the 'position opened'.... obviously 1 is the first 'position opened', 2 is the second and so on..... simple systems might open just one position at a time so if things flowed smoothly it would be be something like 5 one's, 5 two's and so on..... ..... but on more complicated systems you might have multiple postions opening and closing ramdomly ...... the only way to keep track of what 'position' is being referenced to, is to have them all numbered.......

so basicly the position numbering is so metastock can do it's calculations, profit, loss, reports and such but also we can quickly visually see the postion's progress in the considered, placed, executed and other steps.....

check this link and run your mouse pointer over the blue letters/numbers ..... the system tester has many little aspects, like open cost, that can be confusing at first, but you'll quickly learn......h

added here for clarrity.... i replaced the term 'trade' above with 'position opened'.... actually positioned opened would be more precise cause we can place trades that do not get filled.... etrade for example uses the term orders ..... etrade numbers all orders in sequence irregaurdless whether they are filled, cancelled , expire or else.....

Viki  
#4 Posted : Friday, January 4, 2008 10:04:33 AM(UTC)
Viki

Rank: Newbie

Groups: Registered, Registered Users, Subscribers
Joined: 11/20/2007(UTC)
Posts: 2
Location: Valencia

Viki wrote:

Hi,

if you write c>llv(c,5) or c>hhv(c,5) in the Expert Advisor's Symbols, the MetaStock doesn´t return signal,

Thanks a lot,

Viki

oztrader  
#5 Posted : Friday, January 4, 2008 4:21:36 PM(UTC)
oztrader

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 7/12/2007(UTC)
Posts: 134
Location: Perth Western Australia

Hi Viki,

Try these formulae instead!

C>Ref(LLV(C,5),-1) or C>Ref(HHV(C,5),-1)

Cheers,

oztrader

mahen1602  
#6 Posted : Friday, January 18, 2008 7:31:08 AM(UTC)
mahen1602

Rank: Newbie

Groups: Registered, Registered Users
Joined: 1/12/2008(UTC)
Posts: 7

Hello sir, i mahendra from India-maharastra-mumbai
can u help me in metastock formula built in matastock formet ? or Amibroker formet ?
aap muje metastock formet me indicater built formula de sakte hai?

1) privious dayclose to today (o,h,l,close & change + or - ?).(R Time data)

2) 5day swing( 5 HHigh Close crossover close, 5 LLow croseover close)

3) expert advice in 5 day sing in Buy & Sell Signal.

4) privious (day - week -month ) pivot leval with1-2-3- Ressistance & support laval

please see this link in amibroker chart in 5 day swing
http://www.vfmdirect.com/nl/index.shtml
please help me replyme
mahendra bhavsar.mono :- 91-22-9423226169
my email also:- mahen1602@hotmail.com
mahen1602  
#7 Posted : Friday, January 18, 2008 8:07:37 AM(UTC)
mahen1602

Rank: Newbie

Groups: Registered, Registered Users
Joined: 1/12/2008(UTC)
Posts: 7

Hello sir,
i mahendra from India-maharastra-mumbai
can u help me in metastock formula built in matastock formet ? or Amibroker formet ?
aap muje metastock formet me indicater built formula de sakte hai?

1) privious dayclose to today (o,h,l,close & change + or - ?).(R Time data)

2) 5day swing( 5 HHigh Close crossover close, 5 LLow croseover close)

3) expert advice in 5 day sing in Buy & Sell Signal.

4) privious (day - week -month ) pivot leval with1-2-3- Ressistance & support laval

please see this link in amibroker chart in 5 day swing
http://www.vfmdirect.com/nl/index.shtml

please help me replyme
mahendra bhavsar.mono :- 91-22-9423226169 my
email also:- mahen1602@hotmail.com
oztrader  
#8 Posted : Friday, January 18, 2008 5:49:22 PM(UTC)
oztrader

Rank: Advanced Member

Groups: Registered, Registered Users, Unverified Users
Joined: 7/12/2007(UTC)
Posts: 134
Location: Perth Western Australia

Hello Mahendra,

2) 5day swing( 5 HHigh Close crossover close, 5 LLow croseover close)

Is this what you are looking for?

Cross(Ref(HHV(C,5),-1),C);

Cross(Ref(LLV(C,5),-1),C);

Cheers,

ozt

Users browsing this topic
Guest (Hidden)
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.