Releases: antoniocosentino/kTrade
Version 1.5.1
- fixed bug in timeslots calculation
Version 1.5
- Added 15 minutes timeslots
Version 1.4
Added Stop Loss functionality
Version 1.3.1
Removed timezone offset (now working with GMT)
Version 1.3
Added TakeProfit value in bot options.
Added auto-restart option: if ON it will continue to work after position close. If OFF it will wait until the day after (or the next "white-hours", configured in bot options).
Version 1.2.1
Changed candles limit (from 20 to 100)
Version 1.2
- Asynchronous candles signal (the candles sequence for closing the position is now a separate parameter)
- Disabled automatic position reversing (after closing I don't immediately open a new position)
- Small fixes (n.contracts etc.)
Version 1.1
- Black hours functionality
- Invert buy/sell functionality
Version 1.0
Basic functionality: you can choose N. of contracts from the bot options. You can also select the number of consecutive candles with the same color. The bot opens a position after the specified series of Heiken Ashi candles with the same color is printed.
Currently there are no stop loss or stop profit options, the position is closed if the trend is inverted and the bot immediately opens a position with the opposite trade type.