Skip to content

Commit

Permalink
Bar: ENUM_PP_TYPE: Improves enum comments
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Nov 3, 2021
1 parent 7bb04a3 commit 47afe52
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Bar.enum.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@

/* Pivot Point calculation method. */
enum ENUM_PP_TYPE {
PP_CAMARILLA = 1, // A set of eight levels which resemble support and resistance values
PP_CAMARILLA = 1, // Camarilla: A set of eight levels which resemble support and resistance values
PP_CLASSIC = 2, // Classic pivot point
PP_FIBONACCI = 3, // Fibonacci pivot point
PP_FLOOR = 4, // Most basic and popular type of pivots used in Forex trading technical analysis
PP_FLOOR = 4, // Floor: Most basic and popular type of pivots used in Forex trading technical analysis
PP_TOM_DEMARK = 5, // Tom DeMark's pivot point (predicted lows and highs of the period)
PP_WOODIE = 6, // Woodie's pivot point are giving more weight to the Close price of the previous period
};

0 comments on commit 47afe52

Please sign in to comment.