Gekko Forum
Step Gain Method BTC-USDT % Change Buy and Sell - Printable Version

+- Gekko Forum (https://forum.gekko.wizb.it)
+-- Forum: Gekko (https://forum.gekko.wizb.it/forum-13.html)
+--- Forum: Strategy Development (https://forum.gekko.wizb.it/forum-12.html)
+--- Thread: Step Gain Method BTC-USDT % Change Buy and Sell (/thread-57140.html)



Step Gain Method BTC-USDT % Change Buy and Sell - orcus - 05-10-2018

Hi guys

I have a strategy and I need help.

Buying and selling with a percentage change.

BTC-USDT

When the price drops by 1%
Order purchase with 0.50% lower price
The order is open for 15 minutes
Cancel if not in 15 minutes
Enter sales order with 1% profit if it happens
Sales order will remain open until sold

If the market is negative, wait.
Continue if market is active

I am asking for help as the coding is not information.


RE: Step Gain Method BTC-USDT % Change Buy and Sell - crypto49er - 05-11-2018

I don't think Gekko can issue limit orders / cancel limit orders.


RE: Step Gain Method BTC-USDT % Change Buy and Sell - ManuManu - 05-12-2018

As Crypto49er said, you can't cancel an order.
So you could create a strategy that would buy if current close is lower than 99% of previous close, and buy when price is up 1% again.

But :
1) It's obviously depending of your candlesize, but 1% is quite a big gap
2) beware of slippage : the price the bot buy / sell is usually quite different from the price you set when in live.


RE: Step Gain Method BTC-USDT % Change Buy and Sell - susitronix - 05-13-2018

hi this sound interesting but have you a strategie to share or need help to write one?

The procentage calculation is very simple.
I made TUTORIALS about how to create your own Strat.
You could learn about:
-coding with indicators
-create your strat
-using Operators, Statements, Functions, Arrays...basicly everything needed to write your own code.

If you want somebody to write your idea into a useful code, then maybe you need to place a bounty because no one is working for free, as i found out
hehe lol cheers!

TUT #1

TUT #2

TUT #3

TUT #4

TUT #5

Backtest results