Login Page - Create Account

Support Board


Date/Time: Fri, 19 Apr 2024 05:16:47 +0000



[User Discussion] - Ackin's indicators (SCH users requests for studies) - Update list

View Count: 66327

[2020-09-29 07:48:19]
Ackin - Posts: 1863
User573721)
Done, Library 2020, You can download it

New Moving Average - Adaptive with Reset
New Moving Average - Block with Reset
New Moving Average - Double Exponential with Reset
New Moving Average - Elastic Volume Weighted with Reset
New Moving Average - Exponential with Reset
New Moving Average - Hull with Reset
New Moving Average - Simple with Reset
New Moving Average - Simple Skip Zeros with Reset
New Moving Average - Smoothed with Reset
New Moving Average - Triangular with Reset
New Moving Average - Triple Exp with Reset
New Moving Average - Volume Weighted with Reset
New Moving Average - Weighted with Reset
New Moving Average - Welles Wilders with Reset
New Moving Average - Zero Lag Exponential with Reset
New Moving Median with Reset


The list has been updated (Post #87)
Date Time Of Last Edit: 2020-10-01 11:11:40
[2020-09-29 14:54:46]
User573721 - Posts: 26
Thanks Ackins, good job :-)
[2020-10-01 17:47:30]
User164131 - Posts: 19
Hello Ackin,

Thanks for your studies. I have a small question. I'm using «numbers_bars:filtered_POC» study from your package with extended lines, but unfortunatelly when I set line style for this subgraph (SG2) to Alternate — they dissapear. Solid, Dash, Dot linestyles works OK. How can I fix this?

Thank you.
[2020-10-02 09:04:34]
Ackin - Posts: 1863
User164131)
I'll look into it, I'll be adding more studies tonight - so there will be a fix for it and added too. Thank you for reporting
[2020-10-08 13:43:23]
User573721 - Posts: 26
Hi Ackin,
Do you have an indicator that would have a universal input and the output would be various moving averages with a user-defined multiple? Something in the sense of a Ribbon indicator. I would need at least 8 values. I want to use it to test the Market Depth area. Thanks in advance
[2020-10-08 18:45:43]
Ackin - Posts: 1863
User573721)
It is not hard. I'll create it. Maybe I understand the signals you want to see in it. A month ago, I also created a modification of the Ease of Movement study for Market Depth that would probably be more useful.

Uni Ribbon will be in the next update, the assumption is this weekend. ...
[2020-10-08 20:15:27]
User573721 - Posts: 26
Great, thanks :-)
[2020-10-10 10:16:06]
User845062 - Posts: 9
Hello Ackin,

according to your latest List of your Studies in post #87 in Free 2020 there is the Study
50) Numbers Bars to Spreadsheet
I've downloaded your latest 2020 dll-version, but I could not find this study.
I would appreciate if you could bring back this study, because I'm really interested to get the numbers bar data to the spreadsheet system for Trading. I would need the bid and ask volumes at each price level from the Numbers Bars study.

Thx.
[2020-10-10 10:49:49]
Ackin - Posts: 1863
I've downloaded your latest 2020 dll-version, but I could not find this study.

Hi,
I know. There were several temporary updates when switching to SCH v2156 from v2146 (Reason: There were a few changes in the code but I was pushed by people for a new update because they had new versions of Sierrachart where the old libraries didn't work. Due to several studies, I did not want to delay the process of updating others. So it was temporarily removed).

The list will be updated and synchronized over the next week along with new updates. This affected several old studies and about 50 new ones. At the end of next week, there should be over 320 studies in the Free list, including the one you are requesting, and over 500 studies in Members. (Members is also free access for active people on the forum).



The following studies will be updated / re-added in the coming days:

Free:
Numbers Bars to Spreadsheet
ZigZag Divergent
PinBar 2
PinBar 3


Free2 (Members):
Autotrading system
TMA channel SR
ZigZag VWAP
ZigZag Midas
Volume profile Reset by Difference
Volume profile Reset by Trade
ZigZag Tool Volume profile
Date Time Of Last Edit: 2020-10-10 10:51:06
[2020-10-10 13:00:02]
User164131 - Posts: 19
Hello Ackin,

In your study called "Numbers Bars: Diagonal differense Imbalance" there is an input "Condition for lines-drawing". And this input has an option "Display only wicks signal".

I am coding my simple study (VPOC for bars with extension lines, nothing special) and trying to implement this condition for example — draw line only if VPOC is in lower wick


if ((sc.TicksToPriceValue(VolumeAtPrice.PriceInTicks) < sc.Open[sc.Index]) &&
(sc.TicksToPriceValue(VolumeAtPrice.PriceInTicks) < sc.Close[sc.Index]))
{
draw_the_line code
}


but it looks like it doesnt work. How can I define this condition properly? I can post whole code if you need.
Date Time Of Last Edit: 2020-10-10 13:00:48
[2020-10-10 13:40:26]
Ackin - Posts: 1863
I can post whole code if you need.

zyp.sierra@gmail.com


btw Your request
I'm using «numbers_bars:filtered_POC» study from your package with extended lines, but unfortunatelly when I set line style for this subgraph (SG2) to Alternate — they dissapear. Solid, Dash, Dot linestyles works OK. How can I fix this?
This item is a position from SCH, it does not work even in deafult studies. So this cannot be fixed.
Date Time Of Last Edit: 2020-10-10 14:32:34
[2020-10-11 21:20:45]
Ackin - Posts: 1863
User573721)

