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

Notification

Icon
Error

Options
Go to last post Go to first unread
Doug  
#1 Posted : Saturday, October 8, 2005 11:23:31 AM(UTC)
Doug

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
StorkBite  
#2 Posted : Saturday, October 8, 2005 3:44:20 PM(UTC)
StorkBite

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
Doug  
#3 Posted : Saturday, October 8, 2005 9:27:05 PM(UTC)
Doug

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)
Similar Topics
Code Conversion (Formula Assistance)
by lcl 10/18/2005 2:15:25 AM(UTC)
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.