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
等级
(2315)
项目
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