Username: Password:

Author Topic: Want to buy Gunbot, have few question  (Read 6411 times)

Offline juhaszferi

  • Rookie
  • *
  • Posts: 1
    • View Profile
Want to buy Gunbot, have few question
« on: August 10, 2018, 04:08:11 PM »
Hi Experts,
1, Can I implement my very own buying-selling strategy?
2, If yes should I write the code for it in JS?
Regards,
Feri

Offline Aitor

  • Administrator
  • *****
  • Posts: 570
  • Telegram: @AitorRuiz Gunbot.shop
    • View Profile
    • Gunbot
Re: Want to buy Gunbot, have few question
« Reply #1 on: November 05, 2018, 01:43:55 AM »
Hi Feri, sure, you can customize your own trading strategy. There is no need to code, it's much easier than that. For example, there is a parameter called STOP_LIMIT, you can set it to 5, and the bot will sell if the coin it purchased drops its value by 5%, other example, the parameter GAIN, set the minimum profit % for a trade, that is, if you set GAIN to 6 and the bot purchased a coin for 100, it won't sell it until the price reach, at least, to 106. You can create very advanced trading strategies just by changing parameters.

On the other hand, if you also get TradingView Addon for Gunbot, you also have the option of coding a trading strategy from scratch using Pine Script. This option requires some coding skills unless you decide to use TradingView Addon for executing alerts from other traders from tradingview.com.