Lobable-Try
import React, { useState, useEffect } from 'react';
import { Card, CardContent, CardDescription, CardHeader, CardTitle } from "@/components/ui/card";
import { Badge } from "@/components/ui/badge";
import { Button } from "@/components/ui/button";
import { Separator } from "@/components/ui/separator";
import { TrendingUp, TrendingDown, Clock, Eye, BarChart3, ArrowRight, Calendar, DollarSign } from 'lucide-react';
import { TradingViewWidget } from '@/components/TradingViewWidget';
import { ImageCarousel } from '@/components/ImageCarousel';
import { InvestmentStatus } from '@/components/InvestmentStatus';
import { MarketInsights } from '@/components/MarketInsights';
const Index = () => {
const [currentTime, setCurrentTime] = useState('');
useEffect(() => {
const updateTime = () => {
const now = new Date();
const options: Intl.DateTimeFormatOptions = {
timeZone: "America/New_York",
year: 'numeric',
month: '2-digit',
day: '2-digit',
hour12: true,
hour: '2-digit',
minute: '2-digit',
second: '2-digit'
};
const estTime = now.toLocaleString("en-US", options);
setCurrentTime(estTime);
};
updateTime();
const interval = setInterval(updateTime, 1000);
return () => clearInterval(interval);
}, []);
return (
{/* Hero Section */}
N-Zone Investment Strategy
);
};
export default Index;시장 변동성을 기회로 만드는 N구간 투자 전략
증시 역사상 변동성이 없었던 시기는 한 번도 없다. 등락을 거듭하는 시장을 주시하고, 수익으로 연결하자. 변동성은 N투자 사업의 근거다.
{/* Real-time Market Data */}
실시간 QQQ 차트
{currentTime} US Eastern Time
Live Market
{/* Investment Status */}
{/* Market Philosophy Quote */}
{/* Market Insights */}
{/* Performance Charts */}
7차 QQQ/QLD/TQQQ 단순투자 vs N구간 투자 수익률
투자기간 진행상황 및 성과 비교 분석
{/* Investment Philosophy */}
투자 철학 & 전략
{/* Investment Progress Carousel */}
7차 N구간 투자 진행현황
N지수/투자수익률/차트/타임라인/사이클/진행상황을 한눈에 확인하세요
{/* Footer Message */}
"주식시장은 '적극적인 자에게서 참을성이 많은 자에게로' 돈이 넘어가도록 설계되어 있다."- 워렌 버핏
** 공포에 사서 욕심에 팔아라 - 버핏
-
N지수 10에 매수하고 20에 매도하는 N구간 투자의 원칙입니다. 시장에 들어갈 때와 빠져나올 때가 명확한 투자법입니다. -
N구간 7차는 매수 시그널 10이 나타난 2025년 4월 7일 매수하고 다음 매도 시그널 20을 기다리고 있는 중입니다. -
시장의 계속 변동성을 보이겠지만 지금은 사소한 욕심을 버리고 인내하면서 시장이 매도 시그널을 보내는 바로 "그때"를 기다리는 단계입니다.
성과 및 통계
N구간 6차까지 평균기간: 3.4년
현재 7차 경과기간: 1년 11개월 19일
평균 수익률 (1x): 71.9%
평균 수익률 (2x): 228.6%
평균 수익률 (3x): 674.2%
"Far more money has been lost by investors preparing for corrections, or trying to anticipate corrections, than has been lost in corrections themselves." - Peter Lynch
투자자들은 조정을 예상하거나 조정에 대비하느라 조정보다 더 많은 돈을 잃었다.
(N투자 여러분을 응원하는 N구간 지킴이의 메시지였습니다.)
댓글
댓글 쓰기