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

Restructure Candlestick #115

Closed
Deepanshusuman opened this issue Dec 15, 2022 · 1 comment
Closed

Restructure Candlestick #115

Deepanshusuman opened this issue Dec 15, 2022 · 1 comment

Comments

@Deepanshusuman
Copy link

Deepanshusuman commented Dec 15, 2022

can you add this as a candlestick pattern
(https://github.com/sdcoffey/techan)

type CandleSticks struct {
	Candles []*CandleStick
}

type CandleStick struct {
	Date          string // or time.Time
	Open         float64
	Close         float64
	High          float64
	Low           float64
	Volume     float64
}


and functions like adding a candle and adding trade to the candlestick. please look in that library

@Deepanshusuman
Copy link
Author

if useful you can open it again

@Deepanshusuman Deepanshusuman closed this as not planned Won't fix, can't repro, duplicate, stale Dec 18, 2022
@Deepanshusuman Deepanshusuman changed the title restructure candlestick Restructure Candlestick Dec 24, 2022
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

1 participant