Wednesday, September 23, 2015

Last Month High and Low (LMH & LML) 

Have you ever tracked LMH & LML? These indicators very important finding trend of the stock price

Its very simple tracking these indicators in YouTrader.  Check columns LMH and LML in YouTrader. If not in view, add those from Columns >> Settings

Add their Percentage columns as well LMH% and LML%, These columns can quickly tells you if price above LMH Or below LML

If the LMH% is positive or green that mean price running above LMH and if LML% is negative or red then price running below LML. You can quickly sort out these columns

Check this http://i.imgur.com/HdKLEWr.png

No wonder you need filter on these columns right? You can filter out it using UScript. Press F9. Add following scripts and press enter and see the magic

LMH+ 'Price Cross LMH today
LMH++ 'Price Cross LMH sometime this week
LMH+++ 'Price above LMH irrespective when it cross in month

http://i.imgur.com/ULFn8N1.png

LML- 'Price Cross LML today
LML-- 'Price Cross LML sometime this week
LML--- 'Price below LML irrespective when it cross in month

Do you want it Alert as soon as price cross these indicators? Create UScript Alert using following scripts

JCN(LMH) Or JCS(LML)

JCN stands for Just Cross North and JCS stands for Just Cross South

Try similar for Last week High (LWH) and Last Week Low (LWL)

--Author

1 comment:

Unknown said...

very important info for new comers