Spécifications
hi, need someone create me a simple bot with this schema :
Tradingview webhook ----> bot catch the signal and if loss the bot execute trade with martingale with reverse trade and stop loss and take profit and amount trade and number open trade per coin ----> binance and bybit and kucoin with api.
Example trading : btc/usdt price: 60.000usdt perpetual tradingview give a signal (long) the bot catch signal and execute the trade with stop loss 59.000usdt and take profit to 61.000usdt >> if the price hit the stop loss the bot open immediately the trade in same price on stop loss 59.000usdt with reverse signal (short) and use a martingale or (specified amount) and configure the position trade with stop loss 58.000usdt and take profit to 60.000usdt
Répondu
1
Évaluation
Projets
65
34%
Arbitrage
4
25%
/
50%
En retard
9
14%
Travail
2
Évaluation
Projets
474
39%
Arbitrage
103
41%
/
23%
En retard
79
17%
Occupé
Publié : 2 codes
3
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
Commandes similaires
VICTOIRE MASTERCLASS
30 - 200 USD
import ccxt import pandas as pd import numpy as np import talib import time # Configuration exchange = ccxt.binance({ 'apiKey': 'VOTRE_API_KEY', 'secret': 'VOTRE_SECRET_KEY', }) # Paramètres de trading symbole = 'BTC/USDT' timeframe = '1h' montant = 100 # en USDT stop_loss = 0.98 # 2% de perte maximale take_profit = 1.03 # 3% de gain def recuperer_donnees(): ohlcv = exchange.fetch_ohlcv(symbole, timeframe
//+------------------------------------------------------------------+ //| M65 PRO ROBOT | //| Trend + RSI + Risk Management | //+------------------------------------------------------------------+ #property strict input double LotSize = 0.01; input int StopLoss = 100; // points input int TakeProfit = 200; // points input int RSI_Period = 14; int rsiHandle; int ema50Handle; int ema200Handle;
Trader
30+ USD
Un robot qui tarde a ma place même quand je Dors je veux qu'elle faire tout les tâches a ma place même quand le téléphone est éteint ou allumé le robot doit analyse et trade pour moi
I am looking for a developer to work with to create a bot that will generate signals based on the session highs and lows. Two pending orders will be placed, and one will be automatically deleted as soon as the other is activated. A second recovery trade will then be placed at the same level where the deleted trade was located that will activated in case the running trade hits sl. If the running trade hits tp the
Informations sur le projet
Budget
50+ USD