Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
iMarketProfile1_65
Collapse
X
-
hi,
if Profile = 0, you do the profile, no additional info.
Set Profile = 1, you'll have the rest
Leave a comment:
-
-
Hi Cool, well you need a pretty grunty pc to use onbarupdate false. I used to run 2 x P2 dual core computers that used to max out and ninja used to crash often, now run a very grunty quadcore computer with no problems. Cheers.DJ
Leave a comment:
-
Thanks!
My apologies, but another question....
I have the 7.0 version from Hegh installed and working. However, when set to update on bar close as False, it pretty much brings my computer to a halt. CPU usage is around 60%, if on True, it drops to 10%. Is this normal?
Leave a comment:
-
Save file
Hi There, no problem. You need to:
1. Save the file
2. Open the file in notepad
3. Generate a new indicator
4. Copy and paste the code into the indicator you created, compile and save as a new indicator
Good luck
DJ
Leave a comment:
-
What to do with .cs file?
Thanks DJ.Originally posted by djkiwi View PostThanks Hegh2000 for the tip. For those interested I have put in the Initial Balance Range extensions for 25% / 50% and 100% for NT 7 and attached the file.
Cheers
DJ
Can you please tell me how to use the .cs file? I don't see how to import it as a NinjaScript?
Cool
Leave a comment:
-
Initial Balance Range extensions for NT7
Thanks Hegh2000 for the tip. For those interested I have put in the Initial Balance Range extensions for 25% / 50% and 100% for NT 7 and attached the file.
Cheers
DJAttached Files
Leave a comment:
-
Hey can this be made into a 24 hour profile or could you show us how to do it?
Leave a comment:
-
No. # 83, I posted a version of IB extensions (for NT 6.5).
This may give you ideas.
Leave a comment:
-
IB High and Low
Hi hegh2000
I'm trying to create the 50% IB high and Low in Ninja 7 that you outlined earlier for 6.5. I tried to copy the draw rectangle command in the code but got an error. Line 944 has changed so not sure where it would go now. Any ideas would be appreciated. Thanks. DJ
hello
for the first, you do not have to change the indicator.
Create another rather like SimpleGetHighLow for a specific time, then modify it by adding lines as you want.
For the second, by cons, it would modify the indicator itself.
I give you 2 examples with syntax and where you need to insert it, then you choose.
line 944 :
DrawLine("tag1"+ compteur, false, CurrentBar - BarCount, TPOPrice, CurrentBar - BarCount - TPOHigh, TPOPrice, Color.Yellow, DashStyle.Solid, 2);
or
DrawRectangle("tag1"+ compteur, false, CurrentBar - BarCount, TPOPrice, CurrentBar - BarCount - TPOHigh, TPOPrice+TickSize, Color.Yellow, Color.Yellow, 2);
Leave a comment:
-
Ok
Hi hegh2000, the profile is working correctly after all. I misinterpreted the chart. Again thanks for the useful indicator.
Cheers
DJ
Leave a comment:
-
what about the ability to generate a 24 hour profile can you explin hoe to do that or show a screen shot of the propper settings?
Leave a comment:
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by charlesugo_1, 05-26-2026, 05:03 PM
|
0 responses
60 views
0 likes
|
Last Post
by charlesugo_1
05-26-2026, 05:03 PM
|
||
|
Started by DannyP96, 05-18-2026, 02:38 PM
|
1 response
147 views
0 likes
|
Last Post
|
||
|
Started by CarlTrading, 05-11-2026, 05:56 AM
|
0 responses
161 views
0 likes
|
Last Post
by CarlTrading
05-11-2026, 05:56 AM
|
||
|
Started by CarlTrading, 05-10-2026, 08:12 PM
|
0 responses
97 views
0 likes
|
Last Post
by CarlTrading
05-10-2026, 08:12 PM
|
||
|
Started by Hwop38, 05-04-2026, 07:02 PM
|
0 responses
284 views
0 likes
|
Last Post
by Hwop38
05-04-2026, 07:02 PM
|

Leave a comment: