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

Username
  

Password
  





Search Forums



(Advanced Search)

Forum Statistics
» Members: 20,651
» Latest member: lapetojaja
» Forum threads: 1,541
» Forum posts: 7,729

Full Statistics

Online Users
There are currently 264 online users.
» 1 Member(s) | 263 Guest(s)
free_bulk_email_verifier

Latest Threads
An official Gekko service...
Forum: Announcements
Last Post: Lanaufontana
9 hours ago
» Replies: 84
» Views: 139,187
New Gekko UI in the works
Forum: Announcements
Last Post: ankitkkc
Yesterday, 01:09 PM
» Replies: 136
» Views: 154,547
Gekko with malware spotte...
Forum: Announcements
Last Post: alisonagron
Yesterday, 08:05 AM
» Replies: 130
» Views: 90,477
Gekko development status ...
Forum: Announcements
Last Post: ameliezilber
04-16-2024, 11:19 AM
» Replies: 805
» Views: 527,229
Gekko 0.6 released
Forum: Announcements
Last Post: sabinaholt
03-27-2024, 12:10 PM
» Replies: 104
» Views: 214,169
How to Soft Reset or Hard...
Forum: General Discussion
Last Post: lucifar
10-07-2021, 07:18 PM
» Replies: 22
» Views: 39,116
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 81,307
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 15,095
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 34,428
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 45,395

 
  Buy/Sell JS Code, what's the file name?
Posted by: gkendrick - 02-05-2019, 04:23 PM - Forum: Technical Support - No Replies

Where is it and what's the name of the file?


  Bull trend riding RSI take profit
Posted by: Shrike998 - 02-05-2019, 02:03 AM - Forum: Strategy Development - Replies (2)

Could someone help me to work out this code.. ?

Code:
// Sell when RSI > 75 - want to change to allow for riding bull trends properly. - watch rsi each candle after 75 and sell when it starts dropping again.
 if (rsi2.result > 75 && advised) {
   this.sell('Take Profit - RSI past 75');


I want to trigger it when the RSI hits 75, to check every candle and see if the RSI is higher or lower than the last candle, if its higher, do nothing, if its lower, sell.

Any one help me work out how to do this? Im pretty new to code..


Thanks!


  How do I get out of a trade?
Posted by: gkendrick - 02-04-2019, 01:21 AM - Forum: Technical Discussion - No Replies

I use the Advice Long to Buy and the Advice Short to Sell …as in Exit/Close the trade.

The Buy works fine and the order gets filled, but the Sell sometimes does get filled. So it’s keeping me in the trade way longer than I should be.

I display a message in the console log when it buys and sells. I get both messages, but when I go into Coinbase there is no Sell Order.

What can I do?


  Currency and asset
Posted by: ksawus - 02-03-2019, 08:59 PM - Forum: Automated Trading - No Replies

Hello!
I would like to know on which currency i need to have a some balance? On asset or on currency. I mean the part when you choose your currency and asset? Gecko sometimes returns  this message(screenshot in attachment) What does it mean?



Attached Files
.png   Screenshot at Feb 03 21-57-37.png (Size: 128.46 KB / Downloads: 22)

  BTT
Posted by: Khaos - 02-03-2019, 03:05 PM - Forum: Binance - Replies (2)

Hey guys!

Would love to trade BTT, but I can't see it in Gekko Binance Coin, any help?

Cheers and good trades for all!


  Gekko UI slowing down browser - HELP
Posted by: Shrike998 - 02-03-2019, 10:26 AM - Forum: Technical Support - No Replies

As im sure many of you will have encountered, when using large datasets to backtest on the gekko ui along with smaller candles the UI gets very laggy and slow because it has to process so much data.

I was hoping there was a way to cache the backtest page after it loads so that it would return the speed to the browser page for viewing the results of each test?

Im using mozilla firefox.

can anyone sugest something for this?

Thanks


  Bitso Mexican Exchange
Posted by: leonvaldez - 02-02-2019, 08:26 AM - Forum: Other exchanges - Replies (3)

Hello,

I would like to ask for help to add Bitso exchange to gekko.
There is a lot info about how to use the Bitso API but Im not a programmer, its like a totally language for me. https://bitso.com/api_info#introduction
 
I can share all my forex bots if you can help me to build the importer in gratitude. I attach a picture of the bots I have, they got a value greater than +1k usd together.
 
My phone is +52 782 143 8180
telegram @userbox020


I will really appreciate your time and help.



Attached Files
.jpg   forexbots.jpg (Size: 68.43 KB / Downloads: 8)

  installing deb file to Gekko
Posted by: tlcmd - 02-01-2019, 05:24 PM - Forum: Technical Support - No Replies

I believe I have found the rolling distro I like, but I must be able to install JRivers Media Center which only comes as a deb file. How do I do this or add it to the repository?
Link: https://yabb.jriver.com/interact/index.p...087.0.html

Thanks
tlcmd


  ADX issue
Posted by: batssmasher - 02-01-2019, 11:30 AM - Forum: Strategy Development - Replies (3)

I am using ADX in my strat but i found that every time i restart gekko or greenGekko , ADX must wait till it get all live data from the exchange first before it start using it even if you restart gekko with no time between  . but other indicators like RSI doesnot do that . it read the previous candle values and calulate it .

and that is a big issue if you use 4 hour candle and ADX with 14 period . you would wait days before gekko start trading , 

poc : 
1-use adx 14 period and rsi 14 period  and run gekko or import the most recent data from exchange .
2- console log adx value and rsi value to the screen and wait till both start showing values
3- restart gekko 

you will find that rsi keep showing and calculating its value while adx MUST wait for another 14 candles to start printing value again

right now i am using work around to save adx value to a file and read from there as i am using multi time frames wth 4 Hours and i cant wait days till my trade kicks in


  Not Load Exchange Binance
Posted by: yahova - 01-30-2019, 01:29 PM - Forum: Binance - No Replies

hi 
The Binance Money Exchange is not loaded for me.
I also made the necessary instructions
My system is Windows Server 2012
Please help me



Attached Files
.png   Untitled.png (Size: 6.4 KB / Downloads: 16)