Skip to content

Releases: antoniocosentino/kTrade

Version 1.5.1

08 Jun 17:12
Compare
Choose a tag to compare
  • fixed bug in timeslots calculation

Version 1.5

07 Jun 21:18
Compare
Choose a tag to compare
  • Added 15 minutes timeslots

Version 1.4

25 Apr 21:37
Compare
Choose a tag to compare

Added Stop Loss functionality

Version 1.3.1

31 Mar 13:31
Compare
Choose a tag to compare

Removed timezone offset (now working with GMT)

Version 1.3

10 Mar 11:38
Compare
Choose a tag to compare

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

10 Feb 14:35
Compare
Choose a tag to compare

Changed candles limit (from 20 to 100)

Version 1.2

06 Feb 17:43
Compare
Choose a tag to compare
  • 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

03 Feb 18:09
Compare
Choose a tag to compare
  • Black hours functionality
  • Invert buy/sell functionality

Version 1.0

01 Feb 10:02
Compare
Choose a tag to compare

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.