| Coding Forum Collaborate, receive help, or discuss coding related issues. |
![]() | | Tweet | |
| | #1 | ||
![]() | PowerLanguage/EL How to Recalculate at Session Close if Date <> Date[1] then begin to get an indicator to update at the end of each day, but that means I have to wait to midnight for values to be updated. I'm trying to get this to happen at 4:30PM when Globex reopens. Is there any way of using the session end time instead? | ||
| |
|
| | #2 | ||
![]() | Re: PowerLanguage/EL How to Recalculate at Session Close here are the session related keywords (some might be MultiCharts specific) Sess1EndTime Sess1FirstBarTime Sess1StartTime Sess2EndTime Sess2FirstBarTime Sess2StartTime SessionCount SessionCountMS SessionEndDay SessionEndDayMS SessionEndTime SessionEndTimeMS SessionLastBar SessionStartDay SessionStartDayMS SessionStartTime SessionStartTimeMS | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
Harlequin (05-04-2009) | ||
| | #3 | ||
![]() | Re: PowerLanguage/EL How to Recalculate at Session Close SessionEndTime Returns a numerical value, indicating the time of the day that the specified session ends. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM. Usage SessionEndTime( SessionType , SessionNum ) Where: SessionType - a numerical expression: 0 = Auto Detect, 1 = Regular Session* SessionNum - a numerical expression specifying the Session Number * Custom Sessions parameters will be used if selected in QuoteManager. Example Assign a value, indicating the time of the day that the 4th regular session ends, to Value1 variable: Value1 = SessionEndTime(1,4); | ||
| |
|
| The Following User Says Thank You to Tams For This Useful Post: | ||
Harlequin (05-04-2009) | ||
| | #4 | ||
![]() | Re: PowerLanguage/EL How to Recalculate at Session Close | ||
| |
|
| The Following User Says Thank You to BlowFish For This Useful Post: | ||
Harlequin (05-04-2009) | ||
| | #5 | ||
![]() | Re: PowerLanguage/EL How to Recalculate at Session Close Cheers. | ||
| |
|
![]() |
| Thread Tools | |
| Display Modes | Help Others By Rating This Thread |
| |
| ∧ Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Turning a Buy into a SellShort (PowerLanguage) | hrokling | Coding Forum | 2 | 02-27-2009 03:40 AM |
| High, Low, Close for Sept ES? | TraderBG | Beginners Forum | 7 | 10-15-2008 12:36 AM |
| Difference Between Closed(1) and Close[1] | sevensa | Coding Forum | 2 | 05-21-2008 12:38 PM |
| What happened after market close? | TinGull | General Discussion | 4 | 01-10-2007 08:06 PM |
| Futures Hi/LO/Close | Bfbusa | Market Analysis | 2 | 12-05-2006 07:32 PM |