Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to submit indicators for jstock #48

Closed
ghost opened this issue Jul 23, 2015 · 7 comments
Closed

How to submit indicators for jstock #48

ghost opened this issue Jul 23, 2015 · 7 comments

Comments

@ghost
Copy link

ghost commented Jul 23, 2015

Hi all,
I have made some simple indicators using jstock and want to submit here. The current indicators uses Golden cross rule for finding up trends and Death cross to find down trend in a market.

Hope you all like it

Death cross
Golden cross

potholiday

@RandallSell
Copy link
Contributor

@yccheok - do you intend to add these to the install process of the Indicator Install Wizard?
@potholiday - congrats on contributing.

-randall

@yccheok
Copy link
Owner

yccheok commented Jul 26, 2015

Thanks for the contribution. Is it possible that you can provide some simple info on what the indicator does?

Something looks like this : https://github.com/yccheok/jstock/blob/master/appengine/jstock-static/war/alert_indicators/RSISellSignal.html

You can post text here. After that, I shall publish them

@ghost
Copy link
Author

ghost commented Jul 27, 2015

@RandallSell thank you, i will try to add more indicators in the future. I cant do a java programming but i will try my best to help jstock in other ways
@yccheok Thank you for publishing this indicator, in future i will add more

is this enough
Golden Cross

Indicator: Golden Cross

Usage: Up Trend signal

Author: Potholiday

Homepage: https://github.com/potholiday

EMA50 > EMA200

A crossover involving a security's short-term moving average breaking above its long-term moving average or resistance level and it indicates a bull market

Death Cross

Indicator: Death Cross

Usage: Down Trend signal

Author: Potholiday

Homepage: https://github.com/potholiday

EMA50 < EMA200

A crossover resulting from a security's long-term moving average breaking above its short-term moving average or support level and it indicates a bear market

@ghost
Copy link
Author

ghost commented Jul 27, 2015

Another indicators to find Top losers and Gainers in the market

Top Gainers
http://s000.tinyupload.com/index.php?file_id=63889256216309487212

Indicator: Top Gainers 

Usage: Find top gainers in the market

Author: Potholiday

Homepage: https://github.com/potholiday

Change_price_percentage > 5%

Looks for stocks whose change in price percentage is more than five percentage

Top Losers
http://s000.tinyupload.com/index.php?file_id=67764749126264558420

Indicator: Top Losers

Usage: Find top losers in the market

Author: Potholiday

Homepage: https://github.com/potholiday

Change_price_percentage < -5%

Looks for stocks whose change in price percentage is less than negative five percentage

@yccheok
Copy link
Owner

yccheok commented Aug 6, 2015

@potholiday Hi, I just upload all your files. Can you use JStock app to try your indicators, to see whether they work as expected? Thank you very much

@RandallSell
Copy link
Contributor

I can confirm that they are available on the JStock Server, they download fine and seem to be working. I didn't actually cross-check any formulas. Just downloaded and used them to scan.

-randall

@ghost
Copy link
Author

ghost commented Aug 11, 2015

@yccheok @RandallSell sorry for the late reply has been away from my system. Any way thanks for including my indicators

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants