Tarea técnica

Hi! There's a public strat on the ninjatrader website:


https://ninjatraderecosystem.com/user-app-share-download/bollinger-cross-over/


Bollinger cross over


I'm wondering if you would be able to reproduce the strat and add some or all of the following settings:


- 3 session times (so i can specify when i want the strat running)


-close trade after x bars and wait for new position (close the existing trade whenever it goes past this many candles and hasn't yet closed, and then wait for a new trade)


-trade on these days only s,m,t,w,th,f,s (be able to pick which days we want the strat to be turned on) (not sure if this is possible but would be a nice option)


Let me know if these things are an option and if you can make it happen.

Thank you!

Han respondido

1
Desarrollador 1
Evaluación
(3)
Proyectos
1
0%
Arbitraje
5
0% / 100%
Caducado
0
Libre
2
Desarrollador 2
Evaluación
Proyectos
0
0%
Arbitraje
0
Caducado
0
Libre
Solicitudes similares
PHANTOM PROTOCOL V1 35 - 150 USD
PHANTOM PROTOCOL V1 – MT5 EXPERT ADVISOR SPECIFICATION Develop a professional MetaTrader 5 (MT5) Expert Advisor named “PHANTOM PROTOCOL V1”. PRIMARY MARKET: - XAUUSD (Gold) - Designed primarily for M15 and H1 timeframes. - The EA must work with both 3-digit and 2-digit gold pricing where applicable. TRADING LOGIC: Use pure price-action and market-structure analysis rather than relying on a single indicator. The EA
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 () {

Información sobre el proyecto

Presupuesto
30+ USD
Plazo límite de ejecución
a 1 día(s)