wang4871 Posted October 1, 2011 Report Posted October 1, 2011 (edited) Who could share ASCTrend 3.51 for Tradestation 8.X (Open coded, no DLL) ? Thanks in advance ! Edited November 18, 2011 by wang4871
akshata Posted October 17, 2011 Report Posted October 17, 2011 I second that if anyone has the copy of ASCTrend for tradstation Thanks
cthlj Posted November 6, 2011 Report Posted November 6, 2011 yes,I have find it along,can somebody help us?
Fmfx Posted November 14, 2011 Report Posted November 14, 2011 Here you go http://ultrafilesdownload.com/servers.asp?PID=9fd37783-243d-47be-892d-9c289445d200&jstyle=1&lbd=1&ts=11/14/2011%205:05:13%20PM&q=ASCTrend%203.51%20for%20Tradestation%208.X&cr=1 dougiefresh 1
dougiefresh Posted November 15, 2011 Report Posted November 15, 2011 Thanks. Can some kind soul upload this to multiupload?
casper44 Posted December 10, 2011 Report Posted December 10, 2011 Don't hold your breath! The site posted by Fmfx is a scam!! Either Fmfx is a scammer or just ignorant!
dougiefresh Posted December 10, 2011 Report Posted December 10, 2011 Here's an old version I found. hxxp://www.multiupload.com/VGYS0O993S casper44, indo37 and leeb77 3
casper44 Posted December 10, 2011 Report Posted December 10, 2011 That one works! Thanks Dougiefresh! I was also able to test and run on Multicharts.
dougiefresh Posted December 10, 2011 Report Posted December 10, 2011 Glad it works for you. Here are some manuals. hxxp://www.multiupload.com/WP2W10OIKY indo37 and bobaloo 2
wang4871 Posted December 10, 2011 Author Report Posted December 10, 2011 Dougiefresh, the .ELA file really works for TS8.X Thank you very much.
dougiefresh Posted December 15, 2011 Report Posted December 15, 2011 Wang4871, are you using this to trade? Are you profitable using this?
wang4871 Posted December 17, 2011 Author Report Posted December 17, 2011 Yes, I am using AscTrend2 for trailing stoploss
mambo123 Posted March 10, 2013 Report Posted March 10, 2013 (edited) Please someone could reupload this ? TIA :) Edited March 14, 2013 by mambo123
Neowave Posted March 22, 2013 Report Posted March 22, 2013 Asctrend clone. This is similar to asctrend Create an indicator and compile in multicharts or tradestation. Uptrend: [LegacyColorValue = TRUE]; Vars: FastK2(0), BuyZ(35), SellZ(65); FastK2 = FastK(9); Condition3 = FastK2 < BuyZ; Condition4 = FastK2 > SellZ; If Condition4 then begin Plot1(High, "PBHigh"); Plot2(Low, "PBLow"); If CheckAlert then Alert = True; end; Downtrend: [LegacyColorValue = TRUE]; Vars: FastK2(0), BuyZ(35), SellZ(65); FastK2 = FastK(9); Condition3 = FastK2 < BuyZ; Condition4 = FastK2 > SellZ; If Condition3 then begin Plot1(High, "PBHigh"); Plot2(Low, "PBLow"); If CheckAlert then Alert = True; end; ⭐ ESVepara 1
poly Posted March 23, 2013 Report Posted March 23, 2013 Error 1; Description: FastK2 is a variable, redefinition; Location: astrend clone; Line: 23 can you fix please
mambo123 Posted March 23, 2013 Report Posted March 23, 2013 Here's the ela file, with open code for these indicators: http://dep0sitfiles.c0m/files/4qp6nvelg Hope it helps :) Bucast 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now