CR
Topics
Forum Topics not found
Replies
crazzy.dev.freelance
06 Feb 2023, 19:42
Implementation of all this stuff is far away from user-friendly and far far away from client-oriented one, too. Hope in the feature it will be reworked and fit into "python-ic" way of doing things.
amusleh said:
Hi,
You can change the append call to adding by key: symbolsData[symbol.symbolId] = (0, 0)
@crazzy.dev.freelance
crazzy.dev.freelance
06 Feb 2023, 19:46
Re:
amusleh said:
Implementation of all this stuff is far away from user-friendly and far far away from client-oriented one, too.
Hope in the feature it will be reworked and fit into "python-ic" way of doing things.
Will give one straight example - why the hack, creating a MARKET order wont allow to set StopLoss and TakeProfit - while it uses actual symbol entry price and same time you can create LIMIT order using StopLoss and TakeProfit - but this time - you can not use current symbol price without indicating it explicitly?
You need to code some additional modules and callbacks and a lot of stuff just to get the simple stuff to work.
@crazzy.dev.freelance