⭐ val2004 Posted February 3, 2011 Report Posted February 3, 2011 Hi, What should I add to this code to see a buy order for this condition in multicharts if h[3] > h[2] AND h[2] > l[3] AND l[3] > h[1] AND h[1] > l[2] AND l[2] > l[1] Thanks for the help Quote
qtmspin Posted March 12, 2011 Report Posted March 12, 2011 (edited) Multicharts / Tradestation Easylanguage manual http://www.4shared.com/file/4xtYZOmf/easylanguagehelp.html I put it right on my desktop and refer to it when coding. Edited March 12, 2011 by qtmspin Quote
qtmspin Posted March 12, 2011 Report Posted March 12, 2011 if H[3] > H[2] .... THEN BUY NEXT BAR AT MARKET; Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.