Moving Average Exponential - Python - Trading

Chiuso Pubblicato 5 anni fa Pagato alla consegna
Chiuso

Gostaria de a criação de um BOT indicador de compra no setup de médias móveis exponenciais para usar em BOT com linguagem Python.

O Bot deve ser acessível ao telegram, onde está meu BOT trader principal e possuir pares de operação USD, BTC e ETH.

Nas exchanges Binance, Bittrex e Bitfinex.

Segue ideia sobre o código>

def double_cross(chart, fast=12, slow=26):

"""Generates a trade signal based on two moving averanges with

different width. A BUY signal is generated if the faster EMA

crosses the slower EMA in up direction and the faster EMA is higher

than the closing price. A SELL signal is emited if the faster SMA

crosses the lower from above and is lower than the closing

price.

:chart: Chart instance

:fast: Window size to calculate the faster EMA

:slow: Window size to calculate the slower EMA

:returns: Signal

"""

closing = [login to view URL]()

value = closing[-1][1]

date = [login to view URL](closing[-1][0])

ema_1 = [login to view URL](fast)[-1]

ema_2 = [login to view URL](slow)[-1]

signal = WAIT

if value > ema_1 and ema_1 > ema_2:

signal = BUY

elif value < ema_1 and ema_1 < ema_2:

signal = SELL

return Signal(signal, date, "EMA{}: {}, EMA{}: {})".format(fast, ema_1, slow, ema_2))

Programmazione C Programmazione C++ PHP Python Architettura Software

Rif. progetto: #17634741

Info sul progetto

17 proposte Progetto a distanza Attivo 5 anni fa

17 freelance hanno fatto un'offerta media di $34/ora per questo lavoro

mingxiao2008

Hello, dear How are you? I have read your project description and am very interested in your project as full trading expert. I have experienced in developing C Programming, C++ Programming, PHP, Python, Software Ar Altro

$41 USD / ora
(114 valutazioni)
8.2
xiqian88

Hello. how are you today? I have good experience with trading app development. Please message me for detail discussion.

$41 USD / ora
(72 valutazioni)
7.4
shivampanchal

I have a good hands on working with Advanced R and Python and BI tools and technologies, AI, Big Data. I have quite a good knowledge of DL/ML Algorithm , have also developed Dashboards and Web Applications using flask/ Altro

$30 USD / ora
(31 valutazioni)
6.3
visionproc

I have been building Binance and Bittrex auto trading bots before. I have made algos to calculate EMA's (any length), RSI etc. So Im fully capable to take this project.

$44 USD / ora
(1 Recensione)
1.5
archrashgs

Hi, Iam a software professional having 14 years of experience. I can take your work. Let me know your requirements. Rashmiranjan

$41 USD / ora
(0 valutazioni)
0.0
BissiEU

HI, very interesting project ! Based upon my experience, we can use A.I. to implement Your strategies (and future suggested ones) and to obtain confirm looking to the data captured from the trading :) Feel free t Altro

$25 USD / ora
(0 valutazioni)
0.0