NexusFi: Find Your Edge


Home Menu

 





DoubleMAPaint with sound arrows...


Discussion in NinjaTrader

Updated
      Top Posters
    1. looks_one Big Mike with 24 posts (0 thanks)
    2. looks_two Buster with 12 posts (0 thanks)
    3. looks_3 Peter with 8 posts (4 thanks)
    4. looks_4 sam028 with 7 posts (0 thanks)
    1. trending_up 26,015 views
    2. thumb_up 4 thanks given
    3. group 10 followers
    1. forum 68 posts
    2. attach_file 18 attachments




 
Search this Thread

DoubleMAPaint with sound arrows...

  #51 (permalink)
 
Riverend's Avatar
 Riverend 
Westlake, Oh
 
Experience: Beginner
Platform: NinjaTrader
Trading: CL
Posts: 356 since Jun 2009
Thanks Given: 1,519
Thanks Received: 220


Big Mike View Post
Here are some long and short wav files, there is no way to auto import with Ninja, you have to manually move to your Program Files\NinjaTrader 6.5\sounds directory.

Mike

Thanks Mike I'll give it a try.

Vic

Reply With Quote

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
Quant vue
Trading Reviews and Vendors
Pivot Indicator like the old SwingTemp by Big Mike
NinjaTrader
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
About a successful futures trader who didn´t know anyth …
Psychology and Money Management
 
  #52 (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,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662


Buster View Post
Just the one from your download section so if you put the ADXVMA from that zip into the DoubleMA one then it might fix that problem.
But then again it could be something else who knows.
Its all fixed now on my end anyway thanks heaps for your help.

Buster,

I checked just now. The difference is that version has CalculateOnBarClose forced to true, where my version has no setting.

When you try your ADXVMA 1 setting, are you using COBC true or false within DoubleMA?

The proper way is to not force the COBC setting inside of the ADXVMA.cs, which is the method mine uses. I will have to explore more, but please tell me if you are using DMA setting of COBC true or false.

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
  #53 (permalink)
 
Peter's Avatar
 Peter 
Brisbane; Australia
 
Experience: Intermediate
Platform: NT
Broker: IB/TDA needing new broker
Trading: Futures, Forex, Stocks
Posts: 97 since Jun 2009
Thanks Given: 91
Thanks Received: 118


Mike I was updating my 2nd PC. Did the advised procedure of ChannelThis, delete, etc. and installed the new package.

After editing my local ADXVMA to pricesupported is true .... I got flatlines with ADXVMA=1 (both with DMA and DMAPaintbar in both COBC true and false) while being not connected.
- put the pricesupported code in ADXVMA back on false and restarted NT -> flatline

Overwriting with JayMAPaintbar solved the problem as mentioned above.

In the following tests I started everytime with a working ADXVMA=1 by overwriting with the ADXVMA in JayPaintbar
- changed ADXVMA code to COBC false -> flatline
- commented the whole COBC line out -> flatline

Now the interesting one....
1. overwriting with the JayPaint ADXVMA -> no flatline
2. opened ADXVMA with the editor and compiled without any changes -> flatline
3. load new ADXVMA from JayPaint -> no flatline

Looks more and more to me that it is an NT bug.
BTW I am on NT .10

Will see toninght what happens while being connected to data.

Reply With Quote
  #54 (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,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662

NT might be caching the COBC variable in #initialize. Instead of commenting it out just force it to false
 
Code
CalculateOnBarClose = false;
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
  #55 (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,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662


Peter View Post
Mike I was updating my 2nd PC. Did the advised procedure of ChannelThis, delete, etc. and installed the new package.

BTW, looks like we might need another 'new' package with COBC forced to false on ADXVMA to fix this. NT advises the indicators to not force a COBC either way, which is what I did... but you guys are still experiencing issues.... so we can just force it back to false.

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
  #56 (permalink)
 
Peter's Avatar
 Peter 
Brisbane; Australia
 
Experience: Intermediate
Platform: NT
Broker: IB/TDA needing new broker
Trading: Futures, Forex, Stocks
Posts: 97 since Jun 2009
Thanks Given: 91
Thanks Received: 118

It may not be clear from my text but I tried editing COBC to =false ... it did not work for me.
NT needed a new ADXVMA to work.

As mentioned:
I started with a good/new ADXVMA from JayPaint and a chart without flatline. Then I did a 'strange' test.
I opened the ADXVMA indicator as if I wanted to edit, but I compiled directly after opening without making any changes (so I did not tough COBC=false). This open/compile only action resulted in a flatline.

If the value would have been cached, then the cached value should have been false.... but still I got the flatline.
That is why it doesn't make sense to me.
What is different after open/compile without any editing?

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

he peter you take the old version of adxvma (the first one without changes) with the recompiling you clear out ... and good is. i had the same problem for two weeks ... then i take my first version of adxvma

Reply With Quote
  #58 (permalink)
 
Peter's Avatar
 Peter 
Brisbane; Australia
 
Experience: Intermediate
Platform: NT
Broker: IB/TDA needing new broker
Trading: Futures, Forex, Stocks
Posts: 97 since Jun 2009
Thanks Given: 91
Thanks Received: 118

Thanks WH,

all runs fine at the moment with the JayPaint ADXVMA. Probably it would also run fine with the 'very old' ADXVMA. Didn't test that yet, but I've had it with testing for the moment.

I don't really have a problem at the moment.... with DMAPaint anyway..., , but I wrote the info above down to inform others on what I found.
And confirm a way to solve the ADXVMA issue.

The thing that bugs me is that I can't explain it....

Reply With Quote
  #59 (permalink)
 sukhsan 
Ottawa, Canada
 
Experience: Beginner
Platform: Ninja
Broker: Mirus,Zen-Fire
Trading: Currencies
Posts: 120 since Jun 2009
Thanks Given: 109
Thanks Received: 79

I downloaded the latestest version of MA Paint and i am having problem with ADXVMA when I used setting with 1 I am getting a st horizontal line when changed to value 2 it is working
Any suggestion what to do because there is huge difference with ADXVMA value 1 and 2

SSS

Reply With Quote
  #60 (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,463 since Jun 2009
Thanks Given: 33,239
Thanks Received: 101,662



sukhsan View Post
I downloaded the latestest version of MA Paint and i am having problem with ADXVMA when I used setting with 1 I am getting a st horizontal line when changed to value 2 it is working
Any suggestion what to do because there is huge difference with ADXVMA value 1 and 2

SSS

The difference is in ADXVMA.cs.

Open the file, add the line under the Initialize section:
CalculateOnBarClose = false;

Save/Compile. Remove the indicator from your chart. Exit Ninja. Re-open Ninja. Re-add indicator to your chart. (extra steps due to reported bug by Peter).

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




Last Updated on December 13, 2013


© 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