Create a trading robot

작업 종료됨

실행 시간 6 일
고객의 피드백
Excellent developer, excellent work, professional conversation. I recommend !!
피고용인의 피드백
Good employer! Thank you again :)

명시

I want a trading bot that will be based on candle sticks patterns, i want a situation where once i put the robot on the chart and chose buy or sell and the number of trades to open then it will only buy or sell in that particular direction only. That is if i put the robot on the chart and chose buy, number of trades to open: 2, and chose the 1 hour time frame then if at the end of the candle it is still a bullish candle then the robot should open 2 buy positions since i chose buy and number of trades to open 2 on the parameter section. The robot will open again with the same lot size and number of trades if the next candle is still bullish, it keeps buying until when the the next candle is bearish or negative then the robot should not perform any task. This is if I chose buy the the robot only has to keep buying so long as the next candle is bullish and if the next candle is bearish then it wont buy or sell and it will wait until any candle closes positive again then it will buy again. The parameters will incloude lot size, buy/sell, Number of trades to open, TP and SL, Max Spread filter, Time and date filter, magic SL and TP level(That's a level where once the price reach, the robot will automatically close all positions The Robot should also display an overall gain or lost pip on the charts. I will provide more details once you are selected.


응답함

1
개발자 1
등급
(153)
프로젝트
236
33%
중재
20
45% / 30%
기한 초과
1
0%
작업중
2
개발자 2
등급
(2311)
프로젝트
2908
63%
중재
122
44% / 25%
기한 초과
429
15%
작업중
비슷한 주문
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;
Robot treder 30+ USD
//+------------------------------------------------------------------+ //| 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;
Objectif : validation du comportement , zéro stress 🧮 Gestion du risque MaxRiskPerDay = 2.0 % MaxTradesPerDay = 4 RiskPerTrade = 0.50 % MaxDailyLossHardStop = 2.0 % 📈 Trading Timeframe = M15 Symbols = EURUSD,GBPUSD AllowBuy = true AllowSell = true OneTradePerSymbol = true 📊 Indicateurs MACD_Fast = 12 MACD_Slow = 26 MACD_Signal = 9 Stoch_K = 14 Stoch_D = 3 Stoch_Slowing = 3 🛡️ Stops ATR_Period = 14
Je cherche un développeur de bot qui pourra me créer un côté breakout des positions en attente lorsque le prix atteint ou touche la position en attente alors le trade déclanche avec un trail suiveur , mais je veux qu'il arrive a cacher le trail suiveur voilà une image en pièce jointe
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

프로젝트 정보

예산
30 - 100 USD