Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using operands to combine two signals #403

Open
tirouj opened this issue Nov 17, 2020 · 8 comments
Open

Using operands to combine two signals #403

tirouj opened this issue Nov 17, 2020 · 8 comments

Comments

@tirouj
Copy link

tirouj commented Nov 17, 2020

Hello

I'm wondering if it's possible to use operands like "And" to use two signals at same time? Like if RSI in 1h chart and 4h chart both are below 30 then we get a notification?

Also for "all pairs" settings can we have both USDT and BTC at same time?

Thanks

@w1ld3r
Copy link

w1ld3r commented Nov 17, 2020

Hello @tirouj,
Currently it's not possible, I've made a push request, which implement this functionality but, it hasn't been merge for now.
If you don't want to wait take a look at my fork -> https://github.com/w1ld3r/crypto-signal

I think it's can be possible, you will just make a lot query to the market exchange ...

@tirouj
Copy link
Author

tirouj commented Nov 19, 2020

Hello @w1ld3r

Thanks for the reply. I couldn't find that in your fork, could you please give some more details and how I can use your fork to implement that?

@tirouj
Copy link
Author

tirouj commented Nov 19, 2020

By the way where is the full list of variables to use in the html template? like : {analysis.config.candle_period}

@w1ld3r
Copy link

w1ld3r commented Nov 21, 2020

Hello @w1ld3r

Thanks for the reply. I couldn't find that in your fork, could you please give some more details and how I can use your fork to implement that?

Here is the doc I've made regarding conditional signal:
https://github.com/w1ld3r/crypto-signal/blob/develop/docs/config.md#8-conditionals

@tirouj
Copy link
Author

tirouj commented Nov 24, 2020

Thank you so much @w1ld3r !

@w1ld3r
Copy link

w1ld3r commented Nov 24, 2020

np, don't hesitate to ask if you have any issue using the conditional mode.

@tirouj
Copy link
Author

tirouj commented Nov 25, 2020

Can a crossover be one of conditions? Or just indicators?

@w1ld3r
Copy link

w1ld3r commented Nov 25, 2020

I thinks it's better if you ask questions on conditional signal in my fork.
But any way, you should use the indicator ma_crossover so yes, using it, it can be part of a condition.
(https://github.com/w1ld3r/crypto-signal#moving-average-crossover)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants