Converting MT4 custom indicators to Ninja trader 7

Tarea técnica

Hi I'm looking for a developer to be able to convert my custom MT4 indicators to NT7.


I'm not sure what skill you would be needed and even if it's possible.Happy to discuss the project further.


Price is negotiable based on work would require quotes.




Thanks

Han respondido

1
Desarrollador 1
Evaluación
(219)
Proyectos
370
42%
Arbitraje
145
17% / 41%
Caducado
124
34%
Libre
Ha publicado: 38 ejemplos
Solicitudes similares
//———————————————————————————————————————————————————————————————————— 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 () {

Información sobre el proyecto

Presupuesto
30 - 100 USD