Hi, It's done. Check update folder.
[2020-10-21 08:04:23]
User573721 - Posts: 26
Hi Ackin,

I have a proposal for other indicators:
Hurst Bands with T3
SRTW system
PL-RSI

Thanks in advance :-)
[2020-10-21 10:51:07]
Ackin - Posts: 1863
SRTW system
I'm sorry..No... I know that (I think from the Money Expo conference). Unfortunately, this is not possible. At least until historical market depth data is available for download. The algorithms in this system are based on accumulation from previous periods and are therefore very sensitive to data quality. Then I will definitely create.


Hurst Bands with T3
PL-RSI

It will be in Friday's update.
[2020-10-21 17:32:02]
Ackin - Posts: 1863
User573721)
additional question:
Do you want PL-RSI in percentage scale? Or recalculation in ticks? There is a big difference in the way it is calculated, but also in the visualization.
[2020-10-21 18:19:48]
User573721 - Posts: 26
Ackin:)

Interesting question. It would be better in percentages. Thanks :-)
Date Time Of Last Edit: 2020-10-21 18:20:31
[2020-10-27 23:07:36]
User48838 - Posts: 112
Ackin

Could you please take a second look at the request here Ackin's indicators (SCH users requests for studies) - Update list | Post: 234896

TY!
[2020-10-28 08:01:24]
Ackin - Posts: 1863
User48838)
Definitely yes in the near future ... but for the next 14 days I have to work with a new library for automation and back test. After... I'll write here when it's done to give you a try and add suggestions to improve it.
Date Time Of Last Edit: 2020-10-28 08:05:50
[2020-10-30 21:03:53]
Ackin - Posts: 1863
Today's update:

Volume Point of Control for Bars - improved
Extend Bar Value Until Future Intersection Help

Slope-Tick
Slope-Angle
Slope of an MA

Hurst Bands T3
Hurst Oscillator T3
Ackin's indicators (SCH users requests for studies) - Update list | Post: 238084

VbP Peak/Valley Lines
Volume by Price - Valleys and Peak data not on spreadsheet


Tonight I will add Heikin Ashi Smooth T3 + Hull, It's done, I'm just testing if everything is fine .... The next update will be Monday / Tuesday
Date Time Of Last Edit: 2020-11-17 19:42:05
[2020-10-31 14:40:14]
NotIll - Posts: 118
Would you please not forget that ''pace of tape'' study?
[2020-10-31 20:21:50]
User845062 - Posts: 9
Hi Ackin,
I can still not find the study
53) Numbers Bars to Spreadsheet
in your updated list form yesterday. I'm still looking forward to have this study back in the 2020 package.
[2020-11-01 11:37:21]
User509345 - Posts: 44
I registration and then ,"Sorry, you are not authorized to view this page. Please, fill out the Registration Form."
[2020-11-01 12:04:06]
Ackin - Posts: 1863
NotIll, User845062)
It will be in the next updates (soon). I did not forget that I have a certain system in adding studies because there are different versions from the past that must be corrected due to changes in newer versions of Sierrachart (not only an intervention in rewriting the code but also the possibilities of new functionalities that SCH now offers).

User509345)
Sending accesses is manual (my intention) not automatically. Check your email - you already have a Login / Pass.
[2020-11-01 12:07:41]
User509345 - Posts: 44
Thanks, I can login
[2020-11-03 09:35:41]
User509345 - Posts: 44
Hi , Ackin .
Can you develop a study, add alert at Volume At Price Threshold Alert V2 study at extreme , I set Ask Bid volume diagonal ration, I want receive alert at up bar extreme sell imbalance , may be trend reversal, I want receive alert at up bar extreme buy imbalance , it's may be a trapped traders.Thanks.
[2020-11-03 09:46:50]
User509345 - Posts: 44
up bar, top extreme sell imbalance, may be trend reversal , top extreme buy imbalance , trapped traders.
up bar, bottom extreme buy imbalance ,may be trend reversal, bottom sell imbalance , trapped traders.
POC at extreme will receive alert, that is can be imagine best alert system.

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

Login

Login Page - Create Account