Loading video...

Video Failed to Load

Go Home

As promised, here’s the Polymarket Visual Trades Generator. How to run: • Copy the code from this link(I suggest checking the code before, never trust blindly anyone): • Open VSCode, create a new script, paste the code and run it. How it works: • Step 1: Drop the market...

137,517 views • 9 months ago •via X (Twitter)

0 Comments

No comments available

Comments from the original post will appear here

Related Videos

POLYMARKET COPY TRADING — VIDEO GUIDE (+ wallets I personally follow) I tested many Polymarket bots before settling on this one. Why this bot: Fast execution (<1s) Low commissions Built by an official Polymarket builder Supports both manual trading and copy trading How to use it correctly Start the Telegram bot Top up the generated wallet address Click Copy Trading Click Add Copy Trade Paste the wallet address you want to follow Name the trader (I use labels like “weather guy”, “90% WR”, etc.) Mirroring modes (most important part) There are three options: Fixed If you enter $10, every copied trade will be $10. Percentage If you enter 50% and the trader bets $100, your trade will be $50. Portfolio-weighted If the trader risks 10% of their portfolio, you will also risk 10% of yours. What I recommend Use Fixed amount If the trader uses market orders and makes fewer than 10 trades per day. Use Portfolio-weighted If the trader uses limit orders and makes more than 10 trades per day. I personally do not use percentage mode. Final setup steps Set the maximum copy amount (based on your portfolio size and risk management) Set a price range I usually use 30c–90c to avoid risky trades Always adjust this based on the specific trader Set slippage I use 5% Click Confirm After this, the bot will mirror every trade automatically. Important notes Check trader performance daily Losing streaks happen, remove traders in time Risk management is your responsibility For more detailed guides on how to find strong wallets, check my page. I post good wallets regularly. Wallets I currently track 0x9b979a065641e8cfde3022a30ed2d9415cf55e12 $296k PnL, 96% win rate (bonding), but very high trade frequency 0x8278252ebbf354eca8ce316e680a0eaf02859464 $23k PnL, 73% win rate, solid positioning 0x12d6cccfc7470a3f4bafc53599a4779cbf2cf2a8 $213k PnL, 84% win rate, very high number of limit-order trades 0xd8f8c13644ea84d62e1ec88c5d1215e436eb0f11 $64k PnL, 34% win rate (longshot weather trader) I use PolyGun and recommend it. This bot helps me every day. Always DYOR.

Discover

1,020,638 views • 7 months ago

👀 I used OpenAI's Code Interpreter to make Flappy Bird 🐦in 7 minutes: Code Interpreter/GPT-4 for code generation. Pre-existing or AI-generated assets for graphics. --- Here's how to make the game in only 6 steps: (1): Enter the following prompt: "write p5.js code for Flappy Bird where you control a yellow bird continuously flying between a series of green pipes. The bird flaps every time you left click the mouse. If the bird falls to the ground or hits a pipe, you lose. This game goes on infinitely until you lose and you get points the further you go". (2): Use generative AI or existing game assets and spirits. I searched "flappy bird assets" on Google and used the first link, a GitHub repo with pngs from the original Flappy Bird. (3): Use this prompt to link assets to the code: "Please generate the entire file again based on the fact I'm using a unique background, spirits for the bird, and pipes. Here is the list of assets I'm using: [list of file names]." Code Interpreter should modify the code accordingly to include the list of file names. (4) Make an account OpenProcessing -> create a sketch -> paste in the code generated by Code Interpreter -> upload in-game assets from step (2). (5) (Optional) Ask ChatGPT to make changes to improve the in-game experience e.g., adding a high score, restarting the game when the bird dies, etc. Copy the new code into your OpenProcessing sketch and reload the game. (6) If something doesn't work, ask GPT4 to fix it. Copy and paste the error message and ask it to regenerate the code. --- Bonus Tips: - Iteratively test code. Each time you make a change using Code Interpreter, test the updated code by playing the game so you catch new bugs early. - Learn programming by asking questions: "Act as a senior programmer very good at explaining concepts to a beginner. Tell me how gravity works in this game and how you used code to make this happen."Code Interpreter/GPT4 for code generation. Download Pre-existing assets or generate new images for graphics. Excited to see what you make!

Alex Ker 🔭

739,874 views • 3 years ago