Topics
Replies
Spotware
06 Apr 2015, 12:28
( Updated at: 21 Dec 2023, 09:20 )
Please specify what exactly you need. Our platforms show daily bars aggregated based on 5 PM in NY time.
Additionally, you can change open time offset of every bar by adjusting UTC time offset in the right bottom corner of the platform.
@Spotware
Spotware
06 Apr 2015, 12:20
Unfortunately we cannot reproduce this issue. Please specify the exact parameters that you pass to PlaceLimitOrder command.
The following code successfully places the order:
PlaceLimitOrder(TradeType.Sell, Symbol, Symbol.VolumeMin, Symbol.Bid + 20 * Symbol.PipSize, "some label", 10, 10, Time.AddHours(5), "some comment");
@Spotware
Spotware
02 Apr 2015, 17:28
Dear Trader,
You need to obtain MarketSeries object for GPBUSD using MarketData.GetSeries method. Then you can pass its series to Indicators.MovingAverage function.
@Spotware
Spotware
02 Apr 2015, 17:20
I noticed there were some changes to the interface regarding the use of Volume and Lots. How did that affect the API if any.
All trading functions still work with units.
Can you place orders using quantity of lots?
You need to convert lots to units and then pass units to trading function.
second, can you backtest robots that have indicators that reference other symbols symbols?
multi-symbol backtesting is not supported yet.
@Spotware
Spotware
06 Apr 2015, 12:50
Our team is investigating this issue.
@Spotware