-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Email advisor extra functions #615
Comments
Sounds great! There is a plugin already that will email every new advice. You can take a look at that plugin here and here.
So you mean real profits for people using the real trader? Sounds great, that is definitely something that a lot of people requested. So go ahead! And let me know once you need any help :) |
What do you mean with "standing"? The idea is that all modules (plugins)
are decoupled and interact via events. When the tradingAdvisor (which
implements a trading method) has new advice, other plugins are notified via
an event broadcasted by the trading advisor.
|
This would not be something the tradingAdvisor would know about, the tradingAdvisor just emits advice from a trading method. The trader (which implements a portfolioManager) would pick up this advice and figure out whether we can perform a trade. If you want to know account balance in a plugin (sounds very reasonable) we should emit an event from the trader like "portfolioUpdate" which other plugins (like an email plugin, or a telegarm plugin) can subscribe to.
What variable do you mean? |
This would be very cool indeed. |
Decoye, you posted a graph of a backtest on here a while back. How did you build the graph? It would be a really helpful tool for this. |
Have a look here: #489.
Ah yes, there is. Though because of how modularized Gekko is this is not accesable by other plugins (like email advisor or telegrambot). As said before:
I'll will update Gekko (ASAP) so that plugins can act on an updated portfolio like so:
(the same as how new candles are now being given to plugins). |
To come back on your original idea:
Right now it emails advice from the trading method, which is not very useful if gekko is trading for real (in this case it would be better to email a report of the trade, together with the new portfolio). You could implement this as a setting in the mailer via the config. I am closing this now, but feel free to ask questions here and open a PR if you have some code. |
Hello,
id like to add ome functions to gekko, but i wonder if people would find them useful.
I think it would be helpful to get info about the current standing on your account with email or message.
and also the achieved profits since gekko is running your strategy.
would this be possible/helpful for someone?
The text was updated successfully, but these errors were encountered: