Trade Alert Responder Announcement – New Free Open Source Application

Trade Alert Responder Announcement – New Free Open Source Application

YouTube Video

YouTube Video Transcript

hey this is David for big bits and in this video I’m going to share with you this new software that I am going to be releasing for everyone to use completely free and is also going to be open source so if you’re a developer with c-sharp and you want to work on a project maybe you can chip in and help with this particular project but I want to explain first of all what it actually is and what it’s capable of right now and then talk about where we’re going to go with the application as far as the future development now currently the application is able to scan the trading view alerts log and capture the alerts from there and not only does it capture the alerts it captures the information from within the alerts so that’s why I call this the trade alert responder it captures your trade alerts and then it responds to it in some way and this is just kind of a code name I’m not really sure I’m sold on trade alert responder but for now we’re gonna be working with that name and if that changes in the future I’ll be sure to let you know but you can see here from the alert I’ve got the tooltip pulled up there is a element around the outside called my bot and it closes with my bot this is like HTML code or XML and then you can see within those beginning and end elements within the alert message you can see other elements such as the first one which is the act or action and it’s telling you this alert is telling you to sell you’ll notice there are other different elements in there and you can kind of get an idea of what kind of information is available that default if you want to see this once you get the application you can just click on the alert info button and it will tell you a list of all the elements now there are some default columns here and excuse me it took me a second to think of what I was going to say there are some default columns here that have some information that you can have optionally on the alert so the information in the elements I showed you before is completely optional the only thing that isn’t optional is a creation time that’s going to be created by default for you you don’t have to provide that information now once the alerts get created then they can be responded to so once we have captured our alerts from trading view and we have them in the application now we can actually respond to them now it will respond automatically based on your settings now the alert scanner can pick up alerts within about one second of them actually showing up in your alerts log on trading view so what type of settings do we have there are basically four different settings right now to mainly concerned with the bot itself or the application here and then some other social media related settings as well because as of right now the only responses that we have are to post information on discord and on Twitter so the alert settings themselves kind of give you some information to customize the application for yourself some of the default information now the bot name that you could have this be your bot name and let me show you why this is actually something that might be important to you on the alert settings this is actually an example of an alert it can create using the URL that I passed in it took the screenshot and gave you some of the other information from the elements that were in there now you can change your bot name so instead of the same bot it could say you know big bit spot on the bot status instead of it saying beta here it could say nothing you know you don’t have to have a status or it can say production live whatever and then of course with the referrals URL if you want to add your own referral link you can do that and it will show up in a referral section and these are all completely optional I believe except for the bot name now the disclaimer text is also available that will show a little disclaimer at the bottom of your now keep in mind if you are using Twitter there is a character limit that’s very short but as for the screenshots go what it’s doing is it’s taking a screenshot of whatever URL you provide in that particular element if you provided one and it can crop the image and it can also do a watermark but I have it disabled at the very beginning here because it’s using my watermark and I want it to be to where you can upload your own watermark into the application and let me show you that just again you can see my watermark here I applied my logo on top of the image automatically this is not actually on the trading view chart this is actually something that the application itself adds to it so if you want to brand your alerts for whatever reason you can do that on your own social media let’s check out our discord alerts the discord settings excuse me you will need to create this as a bot and discord or on discord and you will have to have a bot token you’ll have to tell it the server and the Tex channel that you want to post to and that’s what I have done in the past here I have cleared out my settings just for testing purposes but you can do that you can also choose to include your screenshot or not include it and then tag different groups by default everyone or here and similarly we also have Twitter already enabled to where once you create an application on Twitter and get your own or another accounts application key and secret you can actually put that information in here now you do have to be somewhat familiar with posting to Twitter I’m not using OAuth to gain app access to you you can actually use this to create your own application and post using your own application instead of actually using mine so there is a little bit of an advantage to doing it this way the disadvantage is it’s a little bit harder to set up but if you need information on that I can help you get that but this does essentially the same thing except it does it on Twitter and you can actually upload the image to Twitter and it’ll post it to your Twitter post so those are the options we have right now for actually responding to alerts so you can see we have trades and we have alerts and then with the settings we have responded to them so what is the actual purpose of this application as you can see right now it’s pretty much just to share your alerts with other people now there actually is a little bit more to it that I didn’t actually show you thus far but there is also an option to use memory-mapped files let me bring the alert settings back up you’ll notice there is an option for memory-mapped file this will create a copy in the memory on your Windows operating system here to save the alerts and other applications that are local that know how to read the alerts from this application can access those and use them once they get captured by this to respond themselves so say you have a bot created in Python that trades for you and you wanted to capture your alerts from trading view but you don’t want to have to code all the stuff that I already have for you you can just actually access the memory mapped file now I don’t use Python so I can’t tell you exactly how to do that or entirely if it’s even possible with python but i know with C sharp because I’ve done it but once you can read from that memory mapped file you can actually pull the alerts as they happen out of this application and process them in your own application so that might be something useful for some people in the future as well so what else is going to come with this application right now you might be thinking this is pretty simple you know why do I need to capture my alerts and you’ve got a pretty good point a lot of people don’t care to share their alerts with everyone but we are building some other features on top of this to make it more valuable I should say in the future so I’m actually going to kind of hide this now on the other screen and show you the project on github this is the project on github it’s under the big bits io organization under the trade alert responder repository and you can see all of the different files that are included in it right now but what we’re gonna be focusing on right now are the projects and these kind of include future ideas that we would like to see included and one of the first things are social media alerts so not just Twitter and discord but we would like to see other social media platforms added as well and you can see there’s many here and not only do we want to do different platforms we asked I want to even include things like email and WordPress as well so we’re going to try to include reddit you can post these alerts to Reddit you can upload your screenshots to imager you can use telegram to post on a bottle a telegram you can post to slack perhaps post to Facebook and then WordPress as well and then we will evaluate using email we’ll have to find a service that’s capable of doing that for us or if we can use our perhaps own SMTP relay or something we can do that as well but one of the killer features that I think we’re going to have and I think this goes alongside with the memory map file is that of the unlimited web hooks now you’ll notice with tradingview you do get to use a web hook with your alerts so let’s go and try at this alert here you will notice that an option for your alert action is to send out a web hook using the information that you tell it to now this will send out one web hook and what we try to accomplish with this application in the future is to allow you to create a list of web hooks to send it to so if you are using this alert to trigger a trade or some action somewhere else but you actually have multiple actions that you want to accomplish or maybe you have multiple accounts that you manage and you would like that web hook to fire for multiple accounts with just the one alert you can use the multiple web hooks or the unlimited web hooks however you want to call it for a particular alert and send that information to all of them that you would like so that’s just another way that that will actually help now let me go back and let’s go back to the other project so this is mostly social media and different endpoints for responding to the alerts click on project and back to the user experience stuff I’m not sure there’s much here but one of the key things that I do want to add in eventually is the ability to create your own custom elements now you can see I have a list of predefined elements here what I would like to see is a custom arrangement of elements so you can actually create your own and the bot will know how to scan for its own elements that way now what I also would like to see come out of this is actually plugins and you can tell that the way this application is going to work is it is going to be scanning the alerts log for updates on alerts and creating alerts for them but what is to stop this application from just scanning tradingview but other websites as well so we can tell it using a plugin how to scan other websites or other applications however we want to do it it can scan whatever it wants as a plugin and it can bring those alerts into the application that way so one of the first things I’m going to be doing hopeful is and I’ve already started working on the code is for the stock screener to create alerts whenever your screener changes and now this wouldn’t just be the stock screener this would be 4x and crypto as well I would like to create an alert whenever these change and tell you which ones have been added and perhaps which ones have been removed as well that way you will know the most recent additions and essentially create an alert for when they are added and that will add them into the alerts panel and will respond appropriately to every one of those and how it’s going to respond that might be a part of some of the settings we have soon as well now we can also of course create plugins for other websites as I mentioned so for example you wanted to get an alert from coin market cap whenever something happens or you want an alert when somebody tweets something and you know how to scan for certain keywords on their profile maybe that’s what we want to do with this but I definitely think going towards plugins on scanning the particular websites is what we want to do now not only do we want to do plugins for scanning I would also like to see plug-ins for the response piece of this application so instead of me having to code these into the application what I would like to do is create an interface for the plugins to be able to have people create their own plugins to do whatever they want with the alert so that could mean that with your plugin you are actually going in here and you’re posting to some social media that i’ve never heard of or maybe you create a plugin for YouTube and it post on your YouTube account and I’m not gonna do that but maybe you’ll want to plug in that does that for you now you can kind of think outside the box there and essentially with plugins people could kind of make their own bots for trading as well if they were to create a plug-in that were to respond to an alert by using its information to buy or sell using the exchange orders so you can create a plug-in that would interact with an exchange to respond to the alerts so there’s a lot of potential here and that’s what I’m trying to get at with discussing this with you all there’s a lot of potential for capturing these alerts and it might be something that’s actually useful now you might be thinking this is pretty cool and all but you know why isn’t this a browser extension or why isn’t this a web application itself well I’ll tell you I do not like browser extensions I know I’m using a browser within the application here as you can tell we’re browsing the web and looking at it here but I don’t really care for the browser extension method itself plus I don’t know how to use that one to create the memory map file and do some of the other things plus I’m a dotnet coder by day so it makes more sense for me to work with something I’m more familiar with anyway now why doesn’t why didn’t we create like a web application so people can you know upload this to the web site and well Hosting is kind of expensive and this is meant to be entirely free so you’re gonna have access to all the resources on your computer or whatever computer you install this application on as opposed to relying on other people or other services to maintain that for you so I kind of like that myself especially for using it I have complete control over all this stuff your API information that you save for your settings is only gonna be saved on your computer it’s not gonna be sent anywhere else you don’t have to worry about it being cents over the internet and being intercepted by someone and used or something like that so and also there’s a lot of trust that comes with using an open-source application because all the code is publicly available but I think that is about it for now I don’t have anything else that I want to share right now there are gonna be other videos about this application coming up soon I am interested in anyone who might be wanting to help and create some pull requests on some of the items that I would like to see in the project as well so if you’re interested that’s great and hopefully I get to hear back from some of you’ll hear some feedback on what you think about what I’ve whether or not you think it’s actually useful and whether or not some of the other features that I said may be coming are going to be useful because I hate to just kind of waste time but I really like your feedback on this particular application so that is it for this video please if you like this please leave a like if you’re seeing this video for the first time maybe you’ve come across it after this application has been announced a while after it has been announced and you are finding this interesting please subscribe because you’ll find other updates on this particular application later on going forward on this channel but that is it for today I would like to thank you very much for watching and have a great day [Music]

YouTube Video Description

< br/> ???? IMPORTANT LINKS BELOW ????

Trade Alert Responder Announcement – New Free Open Source Application: In this video, I get to announce the new app project for Big Bits! The newest app project is currently named Trade Alert Responder, although the name is subject to change. This application will capture alerts from TradingView (and eventually any source) and respond to them appropriately by currently allowing you to share them to social media and eventually perform other actions like sending many webhooks at once.

I hope you enjoy this and can leave your feedback.

?‍? Project URL: https://github.com/BigBitsIO/Trade-Alert-Responder

??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️
Social and other public profiles
??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️??‍♂️
? Website: https://bigbits.io
? Discord: https://discord.gg/rapMn4z
? Twitter: https://twitter.com/BigBitsIO
? Facebook: https://www.facebook.com/BigBitsIO/
?‍?GitHub: https://github.com/BigBitsIO
?TradingView: https://www.tradingview.com/u/BigBitsIO

???????????
Referral links
???????????
? Buy, Sell and Trade Crypto on Binance.US with LOW fees: https://www.binance.us/?ref=35105151
?‍♂️ Want to buy crypto? Get $10 of bitcoin w/ your first purchase over $100: https://www.coinbase.com/join/johnso_dxz
? Sign up for a paid plan at TradingView and receive a $30 credit: https://www.tradingview.com/gopro/?share_your_love=BigBitsIO
? Browse privately and get rewarded with Brave Browser: https://brave.com/big406
? Receive bonus perks when purchasing Lightnite Game: https://lightnite.io/ref=BigBits
VIEW ALL HERE: https://bigbits.io/bigbits-referrals/

❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️
DISCLAIMER: All my videos are for educational and entertainment purposes only. Nothing in this or any of my videos should be interpreted as financial advice or a recommendation to buy or sell any sort of security or investment including all types of crypto coins and tokens. Consult with a professional financial advisor before making any financial decisions. Investing in general and particularly with crypto trading especially is risky and has the potential for one to lose most or all of the initial investment. In simple terms, you are responsible for your actions when trading.
❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️❗️

#bitcoin #crypto #cryptocurrencies #tradingview #binance #binanceUS #coinbase

This channel focuses on Bitcoin, Ethereum, LiteCoin, Ripple, Link, Basic Attention Token and almost all cryptocurrencies that demand attention. Please like the video if you liked the video, and subscribe if you like these types of videos. David from BigBits is an experienced Software Engineer, but no one is perfect, If you find any issues with any of the open-source, free code, or code shown in videos please comment to let us know what to fix, we listen to our viewers!