텔레그램 채널 입장 방법

1) 텔레그램 어플을 다운받는다

2) 아래 글을 복사해서 텔레그램 대화창에 붙여넣는다

3) 대화창에서 채널주소를 클릭한다

4) 들어가기를 클릭한다

​

1. 공시알림봇@jh_python_bot

https://t.me/jh_python_bot

금감원 전자공시를 실시간 전부 올려줍니다 신규수주, 합병 등의 공시 발생 여부를 가장 빨리 캐치할 수 있기 때문에 매매에 이용하기 좋습니다

​

2. 단타뉴스@dantanews2

https://t.me/dantanews2

단타매매에 적합한 뉴스를 키워드와 함께 장전에 공유해줍니다. 키워드별로 볼 수 있어서 매매에 참고하기 편합니다.

 

3. 여의도스토리@YeouidoStory2

https://t.me/YeouidoStory2

각종 투자정보와 뉴스, 이슈거리를 제공해줍니다. 재밌는 짤방같은 것도 많이 올라와서 피식거리며 볼 수 있는 채널입니다

​

4. 제일주식@jeilstock

https://t.me/jeilstock

매일 주식시장 시황과 투자정보를 제공해주는데 매우 유용합니다. 추천주도 주기 때문에 주식 투자하면서 가장 도움 많이 받은 채널 중 하나입니다

​

5. 유진투자증권 스몰캡@SmallCap

https://t.me/SmallCap

스몰캡팀이 유명한 유진투자증권 채널입니다. 중소형주 분석 보고서가 올라옵니다 여기서 좋은 종목 많이 얻었습니다

​

6. 종목 차트 검색@kor_stock_bot

https://t.me/kor_stock_bot

종목명을 치면 당일 차트를 보여줍니다 급하게 일중 차트 보기 좋습니다

​

블라인드 어플에서 자주 돌아다니는 추천 채널입니다

저도 사용하고 있는데 일일히 찾아다니는 것보다 훨씬 편하고 괜찮은거 같습니다.

'경제 관련' 카테고리의 다른 글

서울 지역 경매 매각율, 매각가율  (0) 2015.02.21
Posted by 타다키치
,

Posted by 타다키치
,

https://stackoverflow.com/questions/11928013/node-env-is-not-recognized-as-an-internal-or-external-command-operable-comman

 

"NODE_ENV" is not recognized as an internal or external command, operable command or batch file

I'm trying to setup an environment for a Node.js app. but I'm getting this error every time. "NODE_ENV" is not recognized as an internal or external command, operable command or batch file. ...

stackoverflow.com

 

I wrote a module for this: win-node-env.

It creates a NODE_ENV.cmd that sets the NODE_ENV environment variable and spawns a child process with the rest of the command and its args.

Just install it (globally), and run your npm script commands, it should automatically make them work.

npm install -g win-node-env

Posted by 타다키치
,