Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 20,831
» Latest member: basketballstarsgame
» Forum threads: 1,541
» Forum posts: 7,735

Full Statistics

Online Users
There are currently 243 online users.
» 0 Member(s) | 243 Guest(s)

Latest Threads
Gekko with malware spotte...
Forum: Announcements
Last Post: scorpioran
10 hours ago
» Replies: 132
» Views: 93,820
Gekko development status ...
Forum: Announcements
Last Post: zerzamilmu
Yesterday, 01:58 PM
» Replies: 807
» Views: 546,663
New Gekko UI in the works
Forum: Announcements
Last Post: dejaoffice
04-25-2024, 10:44 AM
» Replies: 137
» Views: 158,107
An official Gekko service...
Forum: Announcements
Last Post: CaroleDennis
04-20-2024, 04:03 AM
» Replies: 85
» Views: 141,911
Gekko 0.6 released
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:10 PM
» Replies: 104
» Views: 217,939
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 39,719
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 82,393
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 15,292
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 34,842
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 46,014

 
  Importing Data Stuck
Posted by: whoodat - 05-11-2018, 10:45 PM - Forum: General Discussion - Replies (1)

Has anyone experienced when importing a large date range the importer gets stuck at a certain %? If so is there a fix to this?


  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


  Telegram bot - auto notification
Posted by: c0mrade69 - 05-11-2018, 11:45 AM - Forum: Third Party Software - Replies (3)

Hey guys,

I just want to find out, if there is a way that bot will send me info on his own.

I mean, now he only reply on my command I send (etc /price, /advice ,.. )

I want to configure him to watch some price, and if the price appears he will notifimy. Is that possible?? Cannot find the way to do it.

PLEEEAAASEE Huh

Detail: I found the way how to include those prices into config, and can get reply from bot if the price is or not. but want to make bot send me message when that happens, don't want to ask him all day Smile Hope you got me guys..


  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.


  About making new strategies (total noob here)
Posted by: chupa - 05-10-2018, 01:15 PM - Forum: General Discussion - Replies (1)

Hello, i am new at this forum and i just started to play with this bot a few days ago. I backtested ETH/USD and  BTC/USD pairs and got some good results but i feel that the results could be much bettter.I played with the given strategies (MACD,RSI and PPO) and i now want to make my first own strategy.Here is my problem,i dont know how to implement some finished code into the trading bot.

I copied some example code into the "strategies" folder and named the file "test strategy".When i choose "test strategy" in the backtest window,there are no parameters listed,just a blank window.My plan is to use bollinger bands and the given MACD strategy (simultaneously) but i am confused how to create a new strategy and how to make a bollinger bands indicator.I have read the official site on how to do this stuff but still dont understand.Sorry for my noob question because i have never tried a trading bot and i have no programming skills.If the post is at the wrong section,please move it where it belongs.Thank you very much.