Username: Password:

Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - Jdieks

Pages: [1]
1
General Discussion / Multiple orders to be 100% sure you sell
« on: February 14, 2018, 09:19:21 AM »
Hi guys,

I was wondering if any of you have any experience with the following:
I'm thinking to make scripts that run on eg 1 minute but have a security function that also makes eg 15 minute candles.

Then I want to do all the normal TA with the 15 minute candles, but when there is a sell signal, I want to make a little loop where if fires a couple of sell signals, depending on how the price will behalve. I will use the minute candles for these sell signals.

The idea is that, when using several sell alerts, I want to be 100% sure that I actually sell everything and that I won't be stuck with an order that only sells half and the rest basically turns into a bag. I use TV_PROTECTION off, and I take care of minimal gains etc inside of my scripts.

So the real question is: if GB already had an open order that is not filled yet and it receives a new order.. Will it cancel the old one and put the new one in the exchange or will it ignore the new order and just keep the old one?

Otherwise AUTOCANCEL_ON_NEW_TV_ORDER would be a feature request :)

2
General Discussion / New BB tactic
« on: June 13, 2017, 06:40:19 PM »
Hey All,

Please tell me if I'm overlooking something, but I think I have a relatively safe idea for a tactic that is still kind of aggressive. And I don't think it's possible to implement it with the current features.

So if you look at the BB charts of a lot of coins you often see something like this: it touches the lower band, goes up, goes down a little goes up again. Then it goes through the center line, goes down a little, goes up again. Then goes to the upper band, goes down to the middle and then stays between the upper and the middle line for some time. Then goes down again.

So the idea is to use this pattern with a combination of the BB and Stepgain tactic and a little logic.

So if the low BB is set to 5% it will buy when the value is down. Then sell with stepgain. Once it crosses the middle, going up, buy more and sell with stepgain.
If it touches the middle (or is close to) from above and changes direction up again, buy again and sell with stepgain.
If it touches the middle and does not change direction, do nothing. The value will either go down to the lower band or it will get up from underneath from where it will buy because it's going up.
you could use the logic on the low BB too, that it should only buy if it changes direction upwards. (so you won't get the stress when it's sliding away ;) )

Let me know how you guys see this?


Pages: [1]