shaklfree
Oct 19 2005, 02:27 PM
I'm attaching an indicator that displays the high for the last trading session as well as the low for the last trading session. You'll see the Asia H/L when London is in session, you'll see the London H/L when NY is in session, and finally you'll see the NY H/L when Asia is in session.
Also, it calculates the standard Pivots (R1, R2, S1 and S2) for either each trading session (8hr session) or the whole day (24hr period).
Keep pushin the pips!
Ben
shaklfree
Oct 20 2005, 12:32 PM
This session range indicator is similar to the above indicator except it calculates the Camarilla levels for the 8hr session or 24hr session, your choice.
onu
Oct 21 2005, 09:22 AM
good idea, shaklfree!
on what formula are the pivots based ?high,low,close?
regards
shaklfree
Oct 21 2005, 04:02 PM
I believe I copied it from the existing Pivot Point formula given with the latest VT release.
Here's the pseudo code:
SessionPP:=(Close of last session + High of last session + Low of last session)/3;
R1 := 2*SessionPP - SessionLow;
S1 := 2*SPP - SessionHigh;
R2 := SessionPP+(SessionHigh-SessionLow);
S2 := SessionPP-(SessionHigh-SessionLow);
onu
Oct 25 2005, 04:38 PM
o.k.thanks!
bodiedog
May 12 2006, 12:45 PM
I have downloaded this indicator and it shows in my list of available indicators, however when I attempt to load it on to a chart irrespective of the frequency of the chart or whether I choose 8 or 24 hour session or or the presence of other indicators/systems on the chart I get an error message...
Click to view attachmentAny assistance would be greatly appreciated.
cskidmore
May 12 2006, 01:37 PM
Hello,
BarCount is now a reserved function in VT Trader. You'll need to open the indicator in the Indicator Builer and then goto the Formula Bookmark and replace all instances of BarCount in the code with _BarCount. Then, save your changes and attach to the chart.
Regards,
Chris
bodiedog
May 12 2006, 04:13 PM
QUOTE(cskidmore @ May 12 2006, 12:37 PM)

Hello,
BarCount is now a reserved function in VT Trader. You'll need to open the indicator in the Indicator Builer and then goto the Formula Bookmark and replace all instances of BarCount in the code with _BarCount. Then, save your changes and attach to the chart.
Regards,
Chris
Thanks Chris that did the trick.rob
cskidmore
May 12 2006, 04:32 PM
Hello,
You're welcome. I'm glad you were able to make it work for you.
Regards,
Chris
shabir
Sep 1 2007, 11:11 AM
QUOTE(shaklfree @ Oct 19 2005, 08:27 PM)

I'm attaching an indicator that displays the high for the last trading session as well as the low for the last trading session. You'll see the Asia H/L when London is in session, you'll see the London H/L when NY is in session, and finally you'll see the NY H/L when Asia is in session.
Also, it calculates the standard Pivots (R1, R2, S1 and S2) for either each trading session (8hr session) or the whole day (24hr period).
Keep pushin the pips!
Ben
Hi Ben,
Is it possible you can add R3 & S3 to your indicator. I've just found your indicator, Its great and the third levels would enhance this indicator.
Many Thanks,
Shabir
chevuru
Nov 20 2007, 09:52 AM
Hello shaklfree,
I have seen sessionrange pivot indicator , its amazing.
can u help me out with slight modifications and suggessions.
I want to make the input BeginningOfAsia as 16.30
If I make it 16.30 the indicator is not displaying anything.
And I have converted this indicator into trading system.
I want to give an alert when the close price crosses the high or low of particular session in the next trading sessions for the first time.
So what would be the condition to have such an alert .
I have tried Cross(Close,AsiaHigh) for Up alert and Cross(AsiaHigh,Close) for down alert to display it in London Session.
But its Giving alerts from the second instance of condition true. i.e for the first time when price closses up or down the asia high or asia low ,its not giving alert,frm the second occurence its giving alert.
can u please suggest an idea , it would be great.
cskidmore
Nov 20 2007, 11:33 AM
Hello,
QUOTE
I want to make the input BeginningOfAsia as 16.30
If I make it 16.30 the indicator is not displaying anything.
If the hour or minute start time you're using doesn't appear in the chart interval you're using, the indicator will not work. For example, there is no 30 minute bar stamp in a 1-hour chart ... all minute stamps would be 0.
Regards,
Chris
chevuru
Nov 20 2007, 02:02 PM
Hello chris,
I am attaching this trading system to a 15 min chart .
so what would be the modifications i need to do to make the begginingOfAsia 12.30 am EST
josh
cskidmore
Nov 20 2007, 02:06 PM
Hello,
Since I did not build the indicator, I do not know. It's probably best for right now to wait on the original author to respond. Thank you.
Regards,
Chris
chevuru
Nov 20 2007, 02:13 PM
sorry,its not 12.30 am EST,
beginningofAsia 4.30 pm EST to which i want modifications.
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please
click here.