Login Page - Create Account

Support Board


Date/Time: Thu, 25 Apr 2024 03:45:37 +0000



[User Discussion] - Custom study help

View Count: 2073

[2013-03-28 00:03:13]
M5amhan - Posts: 468
Hello

I am curious if it would be possible to make a study that would draw an arrow/triangle at the low of a bar that comes 50% off the low with volume higher than prior 2 bars, and an arrow/triangle at the high of a bar that comes 50% off the high with higher volume than prior 2 bars?

This would be greatly appreciated if someone could help with this

Thanks for reading
[2013-03-28 03:05:53]
TechTrader - Posts: 116
Hi,
Add the SPREADSHEET STUDY to a clean chart.
Settings and Inputs, Set CHART REGION to 1, SCALE to same as region, VALUE FORMAT to inherited, SPREADSHEET NAME - your choice,
Go to SUBGRAPHS, select draw style parameters for K and L to your preference, OK, SAVE ALL

Type the following in column K row 3 =IF(AND(F3>F4,F3>F5,E3>=(C3+D3)/2),D3,0)
Type the following in column L row 3 =IF(AND(F3>F4,F3>F5,E3<=(C3+D3)/2),C3,0)


Regards,
TechTrader


Date Time Of Last Edit: 2013-03-28 03:07:19
[2013-03-28 04:33:05]
M5amhan - Posts: 468
thanks a ton!
Date Time Of Last Edit: 2013-03-28 04:41:07

To post a message in this thread, you need to log in with your Sierra Chart account:

Login

Login Page - Create Account