명시

 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
개발자 1
등급
(39)
프로젝트
65
34%
중재
4
25% / 50%
기한 초과
9
14%
작업중
2
개발자 2
등급
(295)
프로젝트
474
39%
중재
103
41% / 23%
기한 초과
79
17%
바쁜
게재됨: 2 코드
3
개발자 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
//+------------------------------------------------------------------+ //| 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

프로젝트 정보

예산
50+ USD