Latest Forum Posts
Posts
harald.wille@gmail.com 22 Feb 2016, 14:23
Suggestions
Does everyone trade time based charts? Would anyone like to see Range, Renko, X # of tick charts (not pre-determined size)?
@david I cannot imagine, what the problem would be or why it would take so long to implement that feature. As they also provide Spotware Connect, wh...EuroDavid 21 Feb 2016, 07:09
AlgoCorner 23 Feb 2016, 00:41
Indicators API Help
How to know there is a EURUSD open position or limit position?
//For limit pending orders if (PendingOrders != null) { foreach (var pending in PendingOrders)...