To begin, there are other token snipers out there, but the code is not open source and they do not clearly state that they will send a portion of total profits back to themselves as part of the "free service", which is neither free, nor is it "Free as in Beer". It is not FOSS, and therefore I must toss, so to speak.
To expound on the details of what I require:
-Web 3.0 hooks/API usage.
- Security - I do***NOT*** want to have my Metamask passwords and private key stored within the program unencrypted or in plain text - should the program require such, as other programs out there claim to require in order to function. Do not encode it in Base 64 or anything that any doofus out there could "decode".
- Web Scraping - I need quick, snappy, buy orders on newly listed tokens with sufficient liquidity.
- Not headless, I need it to show stats of what's being bought and sold
- Python skills a must!
***You must be able to do the following two points, or we can aim to sell the tokens, after being bought by the bot, at low profit margins and increase buying speed as much as possible. Keeping transaction fees in mind!***
- Knowledge of Sell Indicators derived from past market data across other tokens and coins
- Sentiment Analysis using web scraping of Twitter and daily moving averages.
I will be running this on a very low-spec system. It's a portable PC that plugs in with 5V DC 2000 milliamp USB and outputs 1080P video. 4GB of RAM, slow processor: Z8350. It is a Terryza WD Pro, Model: T5
This low-spec system will run Linux, probably Debian, so please keep that in mind should you choose to take this on.
Similar orders
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the