Home | Trading Alchemy Manual | Alchemy Functions IndexAlchemyFTPivots (Function)AlchemyFTPivots is a multiple-output function that provides the pivots for P, R1, R2, R3, S1, S2 and S3 of the Alchemy Floor Traders Pivots indicator. AlchemyFTPivots (PivotType,PeriodsAgo,ManualHi,ManualLo,ManualCl,PivotFormula,HighFormula,LowFormula,AltR3,StartT,EndT,XDayOfWeek,Gap,R3,R2,R1,S1,S2,S3) Parameters
|
PivotType |
Specifies the type of pivot to be calculated. Type in "Daily" for daily Floor Traders Pivots, type in "Weekly" for weekly Floor Traders Pivots, type in "Monthly" for monthly Floor Traders Pivots and type in "Weekly" for weekly Floor Traders Pivots. Please note that the first letter needs to be upper case. |
PeriodsAgo |
Specifies the period that the pivot calculations are based on, whereas 0 uses the current periods high, low close, 1 uses the previous periods high, low close and so fourth. |
ManualHi |
Allows the user to manually enter the previous day, month, week or year high. A setting of 0 automatically calculates the previous day, month, week or year high based on the chart. |
ManualLo |
Allows the user to manually enter the previous day, month, week or year low. A setting of 0 automatically calculates the previous day, month, week or year low based on the chart. |
ManualCl |
Allows the user to manually enter the previous day, month, week or year close. A setting of 0 automatically calculates the previous day, month, week or year close based on the chart. |
PivotFormula |
This input allows you to specify the formula for the base pivot. With this input set to 0, the function uses the standard formula for the daily base pivot which is: (previous days' high + previous days' low + previous days' close)/3. Another example of a common formula used for the daily Floor Traders base pivots is (previous days' low + previous days' high + previous days' low + previous days' close)/4 and in order to use this formula the following would be typed into this input: ( highd(1)+lowd(1)+closed(1) )/3. |
HighFormula |
This input works in conjunction with the PivotFormula input and it specifies the high price to calculate S1. For the above example, this input would need the formula highd(1). |
LowFormula |
This input works in conjunction with the PivotFormula input and it specifies the low price to calculate R1. For the above example, this input would need the formula lowd(1). |
AltR3 |
Uses an alternate R3 calculation when set to true |
StartT |
Specifies the session start time. This is a special feature that gives this function the flexibility to specify the session times. With this feature, the pivots can be calculated based on the high, low and close of a predetermined day session while plotted on an all sessions symbol. A negative setting uses TradeStation's day high, day low and day close function that is based on a calendar day. |
EndT |
Specifies the session end time. This is a special feature that gives this function the flexibility to specify the session times. With this feature, the pivots can be calculated based on the high, low and close of a predetermined day session while plotted on an all sessions symbol. A negative setting uses TradeStation's day high, day low and day close function that is based on a calendar day. |
XDayOfWeek |
Specifies a certain day of the week to be excluded from a session to be used for a pivot calculation. 0=Sunday, 1=Monday, 2=Tuesday, 3=Wednesday, 4=Thursday, 5=Friday, 6=Saturday and a negative value disables this feature. |
Gap |
Adds opening gap to all pivots if enabled. |
R3 |
Variable that receives the value of R3. |
R2 |
Variable that receives the value of R2. |
R1 |
Variable that receives the value of R1. |
S1 | Variable that receives the value of S1. |
S2 |
Variable that receives the value of S2. |
S3 | Variable that receives the value of S3. |
ReturnsAlchemyFTPivots returns the value for P. The value for R1 is passed by reference back to the variable R1. The value for R2 is passed by reference back to the variable R2. The value for R3 is passed by reference back to the variable R3. The value for S1 is passed by reference back to the variable S1. The value for S2 is passed by reference back to the variable S2. The value for S3 is passed by reference back to the variable S3. UsageFloor traders pivot points are a well-known
technique used by floor traders (locals) and market makers in
the trading pits to calculate intraday support and resistance
points. This technique has been around for decades, yet is still much
in use today. Before
the advent of computers and sophisticated analysis techniques,
floor traders used a set of calculations to determine key
support and resistance points in the market.
They calculated these points from the previous days open,
high, low and close. The
floor traders today still use these points in their intraday
trading. Since the floor traders in the pits are using these
points for support and resistance, it just makes good sense to
keep track of these key points and be aware of them if you are
doing any type of intraday trading. For any market, there is an equilibrium point around
which trading activity occurs.
In the absence of large numbers of new buyers or sellers,
this point serves as the pivot or focal point for the floor
traders (locals) and the market makers as they adjust their bids
and offers. When prices move away from the pivot, there are zones of
support and resistance that can be derived from the established
value area in that particular market. Penetration of these zones
leads to perceived changes in valuation and usually results in
the entry of new players and orders into the market. The Alchemy Floor Traders Pivot Points consist of
the following: Third Resistance Point: R3 Second Resistance Point: R2 First Resistance Point: R1 Base Pivot Point:
P First Support Point:
S1 Second Support Point: S2
Third Support Point: S Trading for the day will usually remain between the
first support and resistance points as the floor traders make
their markets. If
either of these first points are penetrated, off-floor traders
are attracted to the market.
The range of trading has now expanded and if a second
support or resistance point is broken, then even longer-term
traders will be attracted into the market. Knowledge of the levels at which different types of
traders are likely to enter the market can assist in determining
when a shift in valuation by the locals has occurred.
This is especially useful when there is little outside
influence on the market and the local floor traders dominate
trading. As long as no significant market news has occurred between
yesterday’s close and today’s opening, the local floor
traders and market makers tend to move the market between the
pivot point (P) and the first band of support (S1) and
resistance (R1). If
these first levels are broken, look for the market to test the
level of support (S2) or resistance (R2). Combining the Alchemy Floor Traders Pivot Points
with other indicators such as overbought/oversold indicators is
easy and helpful. Several examples are: if price moves up to the
first resistance level (R1) and one or more of your other
indicators have moved into overbought territory, the
confirmation provided can create a higher confidence sell
signal. However, if
price reaches the first resistance level (R1) and the other
indicators are in a bullish mode, you could make a higher
confidence buy decision with an upside target of the second
resistance level (R2). It
is also possible to combine the Alchemy Floor Traders Pivot
Points with the Alchemy Support and Resistance Pivot Point
indicator to give you additional support and resistance points.
Knowing where the floor traders levels of support
and resistance are located can give you a good framework for
what is going on in the pits and should help you in your
intraday buy and sell decisions.
|