|
|
|
|
|||||||
| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
Re: TICK Coding Help
Re: Nickm001 mod
When I use this - it only works for Regular Session and not my custom defined sessions... Am I doing something wrong here? I'd like it to post the x-minute range for any custom szession I have defined starting from the (csutom) session's 1st bar... |
|
|||
|
Re: TICK Coding Help
Code is for regular session. Lines that needs to be changed is:
from ... "EndTime( CalcTime(SessionStartTime (1,1),EndTimeOffset))" to EndTime( CalcTime(SessionStartTime (0,1),EndTimeOffset)) same for ... If time > EndTIme and time < SessionEndTIme(0,1) then Here is the copy from TS guide that explains the difference... _________________________ ___________________ Usage SessionStartTime(SessionT ype,SessionNum) Parameters SessionType A numeric value. 0 = Auto Detect, 1 = Regular Session SessionNum A numeric value. Session Number to Reference Last edited by nickm001; 05-11-2007 at 04:13 PM. |
|
|||
|
Re: TICK Coding Help
EDIT:
Ignore previous post... Just modify the following lines.. inputs: StartTime( SessionStartTime(0,1)), EndTime( CalcTime(SessionStartTime (0,1),90)), I was looking at different version of my code, not the code I posted in here. Note to admin: For some reason I cannot edit my previous post |
|
|||||||||||||||
|
Re: TICK Coding Help
__________________
James Lee TradersLaboratory.com ----------------------------- Empowering traders with knowledge. Note: Working on a few new features for the site. Please pm me if I do not respond. |
|||||||||||||||
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| TICK Hook's and TICK Candles | Soultrader | Technical Analysis | 2 | 04-21-2007 04:22 PM |
| [VSA] Coding | TinGull | Coding Forum | 2 | 03-18-2007 01:05 PM |
| TICK lows on the Russell TICK, not NYSE | TinGull | Trading Videos | 6 | 01-29-2007 10:14 PM |