Moving Average Exponential - Python - Trading

Cerrado Publicado hace 5 años Pagado a la entrega
Cerrado

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))

Programación en C Programación en C++ PHP Python Arquitectura de software

Nº del proyecto: #17634741

Sobre el proyecto

17 propuestas Proyecto remoto Activo hace 5 años

17 freelancers están ofertando un promedio de $34 / hora por este trabajo

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 Más

$41 USD / hora
(114 comentarios)
8.2
xiqian88

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

$41 USD / hora
(72 comentarios)
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/ Más

$30 USD / hora
(31 comentarios)
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 / hora
(1 comentario)
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 / hora
(0 comentarios)
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 Más

$25 USD / hora
(0 comentarios)
0.0