Bot gold

MQL5 전문가 Linux

작업 종료됨

실행 시간 6 일
고객의 피드백
.
피고용인의 피드백
.

명시

I would like to be able to choose the size of the positions individually on a multiplication series up to 10 positions,
Example:

In the sets:

Position 1 lot:

Position 2 lot:

Position 3 lot:

...

And to be able to choose the SL distance of its 10 positions too,
Example:

Position 1 SL distance:

Position 2 SL distance:

Position 3 SL distance:
....

And the previous SLs must obviously come at the level of the new SL each time.

응답함

1
개발자 1
등급
(2314)
프로젝트
2914
63%
중재
122
44% / 25%
기한 초과
429
15%
작업중
2
개발자 2
등급
(443)
프로젝트
700
34%
중재
34
71% / 9%
기한 초과
22
3%
무료
3
개발자 3
등급
(153)
프로젝트
237
33%
중재
20
45% / 30%
기한 초과
2
1%
작업중
비슷한 주문
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

프로젝트 정보

예산
67+ USD