Announcement
Collapse
No announcement yet.
Partner 728x90
Collapse
NinjaTrader
The Holy Grail Of Intraday Trading System
Collapse
X
-
Here is some info on the Camelback portion.
-
Hi All,Originally posted by manishkumar1982 View PostHello Friends
I have got some Information about Holy Grail like you can say some raw material's. I am Positing here 2 charts in which it clearly show's in 1st chart that staircase line is HI LO in green and red color. In 2nd Chart see the white line in downside which is also using in 1st chart for crossover purpose for Buy and Sell Signal that thing I don't know. I think you can Find it from your side ans that will help to make THAT HOLY GRAIL.
Thanks
Regards
Manish Kumar
The thing I like most about these images is the "stair style" trailing stop indicator part of the display.
If anyone has the code for this or can paste a link where I can find it.
It would make my day.
RJay

Comment
-
You can try StepMA7.1 or NonLagMa. I think either should do the trick.Originally posted by rt6176 View PostHi All,
The thing I like most about these images is the "stair style" trailing stop indicator part of the display.
If anyone has the code for this or can paste a link where I can find it.
It would make my day.
RJay


Comment
-
I was thinking about that. They would require modifications like reversing to opposite direction when crossed and not regressing back to previous values in a reversal.Originally posted by Elliott Wave View PostYou can try StepMA7.1 or NonLagMa. I think either should do the trick.
I'm being lazy. Its easier to copy existing code.

Comment
-
The stop in the picture looks to be based off of ATR. SuperTrend is probably extremely close.Originally posted by rt6176 View PostI was thinking about that. They would require modifications like reversing to opposite direction when crossed and not regressing back to previous values in a reversal.
I'm being lazy. Its easier to copy existing code.


Using a smoothed HeikenAshi as the input for an ATR based stop could also help make the picture much prettier, but not necessarily more useful in real-time.Last edited by Elliott Wave; 12-19-2008, 02:44 PM.
Comment
-
NonLagMa Won't do negative offset. Bummer!!!!
offset Feature is not in stepma7.1.
More programming??? ugh!!!
Comment
-
There is an offset parameter in the MetaTrader version, but unfortunately not in the NT version.Originally posted by rt6176 View PostNonLagMa Won't do negative offset. Bummer!!!!
offset Feature is not in stepma7.1.
More programming??? ugh!!!
Code://---- input parameters extern int Advance = 0; // Offset
Comment
Latest Posts
Collapse
| Topics | Statistics | Last Post | ||
|---|---|---|---|---|
|
Started by Geovanny Suaza, 02-11-2026, 06:32 PM
|
0 responses
602 views
0 likes
|
Last Post
|
||
|
Started by Geovanny Suaza, 02-11-2026, 05:51 PM
|
0 responses
347 views
1 like
|
Last Post
|
||
|
Started by Mindset, 02-09-2026, 11:44 AM
|
0 responses
103 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
559 views
1 like
|
Last Post
|
||
|
Started by RFrosty, 01-28-2026, 06:49 PM
|
0 responses
558 views
1 like
|
Last Post
by RFrosty
01-28-2026, 06:49 PM
|

Comment