NexusFi: Find Your Edge


Home Menu

 





New Paintbar 4 Shortterm


Discussion in NinjaTrader

Updated
    1. trending_up 3,354 views
    2. thumb_up 3 thanks given
    3. group 2 followers
    1. forum 2 posts
    2. attach_file 2 attachments




 
Search this Thread

New Paintbar 4 Shortterm

  #1 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512

Hello,

i will follow the sharky rule, but i am not disciplined. i want to trade all ...
so i look for a conservative style. i want to trade 2 or 4 trade pro session and will hope it helps ... i do not make more counter trends ...

the rmma in panel 2 shows condolidation zones ... never buy/sell if close[0] is in zone ... wma 1 - 360

so i add this in doublemapaint code

 
Code
                            
//if(rising)
                
if(rising)
                {
                    
RisingPlot.Set(bar 1val2);
                    
RisingPlot.Set(barval1);
                    if (
PaintBar && Close[0] > WMA(Close,360)[0])
                        
BarColor barColorUp;
                    else 
                        
BarColor barColorNeutral;
                    
Signal.Set(1);
                }
                
//else if(falling)
                
else if(falling)
                {
                    
FallingPlot.Set(bar 1val2);
                    
FallingPlot.Set(barval1);
                    if (
PaintBar && Close[0] < WMA(Close,360)[0])
                        
BarColor barColorDown;
                    else 
                        
BarColor barColorNeutral;
                    
Signal.Set(-1);
                } 
sorry can not export ...

Attached Thumbnails
Click image for larger version

Name:	New Paintbar.png
Views:	403
Size:	443.3 KB
ID:	511  
Attached Files
Elite Membership required to download: DoubleMAPaint.cs
Started this thread Reply With Quote
Thanked by:

Can you help answer these questions
from other members on NexusFi?
How to apply profiles
Traders Hideout
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
NexusFi Journal Challenge - May 2024
Feedback and Announcements
Better Renko Gaps
The Elite Circle
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Spoo-nalysis ES e-mini futures S&P 500
48 thanks
Just another trading journal: PA, Wyckoff & Trends
31 thanks
Tao te Trade: way of the WLD
24 thanks
Bigger Wins or Fewer Losses?
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
  #2 (permalink)
 
Big Mike's Avatar
 Big Mike 
Manta, Ecuador
Site Administrator
Developer
Swing Trader
 
Experience: Advanced
Platform: Custom solution
Broker: IBKR
Trading: Stocks & Futures
Frequency: Every few days
Duration: Weeks
Posts: 50,446 since Jun 2009
Thanks Given: 33,217
Thanks Received: 101,610

wh,

So you are using a WMA(360) moving average, as in 360 bars of length and basically trading it as a long/short signal? If your paint bars would normally be long, but the WMA 360 is not yet long, then you paint yellow and vice versa for shorts?

I did something similar with SuperTrend lately (my own version, called TrendBars2). I mentioned it in the VIP section you maybe saw it.

I think it is a good idea and I like mine this way as well. I am using a different method (discussed in VIP section) but I think the method you use to calculate it is probably not critical, just find something as you have done that keeps you out of the "middle".

Are you scalping for ticks? If yes, then we are alike, so I don't need to be first in line when a trend reverses, I just need the trend to continue a few ticks so I can get my piece. Too many traders try to find the indicator that gives them that early signal, when really being first is not the best in trading.

Mike

We're here to help: just ask the community or contact our Help Desk

Quick Links: Change your Username or Register as a Vendor
Searching for trading reviews? Review this list
Lifetime Elite Membership: Sign-up for only $149 USD
Exclusive money saving offers from our Site Sponsors: Browse Offers
Report problems with the site: Using the NexusFi changelog thread
Follow me on Twitter Visit my NexusFi Trade Journal Reply With Quote
Thanked by:
  #3 (permalink)
 
wh's Avatar
 wh 
Neubrandenburg, Germany
 
Experience: Advanced
Platform: R
Trading: Stocks
Posts: 538 since Jun 2009
Thanks Given: 298
Thanks Received: 512


mike,

the idea with wma 360 came on a 4 minute chart. 4 * 360 is one day. but on 4 range charts i do not know why, works better. when price reverse i made to many trades.

but we are looking for some pips/points. so new paintbar shows only if long or short niveau == trend and so i do not see the counter trends, which always tempts me ... to lose money ...

Started this thread Reply With Quote




Last Updated on July 3, 2009


© 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