Find Jobs
Hire Freelancers

ninjatrader 8 simple code

₹600-1500 INR

Closed
Posted almost 2 years ago

₹600-1500 INR

Paid on delivery
You can loop through the price levels of the bar by tick size to get the highest and lowest price levels of the bar, then you can use VolumetricBars' GetAskVolumeForPrice and GetBidVolumeForPrice to get the bid/ask volume of those price levels. Looping through price levels of a bar, from low to high: Code: for (double rowPrice = Low[0]; rowPrice <= High[0]; rowPrice += TickSize) Looping through price levels of a bar, from high to low: Code: for (double rowPrice = High[0]; rowPrice >= Low[0]; rowPrice -= TickSize) You could limit the loop to check 2 price levels if you do the following: Looping through price levels of a bar to get the bottom 2 price levels, from low to high: Code: for (double rowPrice = Low[0]; rowPrice <= Low[0] + TickSize; rowPrice += TickSize) Volumetric Bars Data Access methods can be found here - [login to view URL] As this thread was opened in our Platform Technical Support forum, we ask that if you have any other NinjaScript related questions, to open a thread in the NinjaScript Indicator Development or Strategy Development forums if you have additional NinjaScript questions.
Project ID: 33741832

About the project

1 proposal
Remote project
Active 2 yrs ago

Looking to make some money?

Benefits of bidding on Freelancer

Set your budget and timeframe
Get paid for your work
Outline your proposal
It's free to sign up and bid on jobs
1 freelancer is bidding on average ₹1,050 INR for this job
User Avatar
Hello NinjaTrader Yes I m Freelancer Ninjatrader C++ . I m first bidder ask for send 2 messages to have good discuss project . I can download Ninjatrader C++ platform and develop these simple codes as describes here project .My budget is only $50 Thanks . I ask for not award project until have all checks and complete
₹1,050 INR in 7 days
5.0 (7 reviews)
1.8
1.8

About the client

Flag of INDIA
ghaziabad, India
5.0
3
Payment method verified
Member since Jul 12, 2014

Client Verification

Thanks! We’ve emailed you a link to claim your free credit.
Something went wrong while sending your email. Please try again.
Registered Users Total Jobs Posted
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Loading preview
Permission granted for Geolocation.
Your login session has expired and you have been logged out. Please log in again.