Welcome to dataminr
Privacy friendly crypto trading bot for 20+ supported exchanges. Works on Windows, Linux and macOS. API secrets stay on your own device.
Use pre-tuned strategies that just work, or realize your own automation ideas. Dataminr is available as a subscription or lifetime license.
Daily trades on Pionex
Monthly trading volume
Has offered service for
Global Users
Dataminr’s products deliver critical information first—so organizations can respond quickly and manage crises effectively
The futures grid bot trades automatically 24/7, helping you maximize profits with leverage in a volatile market.
Upgrade your trading game with Gunbot, the automated trading bot for crypto enthusiasts and automation pros. Whether you're a veteran trader or a newbie, Gunbot lets you seamlessly execute your strategies and never miss a move.
Unlike other crypto trading bots, Gunbot runs directly on your computer. You don't have to rely on a cloud platform, ensuring your data's security and privacy. Compatible with Windows, macOS, Linux, and Raspberry Pi, Gunbot offers unmatched flexibility.
Discover the power of plug and play with Gunbot. Profitable strategies like stepgridscalp come pre-tuned, allowing you to kickstart your trading performance instantly. Just turn on the bot and watch it auto trading. On Futures platforms, Gunbot also supports leverage trading.
Are you a power user craving customization? Gunbot has you covered. Enjoy unlimited bot instances, craft your custom strategies, and automate configuration changes. The possibilities are endless – take your automated trading to the next level.
Gunbot offers free software updates, even for lifetime licenses. Pay only a one-time license fee and enjoy continuous improvements to enhance your trading strategies. We have subscriptions too, if you're not ready for lifetime yet.
Gunbot's grid-like strategies redefine the way you trade. But what makes Gunbot stand out from traditional grid strategies? It's all about smart trading features:
Super easy limit gridbots: Want a gridbot with limit orders, with rebalancing and custom grid steps? Gunbot has you covered.Built-in Trend Analysis: Gunbot's built-in trend analysis keeps you away from unfavorable market zones, ensuring you make smarter decisions.
Dynamic Target Adjustments: Targets can automatically adapt to the recent market volatility, optimizing your trading results.
Trailing for Better Fill Rates: Gunbot's trailing feature ensures you get the best possible fill rates on your orders. Even in grid strategies.
The strategies are designed to produce exceptional trading results. Look at the chart images on this page – each green arrow represents a buy order, while each orange arrow represents a sell order. It's a visual representation of your success.
// initialize customStratStore within pairLedger object
gb.data.pairLedger.customStratStore = gb.data.pairLedger.customStratStore || {};
// define custom TA indicator to find wicks
function findWicks() {
// calculate the difference between high and low of each candle
const candleRange = gb.data.candlesHigh.map((high, i) => high - gb.data.candlesLow[i]);
// calculate the average range of the last 10 candles
const avgRange = candleRange.slice(-10).reduce((acc, val) => acc + val, 0) / 10;
// calculate the average body size of the last 10 candles
const avgBody = gb.data.candlesClose.slice(-10).reduce((acc, val, i) => acc + Math.abs(val - gb.data.candlesOpen.slice(-10)[i]), 0) / 10;
// calculate the predicted wick size as the difference between the average range and average body size
const predictedWick = avgRange - avgBody;
// return the predicted wick size
return predictedWick;
}
// forced wait time reduces risk of double orders
function checkTime() {
return !gb.data.pairLedger.customStratStore.timeCheck || typeof gb.data.pairLedger.customStratStore.timeCheck !== "number"
? (gb.data.pairLedger.customStratStore.timeCheck = Date.now(), false)
: (Date.now() - gb.data.pairLedger.customStratStore.timeCheck > 8000);
}
const enoughTimePassed = checkTime();
// set timestamp for checkTime in next round
const setTimestamp = () => gb.data.pairLedger.customStratStore.timeCheck = Date.now();
if (enoughTimePassed) {
// calculate the predicted wick size
const predictedWick = findWicks();
// calculate the buy and sell prices based on the predicted wick size
const buyPrice = gb.data.bid - predictedWick;
const sellPrice = gb.data.ask + predictedWick;
// calculate the buy amount based on TRADING_LIMIT
const buyAmount = parseFloat(gb.data.pairLedger.whatstrat.TRADING_LIMIT) / buyPrice;
// check if there is a bag or open orders
const hasBag = gb.data.gotBag;
const hasOpenOrders = gb.data.openOrders.length > 0;
// check if buy or sell conditions are met
const buyConditions = predictedWick > 0 && !hasBag && !hasOpenOrders;
const sellConditions = predictedWick > 0 && hasBag && !hasOpenOrders;
// fire orders when conditions are met
if (buyConditions) {
gb.method.buyLimit(buyAmount, buyPrice, gb.data.pairName);
setTimestamp();
} else if (sellConditions) {
gb.method.sellLimit(gb.data.quoteBalance, sellPrice, gb.data.pairName);
setTimestamp();
}
}
// Code is machine generated, review it and run in simulator mode first
Imagine transforming your trading concepts into code within seconds. With Gunbot AI, you can turn your thoughts into reality with just a simple description. This powerful tool enables you to prototype new trading strategies effortlessly. Powered by the technology behind ChatGPT, Gunbot AI is designed for both crypto traders and automation experts. It understands all Gunbot-specific methods and data points, making fully custom crypto trading bots with it is pretty fast. It’s essential to be cautious when first using machine-generated code. Always run it in a simulated bot instance first to ensure its reliability. Explore the endless possibilities of a crypto AI trading bot. Start creating your custom strategies today and revolutionize how you approach crypto auto trading. Examples have not been edited.
Pionex's services are available globally and have obtained relevant compliance licenses in Europe and other regions. We strictly adhere to regulatory requirements, implementing comprehensive identity verification and AML (Anti-Money Laundering) measures to prevent money laundering, fraud, and other illegal activities.
Pionex
Lorem ipsum dolor sit amet consectetur adipiscing elit. A ac, ut eget pellentesque nulla viverr.