指定
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
応答済み
1
評価
プロジェクト
65
34%
仲裁
4
25%
/
50%
期限切れ
9
14%
仕事中
2
評価
プロジェクト
474
39%
仲裁
103
41%
/
23%
期限切れ
79
17%
多忙
パブリッシュした人: 2 codes
3
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
暇
類似した注文
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
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
プロジェクト情報
予算
50+ USD