Welcome, Guest |
You have to register before you can post on our site.
|
Online Users |
There are currently 314 online users. » 0 Member(s) | 314 Guest(s)
|
Latest Threads |
Gekko 0.6 released
Forum: Announcements
Last Post: lsm99dna
08-06-2025, 08:15 PM
» Replies: 124
» Views: 334,285
|
An official Gekko service...
Forum: Announcements
Last Post: Ruslanjoshua
07-24-2025, 06:27 AM
» Replies: 111
» Views: 248,550
|
New Gekko UI in the works
Forum: Announcements
Last Post: celemtine
07-03-2025, 07:24 AM
» Replies: 185
» Views: 326,370
|
Gekko with malware spotte...
Forum: Announcements
Last Post: pugoing
07-01-2025, 02:29 AM
» Replies: 212
» Views: 278,114
|
Gekko development status ...
Forum: Announcements
Last Post: sanmarconns
10-21-2024, 06:34 PM
» Replies: 744
» Views: 1,484,181
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 134,730
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 23,039
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 57,488
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 72,169
|
crex24
Forum: Other exchanges
Last Post: marketingseo
10-05-2021, 09:47 AM
» Replies: 216
» Views: 515,978
|
|
|
Signal Code Help |
Posted by: Kris191 - 05-12-2018, 05:12 AM - Forum: Technical Discussion
- Replies (5)
|
 |
HI all,
I want to add "successful Sell" signal to an output for the IRC bot, but im struggleing...
I have tried adding checkOrder and log.info to the output section but the bot doesn't understand the command. Can anyone help?
thanks
|
|
|
Help with charting |
Posted by: Henry151 - 05-11-2018, 06:43 PM - Forum: Automated Trading
- No Replies
|
 |
Hi guys,
So I'm trying to make a chart to help me visualize backtest data;
I've got the detailed_exposures.csv file, which as you know is structured like
Code: Entry at (UTC) Exit at (UTC) Exposure Entry balance Exit balance P&L Profit
2017-08-26 05:00 2017-08-28 05:10 2 days 99.7 98.899 0.8 -0.80%
2017-08-28 20:40 2017-08-29 13:40 17 hours 98.603 105.704 7.1 7.20%
2017-08-29 18:30 2017-09-02 11:00 4 days 105.387 107.681 2.29 2.18%
2017-09-03 13:40 2017-09-03 15:10 2 hours 107.358 110.483 3.12 2.91%
I'm trying to figure out how I can chart it so that I've got an X axis that is "Time" and a Y axis that is "Balance."
So i would take a chart that has "time" on the bottom, and take each "entry at" and "entry balance" and plot them onto the chart, and each "exit at" and "exit balance" and plot them onto the chart. I think. But I'm not sure. And how the heck would I do that anyway?
Any help much appreciated. Or any guidance at all about how I can chart this data in an insightful or meaningful way.
|
|
|
What does trade cost do ? |
Posted by: ankasem - 05-11-2018, 05:00 PM - Forum: Technical Support
- Replies (1)
|
 |
hi
for live gekko-tradebot
1- Cost calculation and display (no other function)
2- the stock market is doing this over the odds
// how much fee in % does each trade cost?
feeMaker: 0.15,
feeTaker: 0.25,
feeUsing: 'maker',
thank you
|
|
|
Balance and sell error |
Posted by: Kris191 - 05-11-2018, 12:49 PM - Forum: Technical Support
- Replies (3)
|
 |
Hi guys,
Gekko has been crashing and after looking at it the reason seems to be that the bot is trying to sell more of the asset than i currently have. can anyone share any experience on how to fix this?
Also gekko seems to see binance's fee as 10% for some reason even when they config has it at 0.10
|
|
|
previouse candles |
Posted by: onefifthmine - 05-11-2018, 08:36 AM - Forum: General Discussion
- Replies (3)
|
 |
As i read the forum i can reach t-1 candle but in my strategy, but i need to access t-2, t-3, t-4 etc. candles
is it possible to reach t-2, t-3, t-4 etc. candles OHLC values ? from strategy window
|
|
|
Resume after crash |
Posted by: Kris191 - 05-11-2018, 05:54 AM - Forum: Technical Discussion
- No Replies
|
 |
Hi all
I know this has been answered before but what is the scrip to auot restart? I use CLI so forever doesnt seem to work for me.
thanks
|
|
|
Step Gain Method BTC-USDT % Change Buy and Sell |
Posted by: orcus - 05-10-2018, 10:00 PM - Forum: Strategy Development
- Replies (3)
|
 |
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.
|
|
|
Help for my strategy |
Posted by: chupa - 05-10-2018, 09:37 PM - Forum: Guides
- Replies (4)
|
 |
Hello,
how do i implement a new indicator?I installed talib and tulip but dont know how to implement the bollinger bands indicator.I also need an advice how to create a trigger where the buy signal is triggered when the candle closes under the lowest band and then sell it when it closes on/above the middle/upper band.I have no programming skills so write slowly please.
|
|
|
|