Rank: Newbie
Groups: Registered, Registered Users Joined: 6/22/2005(UTC) Posts: 8 Location: England
|
Hello All
I have been given a system code for Tradestation in ELD format but cannot seem to convert it to metastock so i can test the system.
If anyone could assist in converting it i would be very grateful.
Just email me and i'll return the file by email for conversion.
Many thanks
Doug
|
|
|
|
Rank: Advanced Member
Groups: Registered, Registered Users Joined: 3/19/2005(UTC) Posts: 2,995
Was thanked: 14 time(s) in 10 post(s)
|
Hey Doug-
Post your code here- or a snippet of the parts giving you trouble- and I'm sure you'll get some nibbles. :D
|
|
|
|
Rank: Newbie
Groups: Registered, Registered Users Joined: 6/22/2005(UTC) Posts: 8 Location: England
|
I cannot open the file to post it because its an ELD file but i can email the file to anyone who can convert it.
I do have a part of the code (the long entry code) in word so here goes
[IntrabarOrderGeneration = false]
inputs: AfStep( .01 ) ;
variables: Entry_Price(0), Counter(0), oParCl( 0 ), oParOp( 0 ), oPosition( 0 ), oTransition( 0 );
Value1 = ParabolicSAR( AfStep, .2, oParCl, oParOp, oPosition, oTransition ) ;
If oPosition = 1 Then
Counter = Counter + 1
else
Counter = 0 ;
If Counter = 1 Then Entry_Price = High + 5 Point;
If Counter > 0 and MarketPosition <= 0 and Close < Entry_Price //and
//MACD( Close, 60, 120 ) > -.3
//JRC.JMA.2k(Close,62,0)Data2 >= JRC.JMA.2k(Close,62,0)[4]Data2
then
Buy next bar Entry_Price stop;
Anyones help would be greatly welcome
|
|
|
|
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.