NexusFi: Find Your Edge


Home Menu

 





Perrys Trading -> Strategy - development


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one MWinfrey with 52 posts (163 thanks)
    2. looks_two wgreenie with 48 posts (18 thanks)
    3. looks_3 porpor1234 with 18 posts (0 thanks)
    4. looks_4 fusion with 15 posts (9 thanks)
      Best Posters
    1. looks_one Braulio with 3.4 thanks per post
    2. looks_two MWinfrey with 3.1 thanks per post
    3. looks_3 max-td with 0.9 thanks per post
    4. looks_4 wgreenie with 0.4 thanks per post
    1. trending_up 93,750 views
    2. thumb_up 247 thanks given
    3. group 61 followers
    1. forum 259 posts
    2. attach_file 95 attachments




 
Search this Thread

Perrys Trading -> Strategy - development

  #141 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335


ghman101 View Post
Hi Mike, thank you for your response. Here is my point, I should have been a little more precise. TechSmith | Screencast.com, online video sharing, 2010-10-18_1950 Again, I am not criticizing, as your work is excellent and appreciated. Also, is there any way to tie the 4 & 8 together so when we have both sigs, we go (or is that the point you and someone else were already talking about on here). Also, is there a way to add a query of the ADX box to see if greater than 25, i.e. have that part of the signal set?

