Search found 4 matches

by dverschoor
28 Aug 2013
Forum: MultiCharts .NET
Topic: Getting the Current Bid or Ask off the Live market
Replies: 3
Views: 2681

Re: Getting the Current Bid or Ask off the Live market

Hey this is useful
Thank you.

Can i ask do you have a sample trading system that tracks real time to put on a spread order / quoting type system ?

An example will be a pairs trading system

Thanks again.
by dverschoor
27 Aug 2013
Forum: MultiCharts .NET
Topic: Getting the Current Bid or Ask off the Live market
Replies: 3
Views: 2681

Getting the Current Bid or Ask off the Live market

Using Multicharts.NEt I am using say 1/2 hour bars and want to access the current bid or offer in sending a stop limit order eg: indicator_LE.Send(DOMPrice.Ask[0].Price+1); To send the order at the market limit now I tried Bars.Dom.Ask[0].Price+1 also but it gives me an error Is there a way to get t...
by dverschoor
18 Jun 2013
Forum: MultiCharts .NET
Topic: Market order to be worked with a tick
Replies: 3
Views: 2019

Re: Market order to be worked with a tick

Ok. Thanks. I think I know what you mean There is a callback called calcbar() that sets my trade strategy long or short Say I want to evaluate that based on a 1 hour bar but also using real time data to trade Is the best way to create 2 signals 1 that sets trade info based on the hourly data and pas...
by dverschoor
17 Jun 2013
Forum: MultiCharts .NET
Topic: Market order to be worked with a tick
Replies: 3
Views: 2019

Market order to be worked with a tick

I have a market order based on a Study. For arguments sake lets say its a moving average cross over on a 15 minute bar Now based on this signal I want to buy... but instead of paying the offer I want to always buy at the bid and move the bid up with other bids until i get set. If the offer size fall...

Go to advanced search