Currently the documentation states that this is always "trailingStop". Is there a way to write info to this?
I was looking at how I could get a message from the strategy to an event as when a strategy is running multiple indicators and stop loss/take profit it would be nice to know what has triggered the current advice. Obviously I'm not the only one to think this as there is a field for it... Is it possible to yet?
I was thinking something like this:
Code:
// this.advice('advice', 'optional message');
this.advice('short', `${takeProfitPercent}% Take Profit Triggered`);
Hi there wanted to ask if this is possible with GEKKO or could be when GEKKO PLUS arrives?
So lets say I have a tip of a coin worth a punt
lets say
buy price is 0.100
stop loss is 5%, 6% for example (can this be used or does it have to be a number) or 0.095
target 1 is 0.105 target 2 is 0.110 target 3 is 0.115 for example (can we set the strat to adjust up, in other words we have the target 1 price set and as soon as it hits then the stop loss will move up and the target price will adjust?
I just got gekko installed. But when I go there, to the imports, the drop down menu for the markets is blank. Also, the only API key I can add is for Polienex. I use Binance. How do I get Binance on Gekko?
I found gekko two weeks ago and it has consumed my time since, im loving it.
The past week I've been working on my strategy and I think I am done with it now.
Currently i am back testing and tweaking it to give better results, and would like to try a live run soon. This is my first time writing a strategy and as i mentioned i think i am done, but not really sure.
So I was just wandering what are the main things you guys are looking for when creating a strategy.
Should it beat the market, stop you out of bad trades, have perfect entries/exits or simply be profitable?
Hello everyone. I have a problem with my tradebot. It is not making any trades, while papertrader with the same strategy and started at the same time is making trades. I have added API keys through the UI and in the config.js script, changed "enabled: false" to "enabled: true" as well.
I wanted my tradebot to buy using market price, not limit order, so I've changed the config.js file. But still don't know if I should change the "quantity" section, if I want my tradebot to use all my BTC I have? Or there should be "amount" as it is now?:
My strategy (RSI_BULL_BEAR_ADX), 1 minute, 10 minutes warmup:
when I try paper trader in CLI, I get a "RangeError: Maximum call stack size exceeded" error. If I lower the trading advisor required history size below 4000, the paper trader will work, but over this number I will get an error. Any way around this?
I need the history size to be high because I am running a strategy that utilizes multiple candle sizes in the strategy.
I am running this on Windows 10 and installed without bash.
events.js:156
EventEmitter.prototype.emit = function emit(type) {
^
RangeError: Maximum call stack size exceeded
1. CMD says something about a vulnerability and doesnt look like it install the decencies
2. Tried to run it anyways and the importer has no options for any exchanges. I tried to use gekko before and this was always an issue i had no idea how to resolve in the past.