vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.6 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=194)
-   -   Add-On Releases - Pivot Point Calculator for Financial Forums (https://vborg.vbsupport.ru/showthread.php?t=147836)

soletrader 05-21-2007 10:00 PM

Pivot Point Calculator for Financial Forums
 
Here is a vbadvanced module for those who run a financial or trading forum.

This is a pivot point calculator using 4 set of different formulas.

1. Classic Formula
2. Woodie's Pivots
3. Carmarilla's Pivots
4. Classic Revised

The pivot point calculator uses the following formulas:

Classic Formula

R4 = R3 + RANGE (same as: PP + RANGE * 3)
R3 = R2 + RANGE (same as: PP + RANGE * 2)
R2 = PP + RANGE
R1 = (2 * PP) - LOW
PP = (HIGH + LOW + CLOSE) / 3
S1 = (2 * PP) - HIGH
S2 = PP - RANGE
S3 = S2 - RANGE (same as: PP - RANGE * 2)
S4 = S3 - RANGE (same as: PP - RANGE * 3)

Woodie Pivot Points


R4 = R3 + RANGE
R3 = H + 2 * (PP - L) (same as: R1 + RANGE)
R2 = PP + RANGE
R1 = (2 * PP) - LOW
PP = (HIGH + LOW + CLOSE) / 3
S1 = (2 * PP) - HIGH
S2 = PP - RANGE
S3 = L - 2 * (H - PP) (same as: S1 - RANGE)
S4 = S3 - RANGE

Camarilla Pivot Points

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

Classic Revised

R3 = R1 + RANGE
R2 = PP + RANGE
R1 = (2 * PP) - LOW
PP = (HIGH + LOW + CLOSE) / 3
S1 = (2 * PP) - HIGH
S2 = PP - RANGE
S3 = S1 - RANGE

The midpoint is obtained by simply dividing the pivots by two.


COPYRIGHT CAN NOT BE REMOVED.

This module is not supported and I will not answer any questions. The reason being.. I am not a coder and had this made by someone else. Heck, I barely know html.

LIVE DEMO

bada_bing 05-23-2007 01:18 PM

Wow cool.. Is there any way you can create a marine type calculator that calculates PH,Alkalinty,calcuim and so on I will pay for this also PM ME

iogames 05-24-2007 02:21 PM

Is not important if you're a coder or not, if you know HTML or neither... the rudeness and 'meanness' as you expressed... this is a civil Society too!

By the way, nice hack...:up:

Coders Shack 05-25-2007 06:47 AM

Quote:

Originally Posted by iogames (Post 1253848)
Is not important if you're a coder or not, if you know HTML or neither... the rudeness and 'meanness' as you expressed... this is a civil Society too!

By the way, nice hack...:up:

meanness/rudeness? Not sure how you concluded to that.


All times are GMT. The time now is 01:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.00986 seconds
  • Memory Usage 1,719KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (4)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete