Topics

Forum Topics not found

Replies

hmbnjmifrr
14 Apr 2017, 07:59

I'd be interested if some changes have already been made by Spotware on this topic. I have a cbot that checks historical data for past trades in order to analyse specific things, but I'm unable to fetch the data. Something like this:

MarketSeries series = MarketData.GetSeries(trade.SymbolCode, TimeFrame.Minute10);
var barIndex = series.OpenTime.GetIndexByTime(trade.EntryTime);

 

But this returns -1 if the data is too far in the past (and I'm only talking a couple months back). It would be interesting to have some kind of a data manager in cTrader, where you can specify how much history to fetch (to keep) by default.


@hmbnjmifrr

hmbnjmifrr
31 Oct 2016, 11:38

The usefulness of pending orders is a lot less when you have to be around when it triggers in order to set the intermediate take profit levels. Please implement this.


@hmbnjmifrr