Discussions
»
Product and Service Development
»
MetaStock
»
How import your Trade Activity into Metastock.
Rank: Newbie
Groups: Registered, Registered Users Joined: 8/22/2005(UTC) Posts: 7 Location: NO
|
Dear friends
Is it possible import my trades into Metastock?
Example
I buy
500 shares QQQQ - 02/12/2005 13:54
I sell
500 shares QQQQ - 02/12/2005 14:30
I would like to see my Trade Activity into my chart.
Is it possible?
Best Regards
MACM
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 9/9/2004(UTC) Posts: 107 Location: Salt Lake City, UT
|
You can not import trade information to be on a chart but you could lable the chart with symbol where your trades were made.
Regards
Doc
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users, Subscribers Joined: 7/25/2005(UTC) Posts: 1,042
Was thanked: 57 time(s) in 54 post(s)
|
MACM
A trade equity formula provides one way for you to monitor a systems trades on a chart. For this to work you would need to be ably to define your entries and exits by formula (as in a fully mechanical system). The trade size could also be specified by formula, by a fixed number of shares, or by a percentage of available capital. Only the user area of my Trade Equity GV LE indicator is shown below. The full indicator is available from the metastocktips website
{Trade Equity GV LE} {V5.1}
{2005 Roy Larsen, www.metastocktips.co.nz}
B:=Input("Buy 1=O 2=C 3=H 4=L 5=Stop" ,1,5,2);
Z:=Input("Sell 1=O 2=C 3=H 4=L 5=Stop",1,5,2);
Nd:=Input("Buy Delay", 0,5,1);
Xd:=Input("Sell Delay",0,5,1);
Cn:=Input("Buy / Sell Comm",0,9999,2525);
I:=Input("Display Option 0-12",0,12,0);
Cp:=10000; {* trade capital - not used if trade size determined by formula "F"}
F:= 1; {F = trade size Fml(), <1 = %/100, >1 = shares}
N :=Fml("your binary buy formula");
Ns:=0; {intrabar buy price formula}
Xs:=Fml("your binary sell formula");
X:= 0; {intrabar sell price formula}
{* end user area *}
Roy
MetaStock Tips & Tools
|
|
|
|
Users browsing this topic |
Guest (Hidden)
|
Discussions
»
Product and Service Development
»
MetaStock
»
How import your Trade Activity into Metastock.
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.