USD/JPY

150.25
最終更新: 21:18
アメリカドル / 日本円

価格予想

ログイン不要で予想できます!ログインするとポイントが獲得できます。

予想履歴

まだ予想がありません

統計情報

総予想数 1
正解率 0%
上がる予想 100%
下がる予想 0%

ルール

  • • 1時間後の価格を予想
  • • 正解で10ポイント獲得
  • • ログイン不要で参加可能
  • • 1日最大5回まで予想可能
$database = new Database(); $db = $database->connect(); $exchange_rate = new ExchangeRate($db); $prediction = new Prediction($db); // 現在のUSD/JPYレートを取得 $current_rate = $exchange_rate->getRate('USDJPY'); if (!$current_rate) { $current_rate = 150.25; // デフォルト値 } // ユーザー情報 $current_user = null; if (isset($_SESSION['user_id'])) { $user = new User($db); $current_user = $user->getUser($_SESSION['user_id']); } // セッションIDを設定(匿名予想用) if (!isset($_SESSION['session_id'])) { $_SESSION['session_id'] = uniqid(); } // 過去の予想履歴を取得 $predictions_history = []; if ($current_user) { $predictions_history = $prediction->getUserPredictions($current_user['id'], 10); } else { $predictions_history = $prediction->getSessionPredictions($_SESSION['session_id'], 10); } // 統計情報を取得 $stats = $prediction->getStats('USDJPY'); $total_predictions = $stats['total'] ?? 0; $correct_predictions = $stats['correct'] ?? 0; $up_predictions = $stats['up'] ?? 0; $down_predictions = $stats['down'] ?? 0; $accuracy_rate = $total_predictions > 0 ? round(($correct_predictions / $total_predictions) * 100, 1) : 0; $up_percentage = $total_predictions > 0 ? round(($up_predictions / $total_predictions) * 100, 1) : 50; $down_percentage = 100 - $up_percentage; ?> USD/JPY 予想 - FX予想チャレンジ

USD/JPY

150.25
最終更新: 21:18
アメリカドル / 日本円

今後24時間の動きを予想

予想が正解すると抽選でポイントがもらえます!
※ ログインなしでも予想できます

統計情報

総予想数 1
的中率 0%
予想分布
UP 100% DOWN 0%

USD/JPY チャート

今回の予想履歴

予想履歴がありません