en
Feedback
NinjaCoding @ NinjaTrader

NinjaCoding @ NinjaTrader

Open in Telegram
546
Subscribers
+324 hours
+147 days
+3230 days
Posts Archive
NC RenkoBars Source Code Coming Soon, these bars are very similar to NinzaRenko however they do NOT have fake values so can b
NC RenkoBars Source Code Coming Soon, these bars are very similar to NinzaRenko however they do NOT have fake values so can be fully back testable. Also, the code review will look into creating your own Bar Types which is something that I have not looked into for a long time.

Hello guys, for those who purchased NC Block Marker yesterday the file is uploaded now. There was an error and there was no file. All good now.

Secondly, for those not interested in coding, I think it can really speed up your set up and you can easily plot required levels on the chart with no need to spend ages plotting lines. Additionally once the levels are actually crossed they will change color. If comparing this algo to the automatic one, the automatic one has many more levels and does create some noise that you might not need where this one is completely controlled by the user.

I think he indictor has two main high lights. First, it has a really cool coding solution that allows you to a) identify which bar you clicked on b) get that bar OHLC and time c) build level based on that bar body or high/low c) figure out whether the market price has already crossed over/under this level

24h

15%

BLOCKMARKERTG

new indicator

24h

15%

NCOBLOCKS

Released

The zone will turn grey by the way if price breaks through it.

I think its not too bad)
I think its not too bad)

What I ended up with now is 600 lines of pretty interesting code, I will be testing it further and if it makes sense to release will make into an open source indicator as usual.