Termos de Referência

I made a code in Pinescript I would like to copy in NT8 and add some deltas to it.

It's simple coding, 4 lines of codes, pretty basic ones. What is the delivery time?

Bond chart - ZB value= security("ZN1!*3-ZB1!", timeframe. period, close) period = input(10) bull = value[0] > lowest(nz(value[1]), period) and close[0] < lowest(nz(close[1]), period) bear = value[0] < highest(nz(value[1]), period) and close[0] > highest(nz(close[1]), period) bull1 = BarDelta[0] < MIN(period)[1] bear1 = BarDelta[0] > MAX(period)[1] plot arrows --> This is really the basics. Showing a divergence between price on the chart and custom value. I'm using MAX and MIN in NT8, but something is wrong and therefor not plotting right.

I believe because custom value asset (in this case ZN1!*3-ZB1!). Therefor I need help with this. Let me know

Thanks.

Pedidos semelhantes
take your time better make it for days and have good bot than never benefits both of us. Make the bot have zero errors and backtest it for a 2 year period
i need someone that can make me an EA really easy with the martingala system?, I am looking for something that doesn't exceed 5 trades for the martingale, I think I did it, but it only works for propfirms, So i need to develop it on ninja trader I have identified a very very simple strategy but it only works on propfirms, with only two propfirm accounts, i absolutely need account A and account, And they have to open
Hello, I want a simple bot for NinjaTrader8. I need a bot that operates automatically on Nasdaq (NQ/MNQ). Requirements: open buys and sells following a simple trend strategy, configurable stop loss and take profit, risk per trade of 1 to 2% of capital, if it loses 3% in a day, stop trading until the next day. Compatible with backtesting, delivery of the source code and the working bot in NinjaTrader 8. My initial
{ "strategy_name": "M5 EMA Scalper", "timeframe": "M5", "indicators": { "ema_fast": 20, "ema_slow": 50, "rsi": 14, "atr": 14 }, "entry_rules": { "buy": [ "EMA20 > EMA50", "Price closes above EMA20", "RSI > 55" ], "sell": [ "EMA20 < EMA50", "Price closes below EMA20", "RSI < 45" ] }, "risk_management": { "risk_per_trade": 1.0, "stop_loss_atr": 1.5, "take_profit_rr": 2.0

Informações sobre o projeto

Orçamento
30+ USD
Prazo
para 2 dias