Job finished
Execution time 6 days
Feedback from customer
.
Feedback from employee
.
Specification
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.
Responded
1
Rating
Projects
2914
63%
Arbitration
122
44%
/
25%
Overdue
429
15%
Working
2
Rating
Projects
700
34%
Arbitration
34
71%
/
9%
Overdue
22
3%
Free
3
Rating
Projects
237
33%
Arbitration
20
45%
/
30%
Overdue
2
1%
Working
Similar orders
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
Project information
Budget
67+ USD