Easy Language Questions

I was the one that mistakenly posted a link to a MultiCharts function. NOT dratsum.

Would you mind posting a snip of your code and the output so that others may be able to help..

My question is very simple. Say the code looks like this:
----------------------
variables: MyBuyPrice(0);

buy 100 shares next bar at market;
MyBuyPrice = ????
----------------------
Is there a function in Easy Language that will tell me theprice I got filled at? I thought this would be a slam dunk, but I have not yet found an expression to do it.
 
Back
Top