Lastly, any way to code this into a strategy for NT7 (perhaps using Beth's former NT6.5 code), including the visual signals you presently show?

I understand...I didn't see you as criticizing at all.

I see...the highest bar IS the trigger bar. So, the line is in the corrrect place.

indicators in nt6.5 cannot be multitimeframe. can do that in nt7 but not so sure I want to do that. I really don't want to take this too far. Seems that it would be pretty easy to have both charts up with the DMPlusSignals indicator on both. that really should be sufficient I would think.

I've already done a strategy for method 1 for nt6.5 and nt7 are posted at

The Signal indicators posted at that link are not the current ones.

By the way, I'm wondering what you're hoping to accomplish by adding additional rules. Care to give a few details?

Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Futures True Range Report
The Elite Circle
Deepmoney LLM
Elite Quantitative GenAI/LLM
My NT8 Volume Profile Split by Asian/Euro/Open
NinjaTrader
Are there any eval firms that allow you to sink to your …
Traders Hideout
ZombieSqueeze
Platforms and Indicators
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
59 thanks
Funded Trader platforms
36 thanks
NexusFi site changelog and issues/problem reporting
25 thanks
GFIs1 1 DAX trade per day journal
19 thanks
The Program
18 thanks
  #142 (permalink)
 
max-td's Avatar
 max-td 
Frankfurt
 
Experience: Intermediate
Platform: NinjaTrader
Trading: FGBL 6E B4
Posts: 1,752 since Jun 2009
Thanks Given: 2,309
Thanks Received: 927

hey folks,

nice action here, i like that kind of projects !
also i love the Perry-style - allthough i didnt trade it - lol
i am more an observer of such systems cause i like such sets of exact rules + the challenge to work with codes on it.

so thanks for the great input here mike ! realy very nice coding !

2 things from my side here + now :

if you try to look at the charts if the conditions are hit, especialy the "touch the EMA5"-condition,
- for the visual check so to speak - its very helpful to set the EMA5 to hashmarks instead of a line.
that gives you (visualy) the exact values of the EMA on each single Bar even if its not a different "number" because of the roundings.



try it out !


and another thing for ghman101:



at picture No1 it may be the missing Force-long-condition
and in picture No2 maybe a "not touching EMA5"

at the bars you think it should be a trigger bar / you miss the lines.

i cant look at it very exactly because thats difficult on those pictures, but you can check it again on your charts.
maybe thats the points here.


again, thanks to mike for the nice codes!
they are a perfect example of how to code + combine condition-sets in indicators
+ how to code clean + clear with descriptions & explainations in it

i really lovin' it


-

max-td
Reply With Quote
Thanked by:
  #143 (permalink)
 
perryg's Avatar
 perryg 
Rechovot
 
Experience: Advanced
Platform: NinjaTrader
Broker: CQG
Trading: Index,Currency and Energy futures
Posts: 1,644 since Jan 2010
Thanks Given: 508
Thanks Received: 6,288



max-td View Post
hey folks,


if you try to look at the charts if the conditions are hit, especialy the "touch the EMA5"-condition,
- for the visual check so to speak - its very helpful to set the EMA5 to hashmarks instead of a line.
that gives you (visualy) the exact values of the EMA on each single Bar even if its not a different "number" because of the roundings.


Max-Td

Nice idea !!!!!

Reply With Quote
  #144 (permalink)
 ghman101 
Daphne
 
Experience: Intermediate
Platform: TradeStation, TOS, Infinity, NT7
Broker: As above
Trading: ES, 6E, 6B, 6J
Posts: 144 since Apr 2010
Thanks Given: 224
Thanks Received: 84


max-td View Post
hey folks,

nice action here, i like that kind of projects !
also i love the Perry-style - allthough i didnt trade it - lol
i am more an observer of such systems cause i like such sets of exact rules + the challenge to work with codes on it.

so thanks for the great input here mike ! realy very nice coding !

2 things from my side here + now :

if you try to look at the charts if the conditions are hit, especialy the "touch the EMA5"-condition,
- for the visual check so to speak - its very helpful to set the EMA5 to hashmarks instead of a line.
that gives you (visualy) the exact values of the EMA on each single Bar even if its not a different "number" because of the roundings.



try it out !


and another thing for ghman101:



at picture No1 it may be the missing Force-long-condition
and in picture No2 maybe a "not touching EMA5"

at the bars you think it should be a trigger bar / you miss the lines.

i cant look at it very exactly because thats difficult on those pictures, but you can check it again on your charts.
maybe thats the points here.


again, thanks to mike for the nice codes!
they are a perfect example of how to code + combine condition-sets in indicators
+ how to code clean + clear with descriptions & explainations in it

i really lovin' it


-

Hey, good idea, I changed to hash and will keep it. But as to signals showing late...again I may be wrong or missing something, so let me know if you see different, but here is a purported late signal using the EMA 5 hash marks. TechSmith | Screencast.com, online video sharing, 2010-10-19_1559 I apologize in advance if I've screwed up on the rules or reading it correctly.

Reply With Quote
  #145 (permalink)
 fusion 
East Coast
 
Experience: Beginner
Platform: NinjaTrader,
Trading: es
Posts: 83 since Aug 2010
Thanks Given: 272
Thanks Received: 25

Hi MWinfrey,

Your DMPlusSignals_v2 helps me a lot to learn Perry's method. My data feed is eSignal.

Chart A: It's a revised image from

Chart B: This is the enlarged image of Chart A.

Chart C: Comparing Chart B with CL 10/19/2010 chart.

It seems there's difference between Perry's rules and your indicator for Trading Method 2. Would you comments, please? TIA!

Attached Thumbnails
Click image for larger version

Name:	Chart A.gif
Views:	308
Size:	69.4 KB
ID:	23562   Click image for larger version

Name:	Chart B.gif
Views:	258
Size:	31.3 KB
ID:	23564   Click image for larger version

Name:	Chart C.gif
Views:	315
Size:	69.0 KB
ID:	23566  
Reply With Quote
Thanked by:
  #146 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335


fusion View Post
Hi MWinfrey,

Your DMPlusSignals_v2 helps me a lot to learn Perry's method. My data feed is eSignal.

Chart A: It's a revised image from

Chart B: This is the enlarged image of Chart A.

Chart C: Comparing Chart B with CL 10/19/2010 chart.

It seems there's difference between Perry's rules and your indicator for Trading Method 2. Would you comments, please? TIA!


You know what? I think you may be right. I've changed my rules in the code. See the next post for the updated indicator.

Reply With Quote
  #147 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335

Thanks to fusion, I think he found an error in the Method 2 rules. I made the change and believe it is correct now.

Attached Files
Elite Membership required to download: DMPlusSignals_v3_nt65.zip
Elite Membership required to download: DMPlusSignals_v3_nt7.zip
Reply With Quote
  #148 (permalink)
 
vast's Avatar
 vast 
Australia
 
Experience: Intermediate
Platform: Ninja
Posts: 167 since Jun 2009
Thanks Given: 154
Thanks Received: 62


ghman101 View Post
Hey, good idea, I changed to hash and will keep it. But as to signals showing late...again I may be wrong or missing something, so let me know if you see different, but here is a purported late signal using the EMA 5 hash marks. TechSmith | Screencast.com, online video sharing, 2010-10-19_1559 I apologize in advance if I've screwed up on the rules or reading it correctly.

I have found that to be the case as well. The entry line seems to be always based on the entry bar and not the highest/low of the previous 5 (including entry)
Maybe we have both misunderstood.

Reply With Quote
  #149 (permalink)
 
MWinfrey's Avatar
 MWinfrey 
Lubbock TX
 
Experience: Intermediate
Platform: NinjaTrader
Broker: Stage 5 Trading
Trading: CL
Posts: 1,878 since Jul 2009
Thanks Given: 1,450
Thanks Received: 3,335

Method 1 long entry is 1 tick above the high of the last 5 bars which includes the trigger bar.
Method 2 long entry is 1 tick above the high of the trigger bar.


vast View Post
I have found that to be the case as well. The entry line seems to be always based on the entry bar and not the highest/low of the previous 5 (including entry)
Maybe we have both misunderstood.


Reply With Quote
Thanked by:
  #150 (permalink)
 fusion 
East Coast
 
Experience: Beginner
Platform: NinjaTrader,
Trading: es
Posts: 83 since Aug 2010
Thanks Given: 272
Thanks Received: 25


Hi Mike,

I have few questions to ask you regarding indicator DMPlusSignals_v3. The attached chart was generated with NT 6.5.

1. The bar is 2nd falling bar; yet, no signal. The readings (1188.79 - two bars before bar 1; 1188.78 - one bar before bar 1) of EMA5 can prove my observation. I’m wondering if there‘s rounding issue here?

2. This bar meets rule of Method 2, Short; but, no signal fired.

3 & 4. Two gravestone doji bars; but, no signals marking here. Please read Perry’s explanation regarding doji---
[COLOR=#0000ff]https://nexusfi.com/journals-daily-charts-chart-reading/3514-perrys-trading-platform-63.html#post71828 post# 630[/COLOR]

5. The bar is 2nd rising bar; yet, no signal. The readings (1186.89 - two bars before bar 1; 1186.92 -one bar before bar 5) of EMA5 can prove my observation. Is there rounding issue here again?

6. Although it is in End Trend zone, it is Setup bar for Method 1, Long, no signal found.

The six cases stated above happen daily; and, I’m not capable of solving the problem. I present them here are mainly for discussion; and, they may be helpful for your further improving the indicator. It is possible that I misunderstand Perry’s rules. However I appreciate your hard work. TIA!






Attached Thumbnails
Click image for larger version

Name:	Big Dots.gif
Views:	289
Size:	39.8 KB
ID:	24131  
Reply With Quote
Thanked by:




Last Updated on October 21, 2015


© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top
no new posts