Tâche terminée
Temps d'exécution 4 jours
Commentaires du client
Very patient and professional. Using again for new job. Well done.
Commentaires de l'employé
Professional client. Always gives constructive answers. I hope for a long cooperation. Nice person!
Spécifications
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)
Répondu
1
Évaluation
Projets
845
73%
Arbitrage
15
53%
/
13%
En retard
193
23%
Gratuit
2
Évaluation
Projets
127
41%
Arbitrage
3
33%
/
67%
En retard
0
Gratuit
3
Évaluation
Projets
143
39%
Arbitrage
21
19%
/
48%
En retard
30
21%
Gratuit
4
Évaluation
Projets
59
42%
Arbitrage
5
0%
/
60%
En retard
12
20%
Gratuit
Commandes similaires
V3 PRO Auto-Scalper EA
40+ USD
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
MT4/MT5 HFT EA us30
30 - 3000 USD
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The script must be high-quality, clean, clear, and editable at any time, with ownership of the script provided. * It must work on the MT4 platform. * The maximum project completion time is 7 to 14 days. * The programmer must be cooperative and
Informations sur le projet
Budget
50 - 100 USD