⭐ 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
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
qtmspin Posted March 12, 2011 Report Posted March 12, 2011 if H[3] > H[2] .... THEN BUY NEXT BAR AT MARKET;
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