Search found 2 matches

by zentenk
09 Mar 2014
Forum: MultiCharts .NET
Topic: A Few MC.NET questions
Replies: 2
Views: 3609

A Few MC.NET questions

I'm new to MC.NET and new to automated trading and so far I couldn't find information for the following questions that I have. 1. How can I check the status of a specific order? (whether an order is Filled, pending, working, cancelled, etc.). I'd like to do logic based on whether a specific order's ...
by zentenk
08 Mar 2014
Forum: MultiCharts .NET
Topic: how to get current price? [SOLVED]
Replies: 1
Views: 2549

how to get current price? [SOLVED]

I'm trying to retrieve the current close/ask/bid prices and I couldn't find anything searching around.

More specifically I want to know the current price at every tick update (IOG enabled). Poking around I figured it should be

Code: Select all

Bars.Close[0]
But can anyone confirm?

Go to advanced search