NexusFi: Find Your Edge


Home Menu

 





Camarilla Pivot Indicator for Multicharts -- 6e futures


Discussion in MultiCharts

Updated
      Top Posters
    1. looks_one bwdtrading with 11 posts (1 thanks)
    2. looks_two Jura with 5 posts (8 thanks)
    3. looks_3 shanemcdonald28 with 2 posts (4 thanks)
    4. looks_4 approx with 2 posts (0 thanks)
    1. trending_up 8,812 views
    2. thumb_up 13 thanks given
    3. group 5 followers
    1. forum 21 posts
    2. attach_file 8 attachments




 
Search this Thread

Camarilla Pivot Indicator for Multicharts -- 6e futures

  #1 (permalink)
 approx 
mountain view, ca
 
Experience: Intermediate
Platform: multicharts, NT
Trading: 6E
Posts: 17 since Sep 2011
Thanks Given: 26
Thanks Received: 3

Has anyone written Camarilla Pivot indicator for Multicharts that I can use? I see there is one for Ninjatrader - AnaPivots..

Started this thread Reply With Quote

Can you help answer these questions
from other members on NexusFi?
NT7 Indicator Script Troubleshooting - Camarilla Pivots
NinjaTrader
ZombieSqueeze
Platforms and Indicators
New Micros: Ultra 10-Year & Ultra T-Bond -- Live Now
Treasury Notes and Bonds
Are there any eval firms that allow you to sink to your …
Traders Hideout
Build trailing stop for micro index(s)
Psychology and Money Management
 
Best Threads (Most Thanked)
in the last 7 days on NexusFi
Get funded firms 2023/2024 - Any recommendations or word …
60 thanks
Funded Trader platforms
43 thanks
NexusFi site changelog and issues/problem reporting
24 thanks
GFIs1 1 DAX trade per day journal
22 thanks
The Program
19 thanks
  #2 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690


approx View Post
Has anyone written Camarilla Pivot indicator for Multicharts that I can use? I see there is one for Ninjatrader - AnaPivots..

I do not know of such an indicator for MultiCharts. If you want someone to convert it to MultiCharts, you can request that in this thread.

If you do, can you address these questions?
I could not find an "AnaPivots" indicator in the downloads section. Do you mean the SessionPivotsV37 indicator that has file names like anaPivotsDaily etc? Or do you mean this anaPivots... indicator in this thread? If so, which version? I'm not really motivated to spit through that whole thread, so can you perhaps provide an screenshot of what that indicator should look like?
Regards,

Reply With Quote
Thanked by:
  #3 (permalink)
 approx 
mountain view, ca
 
Experience: Intermediate
Platform: multicharts, NT
Trading: 6E
Posts: 17 since Sep 2011
Thanks Given: 26
Thanks Received: 3



Jura View Post
I do not know of such an indicator for MultiCharts. If you want someone to convert it to MultiCharts, you can request that in this thread.

If you do, can you address these questions?
I could not find an "AnaPivots" indicator in the downloads section. Do you mean the SessionPivotsV37 indicator that has file names like anaPivotsDaily etc? Or do you mean this anaPivots... indicator in this thread? If so, which version? I'm not really motivated to spit through that whole thread, so can you perhaps provide an screenshot of what that indicator should look like?
Regards,

Thanks Jura. I'll check out that Thread and request it there or maybe try to write something quick and dirty myself.
SessionPivotsV37 - that has the anaPivotDaily indicator. Basically, mulltichart charts has an indicator that'll show PP/S1/S2/S3/R1/R2/R3, but that would not work for Forex/Currency Futures as the Start/End times are different for currency markets.

Started this thread Reply With Quote
  #4 (permalink)
bwdtrading
Chattanooga TN/USA
 
Posts: 13 since Sep 2014
Thanks Given: 5
Thanks Received: 2

I too am looking for camarilla pivots for Multicharts.Net version or someone who can program them...I am not versed in programming myself.

Thanks, David

Reply With Quote
  #5 (permalink)
shanemcdonald28
new york
 
Posts: 355 since Mar 2012
Thanks Given: 665
Thanks Received: 582

Not for the .net version.
But traders exchange at TradersXchange ? Index page has plenty for the regular version, as well as many other indicators and strategies.

excellent source for multicharts code

for coding resources and help with .net programming. go to

https://www.tradingcode.net/multicharts-net-programming-articles/


user ABCTG is an expert programmer with multicharts and reasonably priced also.

Reply With Quote
Thanked by:
  #6 (permalink)
bwdtrading
Chattanooga TN/USA
 
Posts: 13 since Sep 2014
Thanks Given: 5
Thanks Received: 2

thanks for the info. I am finding that there is much more available for the std. version of Multicharts. I use IB as my broker and the .Net version is free but the other is available also for a reasonable fee so I will probably just switch to it. I only want it for the one indicator anyway, my TWS charts have everything else I want.

Reply With Quote
  #7 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690

What is the code for Camarilla pivots by the way? Perhaps we can make a MultiCharts .NET indicator from it.

Reply With Quote
Thanked by:
  #8 (permalink)
bwdtrading
Chattanooga TN/USA
 
Posts: 13 since Sep 2014
Thanks Given: 5
Thanks Received: 2

This is the standard formula for Camarilla pivots. The actual pivot level is the same as floor trader pivots and all I really want are the PP and R3/R4 and S3/S4...I don't use the S1/S2 or R1/R2 levels.

It would be great if someone can code this for Multicharts.Net. Unfortunately for me I am totally NOT a programmer.
I have found one source that sells a pivot point package for the regular Multicharts for $150.00 and it includes all different kinds of pivots but I just want the Camarilla.

Thanks for checking into this for me. It may be helpful to others as well to have this available.



R4 = C + RANGE * 1.1/2
R3 = C + RANGE * 1.1/4
R2 = C + RANGE * 1.1/6
R1 = C + RANGE * 1.1/12
PP = (HIGH + LOW + CLOSE) / 3
S1 = C - RANGE * 1.1/12
S2 = C - RANGE * 1.1/6
S3 = C - RANGE * 1.1/4
S4 = C - RANGE * 1.1/2

Where R1 through R4 are Resistance levels 1 to 4, PP is the Pivot Point, S1 through S4 are support levels 1 to 4, RANGE is the High minus the Low for the given time frame (usually daily). C stands for the Closing price.

Reply With Quote
Thanked by:
  #9 (permalink)
 
Jura's Avatar
 Jura   is a Vendor
 
Posts: 775 since Apr 2010
Thanks Given: 2,352
Thanks Received: 690

Hi bwdtrading,



The colours for each line can be changed in the inputs, the thickness of the lines as well as their styles (solid, dash, dotted, etc) can be changed in the 'Style' tab from the 'Format Study' window.

I've used this online tool to verify the Camarilla pivot values for multiple days, and they were correct.

That being said, if you find an error let me know.

(It's in a zip file because, @Big Mike, the forum does not allow the uploading of MultiCharts .NET .pln files).

Attached Files
Elite Membership required to download: CamarillaPivots_11-9-14.zip
Reply With Quote
Thanked by:
  #10 (permalink)
bwdtrading
Chattanooga TN/USA
 
Posts: 13 since Sep 2014
Thanks Given: 5
Thanks Received: 2


Thank you very much...I will try this and see what happens.

Will let you know if I can get it loaded onto Multicharts.Net

Thanks,

David

Reply With Quote




Last Updated on March 1, 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