I was wondering if anyone can double-check this line of syntax - it doesn't seem to be giving me the intended output:
EnterLong((int) 20/(.1*(Median[0])), "");
My intention for it to signify that:
the quantity of shares for a long entry =
(whole number of) 20 divided by the median price of the last day multiplied by .1
Thanks

Comment