attenzione non c'è più correlazione tra EUR - CHF - GBP contro USD quindi GBP sarà più debole degli altri ( fai caso che eur e chf salgono contro usd mentre gbp scende) poi EURGBP sembra impostato bene a salire
Announcement
Collapse
No announcement yet.
un chart ogni tanto in mezzo alle richieste di aiuto ...
Collapse
X
-
segnale long intraday su CHF contro USD, però io ho il buy vicino lo stop (minimo odierno) altrimenti rischi grandi non ne corro, cmq l 'Euro avicinatosi al supporto che descrivevo l altro giorno ha prontamente reagito, ma reazione non significa che non possa romperlo + tardi o domani...Cmq io short su sti livelli non m arrischio e aspetto, eventualmente sforamenti e ritorni oltre i livelli per entrare long nel caso avvengano: I miei denari a 1,2040, stamane, non sono stati fillati e quindi ......s apetta.....
Comment
-
Comment
-
infatti sto scrivendo con le dita dei piedi perchè quelle delle mani me le son già mangiate scherzi a parte non riuscivo proprio a seguire tutto bene...meglio alleggerire quello che non si conosce bene (nel mio caso BP)... cmq giornata segnata dai pochi gain, non son riuscito a entrare neanche sul crude... ho i riflessi lenti
Dome...quei atr etc fanno parte della pivot console
Comment
-
The script will also calculate an x-day Average True Range (using ddaily bars) and will display this value at the bottom-left of the screen. The default number of bars for the ATR average calculation is 14. If you want to change this to a different number, use Edit Studies to change the atrPeriod option.
Using the Average True Range value mentioned above, the script will plot High and Low ATR Boundary bands. These would be the extremes (based on the ATR) that price is likely to reach in this session.
These values will change during the day as new Highs and/or Lows are reached in the session. The High Band (ATR HB) is calculated by adding the ATR to the lowest-low of the current session. The Low Band (ATR LB) is calculated by subtracting the ATR from the highest-high of the current session.
questa è la spiegazione che trovi nell'efs
Comment
-
Originally posted by fra
infatti sto scrivendo con le dita dei piedi perchè quelle delle mani me le son già mangiate scherzi a parte non riuscivo proprio a seguire tutto bene...meglio alleggerire quello che non si conosce bene (nel mio caso BP)... cmq giornata segnata dai pochi gain, non son riuscito a entrare neanche sul crude... ho i riflessi lenti
Dome...quei atr etc fanno parte della pivot console
Comment
-
forte reazione sul supporto daily già indicato.......................................... .
da notare l ipervenduto sul weekly, una reazione ci sta e si conferma la mia analisi dell altro giorno che dava al pivot 1,2020 una certa rilevanza per rimbalzo di una certa entità (io ero a 40 circa in denaro e invece nessun fill eseguito)
Comment
-
Originally posted by fra
The script will also calculate an x-day Average True Range (using ddaily bars) and will display this value at the bottom-left of the screen. The default number of bars for the ATR average calculation is 14. If you want to change this to a different number, use Edit Studies to change the atrPeriod option.
Using the Average True Range value mentioned above, the script will plot High and Low ATR Boundary bands. These would be the extremes (based on the ATR) that price is likely to reach in this session.
These values will change during the day as new Highs and/or Lows are reached in the session. The High Band (ATR HB) is calculated by adding the ATR to the lowest-low of the current session. The Low Band (ATR LB) is calculated by subtracting the ATR from the highest-high of the current session.
questa è la spiegazione che trovi nell'efs
1-queste info dove posso trovarle
2-l'EFS in questione dove posso trovarlo
3-è possibile testarlo in qualke maniera semplice?
grazie mille Fra.
P.s. io ho denari assai vicini a 0,7820 di Swiss Franc/USD, perchè sul LOW di ieri s'è creato 1 pivot non trascurabile e anche solo in ottica di reazione si può sfruttare.
Comment
-
è "solo" (se lo legge kryza.... ) una completa macchina per pivot
copia e incolla della spiegazione contenuta all'intenro dell'efs (leggibile tramite editor)
PHP Code:Project Description:
This is a floor trader pivot script that enables you to display Daily,
Weekly and Monthly pivots (for the current trading day) all on the
same chart. There are buttons available that will toggle the Daily,
Weekly and Monthly pivots independently. There is also a button to
adjust for gap openings that will adjust the Daily pivots
accordingly. The Gap button (G) will toggle between (none) which is
the default and will apply no gap adjustment, (half) to apply a
half-gap adjustment, and (full) to apply a full gap adjustment.
The Daily pivots are calculated using the prior trading day's OHLC
data. The Weekly pivots are calculated using the prior week's OHLC
data and the Monthly pivots are calculated using the prior month's
OHLC data.
The script will also calculate an x-day Average True Range (using
daily bars) and will display this value at the bottom-left of the
screen. The default number of bars for the ATR average calculation
is 14. If you want to change this to a different number, use Edit
Studies to change the atrPeriod option.
Using the Average True Range value mentioned above, the script will
plot High and Low ATR Boundary bands. These would be the extremes
(based on the ATR) that price is likely to reach in this session.
These values will change during the day as new Highs and/or Lows
are reached in the session. The High Band (ATR HB) is calculated
by adding the ATR to the lowest-low of the current session. The
Low Band (ATR LB) is calculated by subtracting the ATR from the
highest-high of the current session.
As of version 1.8.0, a new ATR calc has been added. It uses
Positive ATR and Negative ATR where:
Positive ATR = the average of (high-open) of positive days.
Negative ATR = the average of (open-low) of negative days.
Then, Positive ATR is added to today's open and Negative ATR
is subtracted from today's open.
Gap Calculation:
The Gap adjustment (when selected using the "G" button) is applied
to the Daily pivot numbers only. The actual Gap is measured as
Today's Open minus Yesterday's Close. When the Full Gap option is
selected, the Gap value is added to all of the pivot calculations.
When 1/2 Gap is selected, then 1/2 of the calculated Gap value is
added to all pivot calculations. Note that if Gap is a negative
number (e.g., a down gap) then the Gap value (or 1/2 Gap value) is
subtracted from the pivot calculations.
Pivot Calculations:
The pivot calculations used in this script are described below.
Remember that all references to OHLC numbers are references to
the prior session. So when calculating Daily pivots, H refers to
yesterday's High, L refers to yesterday's Low and C refers to
yesterday's Close, etc. When calculating Weekly pivots, H refers
to the High of the prior week, L refers to the Low of the prior
week and C refers to the Close of the prior week. Same logic holds
true for Monthly pivots and for Variable pivots.
[Note that when displaying Variable Pivots, the R1S1MP, PPS1, PPR1,
S1S2, R1R2, R2R3 and S2S3 pivots will not be displayed.]
Pivot = (H+L+C)/3;
MidPoint = (H+L)/2;
Waist = (O+C)/2;
R1 = (2 * Pivot - L);
S1 = (2 * Pivot - H);
R2 = (Pivot - S1) + R1;
S2 = Pivot - (R1 - S1);
R3 = R2 + (H-L);
S3 = S2 - (H-L);
R1S1MP = (R1+S1)/2
PPS1 = (PP+S1)/2;
PPR1 = (PP+R1)/2;
S1S2 = (S1+S2)/2;
R1R2 = (R1+R2)/2;
R2R3 = (R2+R3)/2;
S2S3 = (S2+S3)/2;
Variable Pivots:
The Variable Pivot option (V button) allows you to display pivots for a
user-specified intraday time period. The default time period
is 60 which means that pivots will be calculated and displayed for the
previous 60-min bar. The Variable Pivot interval can be set from
within the Edit Studies dialog (the varPivot option).
RTH Option:
The forceRTH option allows you to specify whether or not you want the
script to use the Regular Trading Hours values when it performs the
Daily, Weekly and Monthly pivot calculations. This only applies to
certain futures contracts (ES and NQ are two) and is ignored in the
Variable Pivot calculations.
Usage Notes:
When you load a chart with the Pivot Console script in the morning
(e.g., before Market Open) it will still be displaying yesterday's
pivot numbers. About a minute after the market opens, just right-
click in your chart and Refresh the script. The pivot lines should
now be recalculated for the new day and shifted to the right
accordingly.
Script will not work on Tick charts.
=====================================================================
Various parameters can be adjusted via the eSignal Edit Studies option:
(Note: you can quickly access the Edit Studies dialog by clicking on the
"Pivot Console" label just below the button bar.)
showR3: Display the R3 value on the chart. True or False. Default
is True.
showR2: Display the R2 value on the chart. True or False. Default
is True.
showR1: Display the R1 value on the chart. True or False. Default
is True.
showPivot: Display the Pivot value on the chart. True or False. Default
is True.
showMidPoint: Display the MidPoint value on the chart. True or False.
Default is True.
showWaist: Display the Waist value on the chart. True or False.
Default is True.
showS1: Display the S1 value on the chart. True or False. Default
is True.
showS2: Display the S2 value on the chart. True or False. Default
is True.
showS3: Display the S3 value on the chart. True or False. Default
is True.
showHigh: Display the High (from the pivot period) value on the chart.
True or False. Default is True.
showClose: Display the Close (from the pivot period) value on the chart.
True or False. Default is True.
showLow: Display the Low (from the pivot period) value on the chart.
True or False. Default is True.
showR1S1MP: Display the midpoint between the R1 and S1 values on the
chart. True or False. Default is False.
showPPS1MP: Display the midpoint between the PP and S1 values on the
chart. True or False. Default is False.
showPPR1MP: Display the midpoint between the PP and R1 values on the
chart. True or False. Default is False.
showS1S2MP: Display the midpoint between the S1 and S2 values on the
chart. True or False. Default is False.
showR1R2MP: Display the midpoint between the R1 and R2 values on the
chart. True or False. Default is False.
showS2S3MP: Display the midpoint between the S2 and S3 values on the
chart. True or False. Default is False.
showR2R3MP: Display the midpoint between the R2 and R3 values on the
chart. True or False. Default is False.
showTodayOpen: Display today's open on the chart. Only valid when Daily
pivots are being displayed. True or False. Default is False.
varPivot: Interval to be used for the Variable Pivot option. Must
be an intraday interval between 5 and 120. Default value
is 60.
atrPeriod: Period (in days) to be used for ATR calculation. Default
is 14.
atrType: Type of ATR calculation to perform.
forceRTH: Force the script to use the Regular Trading Hours session
numbers in it's calculations. Default is True.
useWoodiePP: Force the script to use Woodies PP calculation. Only applies
to the Daily pivot calculation. True or False. Default
is False.
useButtons: Toggle to turn off on-screen buttons.
Note: Woodie PP calc is (H+L+(2*TodaysOpen))/4;
Comment
-
ooooohhhhhhhhh Fra.........e come fo a imparare Xbenino sto coso qui leggendo ste istruzioni? e 1 chart per postarlo ci ho messo 1 anno........
P.s. ho fatto la prova a plottarlo sul 180 del chf/usd e mi dice in basso ATR 20Day, è normale? è su quella frequenza ke lavora? (basta domande ke se no me meni!)
scherzi a parte dovrò studiarmelo con calma e poi eventualmente se ho dubbi ...... al momento mi da qualche problema (forse perchè sarebbe il 4°efs per chart) e non mi carica + nulla con la clessidra che mi bloca il pc ogni volta che tento di caricare quest efs...probabilmente il pc è al limite operativo e con questo efs lo supera, kissà....
ci mette tantissimo a caricarlo ma poi (sul 6j ci ha messo quasi 10minuti di clessidra) si attiva ...... me lo studio un po.......ancora grazie Frà.
Last edited by sharky1; 06-30-2005, 02:11 AM.
Comment
Comment