| Welcome, Guest |
You have to register before you can post on our site.
|
| Online Users |
There are currently 258 online users. » 0 Member(s) | 258 Guest(s)
|
| Latest Threads |
An official Gekko service...
Forum: Announcements
Last Post: tanvirai
11-20-2025, 12:18 PM
» Replies: 113
» Views: 291,533
|
Gekko development status ...
Forum: Announcements
Last Post: erectilenovus
11-17-2025, 11:36 AM
» Replies: 753
» Views: 1,767,712
|
Gekko 0.6 released
Forum: Announcements
Last Post: soniyathakur
11-02-2025, 12:21 PM
» Replies: 129
» Views: 380,255
|
Gekko with malware spotte...
Forum: Announcements
Last Post: cofffee124
10-30-2025, 09:56 AM
» Replies: 216
» Views: 345,960
|
New Gekko UI in the works
Forum: Announcements
Last Post: cofffee124
09-04-2025, 08:12 AM
» Replies: 186
» Views: 390,400
|
How to add Binance Future...
Forum: Technical Support
Last Post: Xavier32
10-07-2021, 02:20 PM
» Replies: 47
» Views: 159,107
|
Bittrex Configuration hel...
Forum: Bittrex
Last Post: yirzolusto
10-07-2021, 07:39 AM
» Replies: 6
» Views: 31,835
|
[Question] Why does gekko...
Forum: General Discussion
Last Post: cryptocurrency0
10-06-2021, 01:16 PM
» Replies: 16
» Views: 70,984
|
a couple of technical Que...
Forum: Technical Support
Last Post: mtom78632
10-06-2021, 11:08 AM
» Replies: 25
» Views: 87,720
|
Is there any way to make ...
Forum: Custom Systems
Last Post: seorun
10-05-2021, 08:20 AM
» Replies: 42
» Views: 134,724
|
|
|
how to console.log profit rate ? |
|
Posted by: PGTART - 08-26-2019, 01:23 PM - Forum: Strategy Development
- No Replies
|
 |
Currently developing some improvements to bull/bear strategies.
It would be handy for debugging my code to get the profit % to console.log when i do a short
how to get that, is it simply the previous.close and current candle close.. or does it works a bit more advanced ?.
(as that is not guaranteed to happen in real life to get it like that).
|
|
|
|
Added dual stoploss to RSI_BULL_BEAR_ADX |
|
Posted by: PGTART - 08-24-2019, 11:14 AM - Forum: Strategy Development
- Replies (4)
|
 |
I extended a known script called: RSI_BULL_BEAR_ADX
In such a way that it has two stoploss settings, one for Bull and one for Bear markets.
However now i am wondered about generic stoploss math, as in other strategies.
Most of the times i see some percentage of the last long candle close buy to not go below that.
Sometimes i see people using a stoploss with a fixed amount, say 50 dollar or so, since last long candle close.
But i'm wondered I could also code to memorize the highest and lowest candle stops - since - my last long bu advice.
So create a stoploss that would stop after the highest values since my last buy would drop more then a certain percentage
I dont know enough of the background ideas behind RSI_BULL_BEAR_ADX if that would make sense or not.
And am worried if that would be an antipatten to code in regards to the ADX part of it.
What do you people think of alternative stoploss rules ?
And maybe you know of perhaps more afvanced stoploss rules ?
perhaps nice to see some logging of the not yet ready code as want validate it a bit more first :
I log to console:
Bear long at 9592 stoploss: bear<9113 bull< (misssing) // missing is bug
Bear short
Bull long at 9883 stoploss: bear<9389 bull<9834 // after each long i recalculate bot stoplosslevels so i can swing from bear/bull markets
Bull stoploss triggered on 9775 Bullstop was 9786
Bull long at 10450 stoploss: bear<9928 bull<10398
Bull stoploss triggered on 10483 Bullstop was 10537
Bull long at 10564 stoploss: bear<10036 bull<10511
Bull stoploss triggered on 10501 Bullstop was 10511
Bull long at 10838 stoploss: bear<10296 bull<10783
Bull stoploss triggered on 10777 Bullstop was 10848 //interesting making profit from bull to bear market.
Bear long at 9673 stoploss: bear<9189 bull<(missing)
Bear short
|
|
|
|
| Possible to visualize more? |
|
Posted by: emjayar - 08-20-2019, 01:04 PM - Forum: General Discussion
- Replies (2)
|
 |
Hi there,
Is it possible with the backtesting to add more graphs (e.g., indicator output) to the result window? Currently I only see the closing price plotted there, but it would be very helpful to superimpose other information on that graph.
Thanks!
|
|
|
|
| How to import market |
|
Posted by: Silent_G - 08-09-2019, 05:53 PM - Forum: Technical Discussion
- No Replies
|
 |
I'm new to this and just want some data to backtest some strategies. When I go to the backtest tab, I click the "Scan available data" button, this brings me to the importer tab, all well and good. But when trying to start a new import under market is completely blank, no drop downs, nothing. I didn't seem to do anything wrong in the install too can anyone help?
|
|
|
|
| indicator evaluation |
|
Posted by: rengel - 08-05-2019, 03:29 PM - Forum: Technical Discussion
- No Replies
|
 |
There is this special directory I heard of from certain topics on GitHub, which is about the evaluation of indicators ..\test\indicators\
I don't know how to execute the files there. How are they used/executed?
Quote:ReferenceError: describe is not defined
I would like to replicate this for other indicators, since the comparison against tulip or thelike is a good starting point, but it is nicer to reference precalculated values for other technical indicators.
Thanks in advance..
rengel
|
|
|
|
| What to do for bitstamp support |
|
Posted by: Dim83fr - 08-04-2019, 12:02 PM - Forum: Bitstamp
- No Replies
|
 |
Hi,
Can you explain what have to be done for bitstamp support. I'm ready to help, but I need a "to do/to check" list.
New gekko structure, new gekko API, new bitstamp api, Key management modifications, ... ?
Thank you
|
|
|
|
| Elliot Wave Gekko Strategy |
|
Posted by: jcdude - 07-30-2019, 11:26 PM - Forum: Strategy Development
- No Replies
|
 |
Hello
Has anyone developed a Elliot Wave indicator for Gekko.
I am looking for a indicator that I can tweak to suit my needs.
I would like to train a neural network with the output.
|
|
|
|
|