Data discrepancy?

Questions about MultiCharts .NET and user contributed studies.
User avatar
fx1
Posts: 26
Joined: 20 Mar 2013

Data discrepancy?

Postby fx1 » 01 Jul 2013

hi,

i am still confused how to solve this issue:

i do have TS data and FXCM real account along MC.net full licence. Now TS and FXCM data will have discrepancy, do i have to take care of this fact in my code by allowing only @market orders? Stop, Limit orders may not work because of data discrepancy. Data may show it should be closed but in real FXCM data may not fill this. Also Spread may be big discrepancy.

Please give me ideas how to solve this in MC.net. Other question is: is the Bid,Ask based on BROKER and OHLC data based on DATA BROKER?

thank you

User avatar
Henry MultiСharts
Posts: 9165
Joined: 25 Aug 2011
Has thanked: 1264 times
Been thanked: 2957 times

Re: Data discrepancy?

Postby Henry MultiСharts » 02 Jul 2013

Hello fx1,

Bid,Ask prices of the chart trading panel are received from the broker, chart OHLC data is from the data provider.
That is possible to generate the orders in realtime with the broker ask/bid price using the trade manager for the corresponding broker profile.

Here is an example of how to use the TradeManager.
For more information please refer to .Net programming guide: Extended Trading Possibilities. TradeManager:1, 2, 3, 4.


Return to “MultiCharts .NET”