Post
Topic
Board Service Announcements
Re: i made a small webapp to calculate returns of a trade, 25 exchanges supported
by
penelopen
on 21/04/2016, 18:20:33 UTC
This is one of the simplest trading Strategy.
To better ensure fund security, i think You'd better add a new form element to set a stop loss for every investment .

forgive me if i misunderstood your reply, english is not my first language  Wink

the application has no access to funds or to exchange wallets or to your order book.
when you hit "Calculate" the server requests public market data from the exchange and with the data calculates profit/loss of your trade.
the app is just a calculator, not a orderbook manager or similar.

or you was proposing some kind of alarm when, for example, a trade loss is too big?
that would be a nice feature actually

btw, not sure when, but next version should integrate websockets for real time updates and you should be able to save a trade client side and maybe here i can put the feature you suggest