Simple job needed - I can explain in detail what I want. Below is the script I have to start the process. Need to tweek some things.

Lavoro terminato

Tempo di esecuzione 4 giorni
Feedback del cliente
Very patient and professional. Using again for new job. Well done.
Feedback del dipendente
Professional client. Always gives constructive answers. I hope for a long cooperation. Nice person!

Specifiche

I want to work on something similar to the below, with some modification.

I can discuss the actual specification on what I want with the developer on a chat or via skype or I can call the developer to explain in detail what I want.


//@version=3

strategy("MovingAvg Cross", overlay=true)
length = input(9)
confirmBars = input(1)
price = close

ma = sma(price, length)

bcond = price > ma

bcount = 0
bcount := bcond ? nz(bcount[1]) + 1 : 0

if (bcount == confirmBars)
    strategy.entry("MACrossLE", strategy.long, comment="MACrossLE")

scond = price < ma
scount = 0
scount := scond ? nz(scount[1]) + 1 : 0

if (scount == confirmBars)
    strategy.entry("MACrossSE", strategy.short, comment="MACrossSE")

//plot(strategy.equity, title="equity", color=red, linewidth=2, style=areabr)

Con risposta

1
Sviluppatore 1
Valutazioni
(564)
Progetti
844
73%
Arbitraggio
15
53% / 13%
In ritardo
193
23%
In elaborazione
2
Sviluppatore 2
Valutazioni
(119)
Progetti
127
41%
Arbitraggio
3
33% / 67%
In ritardo
0
Gratuito
3
Sviluppatore 3
Valutazioni
(88)
Progetti
143
39%
Arbitraggio
21
19% / 48%
In ritardo
30
21%
Gratuito
4
Sviluppatore 4
Valutazioni
(45)
Progetti
59
42%
Arbitraggio
5
0% / 60%
In ritardo
12
20%
Gratuito
Ordini simili
Title Professional AI Automation Trading Bot for Forex & Crypto Solution Language Python (preferred) or MQL5 depending on integration requirements. Categories Expert Advisor (EA) for MetaTrader 5 Automated trading strategies AI/ML-based signal generation Risk management automation Required Skills Strong knowledge of MQL5/Python Experience with MetaTrader API integration Machine learning model deployment
I need an Ai trading bot for Binance and BTC on MT5 that also uses order flow data. It should also make use of TSI- Temporal indicator sampling and also it should make use of fundamental analysis in the process of signal generation
Live chart [ expert is not executing trades on xauusd ] , Deleting Existing Parameter not in use , Live Chart Adjustments Only , No Need to Change anything else , expert will be live testing Throughout
I need an experience programmer on news based EA, the EA will be able to fetch or return both historical and current calendar data and implore them into trading, The rest EA details will be communicated in the chat section

Informazioni sul progetto

Budget
50 - 100 USD