[BOUNTY] Transform a Pine Script indicator to a Gekko indicator
#11
MeanSquaredError, awesome stuff and thanks a lot for sharing your progress.
  Reply
#12
Thank you very much MeanSquaredError for the effort. I haven't stated clearly from the start what I would like from this indicator and how I would like it to work in a Gekko strategy. It is my mistake and I'm sorry for it. I would have liked for MeanSquaredError to receive half of the bounty since he put some work into this code and since it was my mistake to not clearly specify my needs, but he declined and I will respect his decision.

Now onwards with this indicator and what I want from it:

1) I would like the indicator to return different attributes about the current given candle size (15m, 1H, 2H etc) in such a way that they could be used in strategies. The indicator returns a lot of information in any given timeframe and I would like to be able to use that information as much as possible. Also it needs just 4 candles to warm up;

2) I would like to be able to run and also backtest this indicator on a live market in the any timeframe that I want. Let's say 1H. I would like the indicator to continuously (live) check the status of the current candle and to return what number it represents in a setup or countdown counter (1 green/red, 2 green/red, 3 green/red etc). After reporting the number of the candle I would like the strategy to act upon this returned number and give long or short signal based on somehow custom attributes. For example I am interested in a strategy that sounds like this: When candle 2 starts trading above/below candle 1 then long/short. This would be to open the trade. I'll get to the closing the order in a second.

3) About closing the order or giving the short/long signal. MeanSquaredError told me in a private message:

"Right now the strategy just issues a 'short' or 'long' advice to Gekko once the TD countdown is completed. If by SL and TP you mean the stop-loss and take-profit, then I guess I can implement something like that, but the real problem is that the custom strategy does not see separate orders. The strategy just gives Gekko's portfolio manager to go 'short' or 'long'. So if we have issued a 'long' advice, then after a while we can sort of close that order by giving a 'short' advice. But we can not even be sure what amount has Gekko sold after our advice.

I guess we can discuss this with Mike and see whether he is willing to make changes to Gekko that would make possible the development of more complex strategies."

@Mike are you planning on stop-loss and take-profit capabilities on trades? I guess this could be coded as a series of ifs>else, right? Also how does the bot operates in live trading? It just does a market buy/sell with all the account balance?


I guess I will expand more after someone answers this.
  Reply
#13
Yea the bounty system is very new so I hope we can get to a system where this things cannot happen since everything is defined 100% up front.

Quick question: would you mind putting all the requirements in the opening post? So if people fail to read all the comments they won't end up in the same situation again. Thanks!
  Reply
#14
Done. I am sorry about this mix up.
  Reply
#15
Added more requests that I would like to see them. They are all present in TV once you load up the indicator so it's nothing special. It's the indicator with as much features as possible:

3) In TradingView when looking at a timeframe with the TD Indicator sometimes the candles have 2 numbers on them. The first (principal) number above the candle and the second (secondary) number below and for example there can be candle with a 3 green on top and 10 red below. Would that be possible in Gekko?;

4) Would it be possible to differentiate between perfected 9s and imperfected 9s?;

5) Would it be possible to tell where the TDST line is at any given time if there is any?
  Reply
#16
> 5) Would it be possible to tell where the TDST line is at any given time if there is any?

This won't be part of the strategy (unless you want to look at log file). But a future version of Gekko will allow for this Smile
  Reply
#17
Alright. What about stop-loss and take-profit capabilities on trades?

Also how does the bot operates in live trading? It just does a market buy/sell with all the account balance?
  Reply
#18
Note for anyone interested: If you think that the bounty is too low for what I'm asking speak up!
  Reply


Forum Jump:


Users browsing this thread: