NexusFi: Find Your Edge


Home Menu

 





cunparis journal, thoughts, and more


Discussion in Trading Journals

Updated
      Top Posters
    1. looks_one cunparis with 532 posts (485 thanks)
    2. looks_two gabga100 with 28 posts (10 thanks)
    3. looks_3 Big Mike with 27 posts (22 thanks)
    4. looks_4 rassi with 27 posts (13 thanks)
      Best Posters
    1. looks_one fiki with 2.9 thanks per post
    2. looks_two BunnyDumb with 2.4 thanks per post
    3. looks_3 cunparis with 0.9 thanks per post
    4. looks_4 Big Mike with 0.8 thanks per post
    1. trending_up 166,330 views
    2. thumb_up 763 thanks given
    3. group 56 followers
    1. forum 905 posts
    2. attach_file 372 attachments




Closed Thread
 
Search this Thread

cunparis journal, thoughts, and more

  #91 (permalink)
Richard
Dallas TX/USA
 
Posts: 153 since Jun 2009
Thanks Given: 33
Thanks Received: 284

... and here is a version for multicharts:

 
Code
inputs: period(30), threshold(600), normcolor(blue), highcolor(red);

vars:
  int pace(0),
  int indx(0);
  


pace = 0;
indx = 0; 
while(indx < CurrentBar) begin
  value1 = time_s - time_s[indx];
  if(value1 < 0) then value1 = time_s + 240000 - time_s[indx];
  if(value1 < period) then pace = pace + barinterval
  else break;
  indx = indx + 1; 
end;

plot1(pace,"pace",iff(pace > threshold,highcolor,normcolor));
(make sure you give it a linear scale)

Attached Thumbnails
Click image for larger version

Name:	resistance6.png
Views:	290
Size:	39.5 KB
ID:	9805  
Thanked by:

Can you help answer these questions
from other members on NexusFi?
Better Renko Gaps
The Elite Circle
ZombieSqueeze
Platforms and Indicators
MC PL editor upgrade
MultiCharts
Exit Strategy
NinjaTrader
Trade idea based off three indicators.
Traders Hideout
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Just another trading journal: PA, Wyckoff & Trends
34 thanks
Tao te Trade: way of the WLD
24 thanks
My NQ Trading Journal
14 thanks
Vinny E-Mini & Algobox Review TRADE ROOM
13 thanks
GFIs1 1 DAX trade per day journal
11 thanks
  #92 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,093


Richard View Post
FWIW if you are only using it COBC=true on tick charts, then I think this code does the same thing without a need to define a class and keep a list of them:

I guess maybe you were planning to have it count ticks on any kind of bar, at some point, real-time only?

Thanks for the code, that is a great simplification. I'll test it out and if it gives the same results I'll release a new version with your algorithm.

I started it wanting it to work for any bar and it got a bit complicated. I started with a 30 second chart and for some reason I saw a shortcut to just use a tick bar and add them up. Which is better than 30 sec chart because with a tick chart you get the readings more often without affecting the result.

It worked pretty well for CL today but the hard part to using it is knowing how to handle the cases when it doesn't work. It was very early on the big move down and then the final bottom didn't have much of a signal. Will take some practice to figure all this out.

Follow me on Twitter Started this thread
  #93 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,093



Richard View Post
... and here is a version for multicharts:

Does multicharts have time precision more than 1 second? I'd like to try this out on tradestation, I'm trying to avoid ninjatrader for charting. Today Ninja got really slow on me, unusable even. I didn't have anything open today that I didn't yesterday except this POT indicator and since that had COBC = true it shouldn't have been slow. I had to close some unused charts & doms and then it was ok.

Follow me on Twitter Started this thread
  #94 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,093

Tomorrow (Tuesday) I'm taking the day off to assist with my daughter's field trip at school. Be back on Wednesday.

If anyone trades the dax from the 9-noon CET (european time) let me know. I'm thinking about creating a small trade room for the dax.

Follow me on Twitter Started this thread
  #95 (permalink)
Richard
Dallas TX/USA
 
Posts: 153 since Jun 2009
Thanks Given: 33
Thanks Received: 284


cunparis View Post
Does multicharts have time precision more than 1 second? I'd like to try this out on tradestation.

Won't work on tradestation, which only has 1-minute granularity last I checked. On multicharts you get 1-second granularity... not as precise as ninja but since we are counting 20 or 30 seconds at a time, that shouldn't be a big issue in this case.

Thanked by:
  #96 (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

Thanks CUNPARIS for another nice thread.

  #97 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,093

I released a new version of the POT indicator. It has audio alerts and I also used Richard's algorithm which is much more efficient. It turns out that my algorithm was the source of my ninja slowdowns. I noticed this when using it with market replay. When I dragged the time slider it took about 20 minutes to update the chart.



for the audio alert, here's a wave file:

Attached Files
Elite Membership required to download: paceoftape.rar
Follow me on Twitter Started this thread
  #98 (permalink)
 
hinode's Avatar
 hinode 
Czech Republic
 
Experience: Intermediate
Platform: Ninja Trader
Trading: FDAX, 6E, CL
Posts: 41 since Oct 2009
Thanks Given: 17
Thanks Received: 34


cunparis View Post
Tomorrow (Tuesday) I'm taking the day off to assist with my daughter's field trip at school. Be back on Wednesday.

If anyone trades the dax from the 9-noon CET (european time) let me know. I'm thinking about creating a small trade room for the dax.


I usually trade dax morning session and would like to join the trading room. Please let me know if you create it.

Visit my NexusFi Trade Journal
  #99 (permalink)
 
cunparis's Avatar
 cunparis 
Paris, France
 
Experience: Advanced
Platform: Market Delta & Ninjatrader
Trading: ES
Posts: 2,565 since Jun 2009
Thanks Given: 1,162
Thanks Received: 2,093

Dax trading abysmal today. I had two trades that I ended up exiting at BE and +1 and they would have went on to hit at least +10. So I need more confidence there. That was as the dax was in a trading range.

Dax broke out and I didn't learn my lesson from crude the other day and I didn't keep in mind the big picture which was supporting a breakout.

I hope I learn it this time.

Attached Thumbnails
Click image for larger version

Name:	dax pl.png
Views:	193
Size:	43.6 KB
ID:	9868  
Follow me on Twitter Started this thread
  #100 (permalink)
 
trippenlatin's Avatar
 trippenlatin 
Houston, Tx
 
Experience: Advanced
Platform: TT / NinjaTrader
Broker: Esignal / Zen-Fire
Trading: CL
Posts: 185 since Mar 2010
Thanks Given: 144
Thanks Received: 315


Funny, I was thinking this morning of starting a room CL...I will do it, if anyone wants to join...maybe we can start a new thread about it.


Closed Thread



Last Updated on December 3, 2010


© 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