Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
Please help me to fix this indicator script
Collapse
X
-
Please help me to fix this indicator script
The attached script is for drawing the Camarilla pivot lines which I developed based on the script for Ninja provided indicator "Pivots". It doesn't work and I couldn't find anything wrong with it. Please help me to fix it. Thank you.Tags: None
-
Unfortunately we cannot provide individual coding support. You will need to debug your code. Please check out this tip: http://www.ninjatrader-support.com/v...ead.php?t=3418Josh P.NinjaTrader Customer Service
-
Check in your "#region Variables" section this LineOriginally posted by intrader View PostThe attached script is for drawing the Camarilla pivot lines which I developed based on the script for Ninja provided indicator "Pivots". It doesn't work and I couldn't find anything wrong with it. Please help me to fix it. Thank you.
private SolidBrush[] brushes
you need to add 4 more brushes. Hope that help
Regards
Comment
-
Yes, it did help and worked! Thank you very much PrTester! I appreciate youOriginally posted by PrTester View PostCheck in your "#region Variables" section this Line
private SolidBrush[] brushes
you need to add 4 more brushes. Hope that help
Regards
going through the code and pin pointing the problem.
Comment
-
-
-
-
Ok hopefully someone will get a chance to look at it.
I'm mostly interested as I believe this is the type of pivot point calculations used by Peter Bain's system (forex mentor).
Comment
-
-
Thanks for your suggestion. I'll add it to the list of future considerations....Originally posted by Josh View PostIf you feel inclined maybe you could try your own hand at it? I suggest you check the Control Center logs to look for any errors.
I'm still on hour 1 of 'Teach Yourself Visual C# in 24 hours", but I'll give it a shot!
Comment
-
did you got the indicator to work properly?
on this thread they also had the same issue
if you have an updated version, i would welcome it if you can share it here
Originally posted by Elliott Wave View PostThanks for your suggestion. I'll add it to the list of future considerations....
I'm still on hour 1 of 'Teach Yourself Visual C# in 24 hours", but I'll give it a shot!
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
571 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
331 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
101 views
0 likes
|
Last Post
by Mindset
02-09-2026, 11:44 AM
|
||
|
Started by Geovanny Suaza, 02-02-2026, 12:30 PM
|
0 responses
549 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
549 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment