today I'm going to show you exactly how to automate your trading of meme coins we have been building out this Solana sniper bot for the last month or so and I think we're pretty much at a complete version of it uh you can see it's been taking a lot of positions here this has to be like 15 or more positions here and essentially what it does is it looks at birde eyye here birde eyye is a platform that looks at all of pretty much all of the meme coins on Solana and it allows us to snipe these meme coins before anybody else sees them so let's back up a little bit um my name is Mev I believe code's a great equalizer that's why I share all this information on the internet nobody else shares this information because it's super secretive and every time I share something I leak Edge and that's why everybody else doesn't share anything but you might be asking yourself how do I automate my training in general because that's where everything started and this is how we got to the place we are today with this salana sniper so how do I automate my tradeing you might be asking yourself I've been doing this for about three and a half years yet of course I'm not the best in the world but I am chasing who is supposed to be the best in the world Jim Simons founder of Renaissance technology so I'm just trying to um he's my rabbit if you're familiar with racing I'm chasing him and I'm showing the entire process here on YouTube so feel free to stick around for the ride if you'd like but I've distilled the process into a three-step system that has brought me to the place we are today where we're sniping but it's the three-step system is the RBI system essentially what I do with my time as an algo Trader is I spend it researching trading strategies so those can come from your mind or um past different strategies you maybe may have traded by hand or your friends or YouTube or Google Scholar there's tons of papers you come up with trading strategies and then after you come up that training strategy you back test to see if it worked in the past back testing is essentially coding up a little project that will allow you to see did this trading strategy work in the past year two years 5 years 10 years 20 years so on and so on so you can see if you come up with strategies through your mind papers videos whatever you can then code back test to see if those strategies actually worked in the past and then if they worked in the past then I personally Implement them into a bot with super small size something so small that I don't care if the bot blows up and totally loses because it's so small right now what I'm looking for is that bot to have similar returns as the back test because then that gives me confidence in the back test but most of your time is spent in these two the r and the B where you're researching strategies and back testing those strategies over and over and over again trying to find as many winning back tests as possible so you can then Implement them into Bots with small size and then if they work with small size I personally scale them up slowly and they get to big size that's the process now going through this journey every single day there's going to be so many new things that are unlocked different ideas different Arbitrage situations um something like this sniper bot where I see oh wow people are jumping into these tokens here and they're going up like a th% overnight well what can we do as algo Traders we can go ahead and try to automate this system so that's what we did over the past month or so and we built out this really great algo here and it essentially does that so it says like hey I want to only buy tokens if they're under 30,000 market cap or whatever it might be and we want to make sure that their website's active we want to make sure there's not too many sellers in the market we want to make sure the chart looks good so we've built all these things you can check out my past videos but today I want to put the finishing touches on this and I think what I want to do is build out a config as the first thing I do here because that config will then allow me to make changes super easy and it will also give you an idea of what we've built throughout this so you can see this has 40 or I'm sorry I put in $40 it's down to it's crazy to be up on a nonack tested strategy because this isn't back testable because these are new tokens right so you know as you've seen over the past month or so I've been doing a lot of testing and a lot of like um there's lot been a lot of slippage on a lot of different tokens and I'm just like I'm actually extremely happy that with $40 in there's still 39. 1 n that gives me a lot of confidence in this strategy of sniping tokens because we haven't even we haven't even tinkered with the algorithm yet meaning I haven't changed any of this all of these things I'm about to show you here in this video and here today you're going to see pretty much the algorithm and the um the levers I'm pulling or I'm able to pull and that's going to be pretty cool so uh I look forward to this because this will be like a final wrapup of the salon aot and showing you step by step the exact things that I can change within it and then you'll be able to use your mind and that's the whole beautiful part of this YouTube channel I'm not a YouTuber I'm an algo Trader and I just show you what I'm actually working on in the day and then hopefully it Sparks some good ideas for you because I know nobody really shares this information and everybody's so secretive about their strategies and I understand it makes sense I get it they don't want to leak Edge but I grew up on the Internet I've learned everything on the internet so when I set out on the past to learn this stuff it was hard man it was like it was hard to find people willing to teach you know of course there's a couple videos out there but like that's just scratching the surface so my whole like Mission here is to to show everything along the path of me chasing this guy and that is going to be a forever Journey you know I'm fortunate to be able to trade and do that do this full time so why not have my algorithms do it for me you know and then just show Show YouTube along the way hopefully it helps a person or two let's go ahead here and start building out this configuration file and I think the first thing I want to do here is um let's bring this over a bit so it get a little bigger and we actually might want to bring this all the way over now you know how to automate your trading I just wanted to make sure to go over that I try to go that over that like every video because if you have my system and you don't have the time to watch these long videos at least you have the system right and you can just go through that process over and over again please do tap the like button the like button helps me so so much if you're here kicking it every single day the more you tap like button the more I can come back um the more it tells me hey Mev you're you're doing a good job and keep sharing this information with us so please do tap that and at any point if you're asking yourself where do I get started I get that question a lot um you know thanks Mev for all of your videos but where do I get started from scratch to get started from scratch I put together this boot camp it's absolutely not you don't have to take it it's just where I put short concise videos so you can see I have a thousand plus videos on my YouTube channel a lot of them are 4 hours or longer so you can watch all those videos and pretty much get everything for free but this is more of a straight line uh straight line and 14 days of short concise videos where I show you step by step how to automate your trading and pretty much get up to speed with me so I give you seven different alos that you can learn from and then build your strategy into it I have expert coders in the Discord that are willing to help at any moment so you can ask any questions you get all of my code it's super inexpensive I right now um and then you can also get all of the building blocks for the sniper bot as well so I released this a couple weeks ago where I put together step-by-step videos on how to build out a sniper bot and I got you to a really good place where then you can go ahead and build out your own but uh yeah you know there's no there's no pressure here 100% money back guarantee forever you can see what everybody else has to say about the boot camp but um that's not the point of this video I want to go ahead build out this configuration file because this will give you an opportunity to see pretty much everything that um I personally can change in my bot and then you can go ahead and use that for your ideas please do smash the like button say what's up in the chat if you're here today and uh let's go ahead and call this config. py I kind of want to pull up my uh I've got this other bot that we built a really nice config for so I kind of want to pull it up just so I have some guidance here of you know the best way to build out this config file so I'm just going to pull it up up here see if I can find it at least it's actually not in that one I really be showing everything I do so sometimes there are like dead dead parts of the video because I'm literally not making videos I'm just walking you through this stuff with me constants is what I called it I'll just call it config it's fine um so what I want to do here is let's just start from from let's start from here so this is going to be config so I'm going to say import config well how did I do this over here constants okay so that's how I did it got it got it so let's go ahead and say address equals that this is our address so our address our address equals that this is my address I'm sniping from so I'll put just some identifiers here add Solana address Solana address we are sniping from okay and then it should be pretty easy so from config import our address okay and then we'll just go like this and put it here and the reason we're doing this is because it's going to just be much easier to come up in here and change everything and then we're going to say let's make a size one so usdc size per snipe equals I'm just putting $1 for now because I think that is probably the lowest you can go paste that in here should be good Max positions we'll call this maximum here I'm just going to make these so readable because I don't want to change anything our Solana address our Solana address about that and honestly I think I'm just going to do this because I'm lazy so I'm going do that and then address this and then Max maximum amount max amount of open positions and I'll just make these all super readable and then I can just post it here and we'll see if this works I mean it should work um address okay we can actually probably sell when hits this multiple multiplier that's probably better equals 5 cell amount percent uh percentage percentage [Music] to of tokens to sell equals I'm G put 7.
7 for now and then this should go ahead and work right here so this is pretty basic code in here but I just want to do this because then I can have I can just change things here and I don't have to change things everywhere else you know should we drop if no website I'm G say false for now should should we I'll just say that again no Twitter equals false should we drop if no telegram goes false only keep if tokens with active websites if they have one I've never made such long um names before but the reason reason I'm doing this is because then it's super readable you know in our config file so it's kind of goofy this is the longest name I think that's that set the record that set the record right there for the longest name token mint address so max top 10 holder percentage what percent percent or top 10 top 10 holder percent maximum equals I'm going put 7 for now this is some really intense coding you're watching me do today smash the like button smash the like button should we we I'm not going to make it uh that's fine drop drop if mutable mutable M mute metadata equals false for now drop if 2022 token program equals true I think this is probably a pretty good place to start testing well let's let's finish this one actually and token mint address uh oh this is the symbol equals the symbol so um I'm going say usdc usdc contract address uh sorry uscc contract address is going to stay the same always so I'm not even going to change that just for testing okay so I think these are all Gucci now so let's see if it still works here so it's not grabbing new tokens because it's not the start of the hour this only grabs new tokens at the very start of the hour but uh honestly that's another another variable we can change oh look at that that's why it's not opening in new positions bro my bad so I uh I transferred in more cash last night because I uh was about to go to bed and we were down to like 2 cents or or 60 cents but then I noticed we didn't add any more positions and that's because I put that Max positions in there Max positions but then I had harded hardcoded it down here so my bad my bad okay let's um not do it yet I want to make this one more change here um time what should we call this only scan but uh scan for bird eye bird eye for new tokens between these two times scans start uh times in in minutes in minutes example between the 1 and 15 minute Mark of each hour okay scan start minute equals we can change this up now five scan end minute equals 25 now this will make it so it's customizable right so we'll put that in here and I just the reason I'm doing this and I'm actually pumped about this you saw that I've put you know before I I put $20 extra in there last night so if you're following along like super keenly uh we started with 20 bucks in there it fluctuated down up to 25 then all the way down to 15 yesterday at the end of the stream and then later in the day it got up to 22 so it it moves $7 in the day which is quite big uh if you're looking in percentage terms and then we got to a Max or like I was running out of usdc I had like 60 cents left so last night I put in $20 more so the total starting balance is 40 and we're at like 39. 50 right now um which I'm super jazzed about because we haven't even done this like this part yet which is where the algorithm is you know this is where we're changing the algo so now this should should uh be more Dynamic grabbing let's say grabbing new launches because it's between minute Mark okay perfect okay now you can see this should be dynamic so let's turn it to like 7 what time is it right now it's 43 and 24 and this will allow the reason I want this is because if like for example if you've been following along this entire time your alcoh has to be different than mine it has to be like and it will be because I'm putting all these variables and I'm a big believer in nobody's going to show you a uh or nobody's going to give you a just a ready to run trading bot I've literally showing you every single step of the way it's just like have you put in the time to watch all the videos um and then in the boot camp I give you pretty much all of the Trad the the blocks the building blocks that I built with so you have access to everything that I have access to uh what time is it okay 9:44 all right so let's go ahead and make sure this is dynamic as well Max positions because thank you so we're just like polishing now really just making this super look super good now um so it looks like all the variables are working fine let's go ahead here and scroll through to see if there's any other variables that we need to change [Music] so I think that's pretty good we have Max position so the reason I put Max positions in there is because for example if you only had $20 in the account and the size is $1 then 20 would probably be the max positions or else it might break it might break the bot and um yeah I don't want it to get in a fe forever Loop where it's just spending Solana to try to make uh new orders on things you can see like the ones that are winners are the ones that are really low amount I mean it's not guaranteed but the way I'm looking at it is if it's down to 10 cents that means that it hit its profit Target of a 5x multiplier so $5 be profit of $4 and then it got rid of 70% of them so it keeps a little bit of a a bag there for you know for fun for funsies but it could we could change this to 80 and so on and so on okay so what else do we need to do so we have all of those variables set up those are all our changing ones that we want to [Music] change I've already gone through and cleaned up the code I believe so let's go figure out let's figure out our structure too file structure um run bought from I should call it main we'll do that later and I should make a a read me honestly so I'll do that change to main. py okay uh let's go through all of the other Pages here cuz I think there the other two pages we'll have to look through this so you can see this gets new launches too and this is the first page and this first page has the most or not the most it has all of these things though so let's go ahead these are all let's change this to these are all on main.
py let's change it now to main. py dang I should should just make a new project directory for this to be honest yeah I think I'm going to do that I'm just going to make a new project with this we call it um something new this is going to say create new repo final F or yeah let's call it [Music] final Solana Sola Solana let me know if you have any questions in the chat smash the Lizzy for me B all I need you to do is smash the Lizzy every time you see me and that'll tell me to keep coming back every single day creating repo let's click open in Visual Studio okay I got to do some sketch stuff here like um bring in my don't share config so I'm GNA say don't share don't share. p and then I also need to do a a do get ignore of that path here copy path copy relative path okay that should be ignored now and now I need to I need to turn off my camera turn off my camera because I need to put in the don't share config and that super sketch to share so I'm not going to share it I'm not going to share it with you sorry bro I might accidentally but honestly we just need the bird eye key honestly I don't know so I'm I'm going to put them all in there I need to look into that we're dark I know we're dark we're dark we don't need the open AI key that's that's one thing I know okay so I'm in there don't share config close that I can close this file here and then I want to make a main.
py main. py okay now let's bring over this bad boy main. py and now you can see the screen again I believe or Gucci okay so let's bring this over as main.
py okay let's make a read me here MD and Solana sniper with this bot searches bird eye for the new tokens launched on Solana and filters them filters them by multiple things maybe explainable and then B with uh Jupiter and cells okay after X gain everything in the algo is configurable in the config. py and we'll make that config py here config. py why do I make it big like that I don't know just going to call it that for now and I'll change that main here ORD is 222 I don't need this anymore right o do y nice funks we got to get in there okay so below mint is just for testing and usdc does not change okay sweet um I'm just going to say from config B everything everything is plenty man anything is plenty man all right let's go ahead here and um I think this is Gucci now so we have all of our things that we want to bring in now I just need to do a lot of file bringing in essentially so let's go ahead here and say another file and that file is going to be called um new launches open high low close volume open high low close volume filter py and essentially I'm putting in this code here open high low close where is it where you at Dog open high low close new launches open high low close volume so this here is bringing in all that and then this I'll delete all of that okay this gets new launches but I'm going to change that name a little bit um new token scan I'll call it new token scanner.
py token scanner new token py and then we'll bring in the get new launches too here my goal is to make this all work here and you can see everything no you need a bird eye a [Music] okay that looks Gucci we need to make a data folder data so let's do a re uh open high low close volume we want a new token scan here import new token scan new token scan okay and then in the main we need to run the Open high low close volume filter new launches yeah this needs to be open high low close volume filter okay there we go so this I mean it's not going to work fully because it doesn't have the uh DFS and stuff so let's go ahead and bring those DF that we need so let's go ahead say and final sorted I don't know if we need these because I'm just not sure if we need to make them because they'll just be made but maybe open positions. txt ready to buy we definitely need new Soul remove trash token per all right I'm not sure if this is going to work but we'll see main. py ready to buy let's go ahead and just try it so you can see it's running over here so you see it just made an order actually okay no no dice no dice line four of main.
py wow didn't even make it that far huh our Solana address is in the config oh you dweeb got to put all of these in there huh config where's the config here it is okay this is great I'm loving this so far this is a lot of lot of easy coding for today just an easy Monday start of the day since we've been going so so hard let's go to main. py go ahead and smash that like button if you want to see more b line 27 I need to get on the right configuration or whatever this is called Auto 3. 85 I think that's what I'm on over here yep how is request I thought request was a standard package but maybe not what do I know nice funks we don't have nice funks in there yet so good this is just going to be a a hack to figure out all of the things we forgot to bring in let's say nice funks nice funks py paste it in okay and we'll go ahead and say main.
py this token overview is goat oh boy oh boy my KNE is really sore right now maybe I'm maybe I'm doing too much need to back off l so this should work now I'll if it doesn't then that's that's okay okay says not grabbing new launches because we're not in between those two times you just got say you know what there we go there's our token balance our USD size all of our toies sign I'm doing itess I think I need to maybe with we no this is not negotiable you're out running on the TR okay I think we're Gucci now start talk to now we can go ahead and keep working on our um config file so let's go to config I hate how close that config it so the don't share I'm going to click it one of these days get wrecked okay so I paused that one because we don't even need anything from there anymore I believe um where were we though go ahead and smash that like button that's where we were file structure let's go to read me on the right side how to run how to run one install python 3. 8. 5 use Anaconda use [Music] Anaconda to make a virtual environment okay and then uh how do we do that install requirements.
txt so I'm GNA ask chat gbt how do I pip freeze or whatever to get all of the packages into a requirements. txt file in the current path because I've seen that a lot and I don't do it oh my goodness gracious come on baby bro wake up wake up wake up up wake up I think you just do like pip freeze or something but okay it's pretty easy sweet run from from main. py this will run open high low close V filter which will run new token [Music] scanpy in the time frame FR configured in config okay that makes sense right so how to run that's how you run it um okay I think that's Gucci so what else Kos well we want to go ahead and do the rest of these things that we can change inside the B so um I'm going to go ahead and now since this was all main.
py let's make this more beautiful main. py SE uh configuration configurations is that beautiful absolutely not but f it doesn't need to be beautiful not as beautiful as you okay this will [Music] be open high open high low close volume filter. py configurations so let's go look at that open high low close [Music] volume time frame time frame is the one the one configuration but there's so many other things in here they can be changed I just don't have them changeable so you know later can add more time frame to analyze open high low close volume equals 3 minutes and then the options here are this so you know if you're running this it could be way different if it's 5 minutes 15 minutes and so on let's go ahead here and say import config oh from config config import all it says import new token stand running new token scan to get the new tokens mark out if don't want but we actually do that differently now go ahead and smash that like button B I don't think you smashed it like I don't think you smashed it bro please do makes me so so happy it's the only thing I do ask from you that's the only call to action I have sure you can join the boot camp but I'd rather you smash the like button Smash It smash it okay so we have the Open high low close volume and now this is where a lot of things are things say [Music] from config import yep so get new data equals true let's say Max market cap to keep in uh to scan 4 equals whatever we want in this case I'm doing 30 thou which is crazy but whatever um tokens number of token uh number of tokens to search through equals 15,000 minimum 24hour volume in qualified on in or on learning Spanish I'm M messing up my ins and on now that's really weird it's really funny let's go to main.
py make sure this is running because it's looks like we have some token opportunities here grabbing new launches and it actually didn't scan there oh I I I imported the wrong thing sorry this should no no let's go look at it Go the definition new token scan why did it do that H something's going on here it should be token new token skin the bird I bought should run in new token tokens again uhoh get new data is true maybe I didn't bring it in there it is I didn't save it that was scary scary scary scary all right so here minimum 24hour volume in of tokens of equals 1,000 is the minimum volume again all of this stuff I haven't even touched yet which is so exciting to me because this is already showing to be profitable is almost or not that unprofitable without any algorithm changes so I just like I was just going off the the whim of my shirt whatever for okay so just got an A email from my accountant I got I'm doing my taxes today or part of them so uh that's why I was a little tardy today I apologize for that if you're waking up on the west coast I'm really really sorry actually if you wake up to come here I appreciate you so so much um you're the best you are the best and um minimum 24hour volume of tokens okay maximum cell uh percentage of sellers dang I made that 70% like that but whatever it's a little confusing because other places I made it a different way but whatever uh minimum trades [Music] in last hour equals I have nine here again all of this is changeable and I haven't done any of it yet which is super exciting because that means you sorry I don't want to promise anything but I'm excited minimum unique wallets in last 24 4 hours equals 30 and then [Music] minimum views in last 24 hours equals 15 and then minimum liquidity of token equals 400 okay so sick now I just put all of these in here I believe Max market cap to scan for and this should work and unfortunately I just started this it's scanning a new to new set of tokens but I'm about to close it off because I want to make sure all this works and let me know if you have any questions in the chat and I will answer those but like I said my accountant just emailed me and I I actually need to um work on my taxes a little bit more because I did not do them all and she needs some different things from me so I will get that for her because she's the best she the best all right so I think that's Gucci so how can we know it's Gucci yeah looks Gucci to me looks like it's working so these are all of the below are all of the variables variables we can change in the the bot um in this section A lot is hardcoded coded so dive into the file if you want to make tweaks okay below are all the variables we can change in the bot change them here oppose to in the files okay so this just makes it super easy and now you can see where my mind's at and exactly the configurations that I used and now this is where the the differences come in so I'm a big big believer in teaching you how to fish I do not I mean I I'm never going to give you a bot I'm never going to give you a bot and say hey run it that's a get rid quick that's that's a in my opinion scam and I'm not here to do that I am just here to show you what I'm building and this is legit what I needed to do today I need to organize this stuff in order to get it um make it super easy for me to change because now what I can do is essentially fund new addresses Swap this out and then run the bot with different variables and my plan is to do this on a few different accounts different soul on addresses now inside the don't share config I have to put my private key I can't show you that but that's the plan from here is because you can see I don't know how many 30 different variables on this screen right now and I'm going do one account with one set of variables and that's the algorithm essentially there's a lot of the algorithm built in inherently like I mentioned here but I can change those as well so all I have to do now is take this full package and I'll put it on my server and I'm going to split it up over five six different accounts every time I have a new idea I come in here and I change these things and then it changes the whole algorithm back to my point of how I'm never going to say like hey run this and get rich that's so crazy I get people all the time in Discord like hey what bot do I what bot do I run can you give me a bot to make me a bunch of money it's no the answer is always going to be no literally last night somebody came in and said that and it's just like no this is this is hard work you have to put in the work if you don't put in the work you're not going to get anywhere and that's with everything in life and that brings me to the last point of if somebody does guarantee you a bot like if you buy a bot for 50 bucks or something and it's supposed to make you money you are the fool you can't do nobody's going to give you a bot that runs like I'm probably the closest person on the internet to do this because like I show you step by step throughout the entire process but even with that like I said I haven't even I haven't even worked on this algo yet the algorithm so there's no way I'll ever ever ever say hey run this bot it's going to make you a bunch of money that's a get rich quick I don't believe in those this is really hard work I'm three and a half years in and you see me here every single day my dude every single day if you want to get caught up to speed with me I have the boot camp the boot camp shows everything I know so you can get up cut caught up to speed with me um it's super inexpensive $69 per month or you can do a onetime fee you can add the sniper course to it that gives you all of the building blocks here that I have built out um I launched it about two weeks ago and it's still kind of in beta but you have all of the things that I had in order to build this bot are you going to get all of the code you've seen in the last few days no you're not but you're going to get all the building blocks that I use to build everything in the last few days so um yeah that's that let me go ahead if if you want to learn how to automate your trading this is the process right here down in the bottom the RBI system constantly research back test and Implement research to find strategies back test to make sure those strategies work and then implement those winners into a bot so you don't even need any money for this process CU you can spend most of your time researching and back testing and if you have zero and you have a ton of winning back tests there's plenty of people that will fund it for you so let me go ahead and jump into the chat here and answer any questions that you might have um I'll say what's up to everybody that is here if we are even live I don't even know if we're live and um yeah this might be a short stream today but I actually got um a lot of stuff to get done with the tax season coming along here so I'm sure you understand I'm sure you understand dude and do Debs good morning Keith Keith always is here first Keith you're my guy good afternoon Anil how are you Johnny sends a heart thank you steo says he comes in here and throws on the 2x to catch up 2x speed but it kills the West Coast Vibe Keith says he uses 1. 5x usually I'm right there with you both of you actually I'm usually between 1.