Hi,
I was wondering if someone might be able to help me find the value of Pre-Market high and then store that value as a variable?
I have been trying to find the PM High by looking at the High between 2 time stamps aka start of PM and end of PM.
Any info anyone can provide would be really...
It really is a good feeling when it works!!
Very true! I've been working on it this evening and making some ground but not there yet.
I am able to get the High of a specific time e.g. Market open. But I can't find a way of finding the high of a time range.
So looking for the High between PM...
Hi guys,
Thanks all for getting back to me! I had a play this evening before looking at these messages and came up with a manual solution.
[LegacyColorValue = true];
inputs:
UpColor(Green),
DownColor(Red);
vars:
Answer(0);
Answer = VWAP_H;
if 8.80 (PM High) >= Answer then...
Hi thanks for getting back to me!
Okay cool perfect i'll have a play and see what i can come up with!
Is there a way I could manually input the PM high before the open?
Cheers,
Tom
Hi, thanks for the reply!
No worries at all, I'll have a play with that function today and see what i can come up with!
Okay cool that sounds perfect!
Not looking for a buy or sell signal, i was even thinking if i could modify the VWAP indicator to change color depending on if it is above or...
Hi thanks for the comment. I will be posting on the Tradestation forum also. I regularly use this forum and therefore decided to post on here. Many highly knowledgable and friendly users on this site!
Hi, thanks for getting back to me! OHLCPeriodsAgo function sounds very promising! So I would be able to get the PM high buy finding the High of a specific time period e.g 7am-9.30am and use that value as the PM high?
Hi everyone,
I was wondering if anyone might be able to help my build a chart indicator? I am new to TS EasyLanguage and looking for a little project to get me going.
I am looking to build an indicator that tells me when VWAP is above or below the pre-market high throughout the day ...