Specifiche

Am in need of a tradingview Developer that can create tradingview strategy based on pattern with my  two TP. SL moves to breakeven when Tp1 is reached.I want a reliable programmer 

Con risposta

1
Sviluppatore 1
Valutazioni
(12)
Progetti
14
43%
Arbitraggio
3
33% / 33%
In ritardo
2
14%
Gratuito
2
Sviluppatore 2
Valutazioni
Progetti
0
0%
Arbitraggio
1
0% / 100%
In ritardo
0
Gratuito
Ordini simili
Create a bot that can trade and read indicators easy to read for first time users. Bot that can be used on a phone and connect to MT5. It should be easy to install or use on any device especially phone and laptop, preferably the bot that can run over night and controllable when needed
//———————————————————————————————————————————————————————————————————— 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 () {

Informazioni sul progetto

Budget
40 - 45 USD
Scadenze
da 1 a 2 giorno(i)