Post
Topic
Board Service Announcements (Altcoins)
Re: [BOT] Moon Bot - trading terminal for Bittrex and Binance
by
mvgx
on 22/04/2019, 20:43:57 UTC
I mean It will be more convenient:
1) if the Report has a statistic of positive(green) and negative(red) trades per a chosen period and parameters.
2) if the Bot has TralingStop and TakeProfit for strategies. The principle of operation is the same as for a single trade. When the sum of trades reaches a certain profit, StrategyTakeProfit, for example, +10%, will be turned on, and we have already set StrategyTralingStop, for example, -2%. It needs for the situation when the market turns down and we start to lose our profit. When the profit by the strategy reaches a maximum profit-2% then the current order will be closed by PanicSell. I think it is more effective than PenaltyTime where 3 negative trades in a row are made which could be more than -2%. StrategyTakeProfit can be used as the addition to PenaltyTime.
These are my suggestions. I hope you look at them and, maybe, apply some of them.

Interesting ideas, thanks friend!