{"id":31846,"date":"2025-03-17T17:06:03","date_gmt":"2025-03-17T16:06:03","guid":{"rendered":"https:\/\/new.fxware.pl\/?page_id=31846"},"modified":"2026-04-09T23:29:07","modified_gmt":"2026-04-09T21:29:07","slug":"instructions","status":"publish","type":"page","link":"https:\/\/new.fxware.pl\/en\/instructions\/","title":{"rendered":"Instructions"},"content":{"rendered":"<style>\n.fxware-listing {\n  --fxware-listing-bg: #f7f8fb;\n  --fxware-listing-card: #ffffff;\n  --fxware-listing-border: rgba(35, 31, 32, 0.1);\n  --fxware-listing-text: #231f20;\n  --fxware-listing-muted: #5b6377;\n  --fxware-listing-primary: #0062ff;\n  --fxware-listing-primary-dark: #0049e6;\n  --fxware-listing-pdf: #279095;\n  --fxware-listing-video: #66255a;\n  --fxware-listing-primary-soft: rgba(0, 98, 255, 0.1);\n  --fxware-listing-dark-soft: rgba(35, 31, 32, 0.06);\n  --fxware-listing-dark-soft-strong: rgba(35, 31, 32, 0.1);\n  --fxware-listing-shadow: 0 24px 60px rgba(16, 24, 40, 0.08);\n  color: var(--fxware-listing-text);\n  margin: 0;\n}\n\n.fxware-listing *,\n.fxware-listing *::before,\n.fxware-listing *::after {\n  box-sizing: border-box;\n}\n\n.fxware-listing__toc {\n  padding: 14px;\n  border: 1px solid var(--fxware-listing-border);\n  border-radius: 18px;\n  background: rgba(255, 255, 255, 0.72);\n}\n\n.fxware-listing__toc-title {\n  margin: 0 0 10px;\n  color: var(--fxware-listing-muted);\n  font-size: 0.74rem;\n  font-weight: 700;\n  letter-spacing: 0.12em;\n  text-transform: uppercase;\n}\n\n.fxware-listing__toc-grid {\n  display: grid;\n  grid-template-columns: repeat(3, minmax(0, 1fr));\n  gap: 8px;\n}\n\n.fxware-listing a.fxware-listing__toc-link {\n  display: flex;\n  align-items: center;\n  gap: 8px;\n  min-height: 38px;\n  padding: 8px 10px;\n  border: 1px solid rgba(0, 98, 255, 0.12);\n  border-radius: 14px;\n  background: rgba(255, 255, 255, 0.92);\n  color: var(--fxware-listing-text);\n  font-size: 0.84rem;\n  line-height: 1.2;\n  text-decoration: none;\n  transition: border-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;\n}\n\n.fxware-listing a.fxware-listing__toc-link:hover,\n.fxware-listing a.fxware-listing__toc-link:focus {\n  border-color: rgba(0, 98, 255, 0.28);\n  transform: translateY(-1px);\n  box-shadow: 0 10px 22px rgba(16, 24, 40, 0.06);\n}\n\n.fxware-listing__toc-index {\n  flex: 0 0 auto;\n  min-width: 28px;\n  padding: 4px 6px;\n  border-radius: 999px;\n  background: var(--fxware-listing-primary-soft);\n  color: var(--fxware-listing-primary);\n  font-size: 0.68rem;\n  font-weight: 700;\n  text-align: center;\n}\n\n.fxware-listing__toc-text {\n  display: block;\n  color: var(--fxware-listing-text);\n  font-weight: 700;\n  letter-spacing: 0.01em;\n}\n\n.fxware-listing__grid {\n  display: grid;\n  grid-template-columns: repeat(2, minmax(0, 1fr));\n  gap: 14px;\n  margin-top: 16px;\n}\n\n.fxware-listing__card {\n  position: relative;\n  overflow: hidden;\n  padding: 8px 16px 14px;\n  border: 1px solid var(--fxware-listing-border);\n  border-radius: 18px;\n  background:\n    linear-gradient(180deg, rgba(255, 255, 255, 0.98) 0%, rgba(247, 248, 251, 0.96) 100%);\n  box-shadow: 0 10px 24px rgba(16, 24, 40, 0.05);\n  scroll-margin-top: 110px;\n}\n\n.fxware-listing__card::before {\n  content: \"\";\n  position: absolute;\n  inset: 0 auto auto 0;\n  width: 100%;\n  height: 3px;\n  background: linear-gradient(90deg, var(--fxware-listing-primary), rgba(0, 98, 255, 0.32));\n}\n\n.fxware-listing__card-header {\n  display: grid;\n  grid-template-columns: max-content minmax(0, 1fr);\n  align-items: center;\n  gap: 10px;\n  margin-bottom: 4px;\n}\n\n.fxware-listing__card-header h3 {\n  display: flex;\n  align-items: center;\n  min-width: 0;\n  min-height: 24px;\n  margin: 0;\n  color: var(--fxware-listing-text);\n  font-size: 1.04rem;\n  font-weight: 800;\n  line-height: 1;\n  letter-spacing: 0.01em;\n}\n\n.fxware-listing__title-text {\n  display: inline-block;\n  padding: 0;\n  background: none;\n  box-decoration-break: clone;\n  -webkit-box-decoration-break: clone;\n  position: relative;\n  top: -2px;\n}\n\n.fxware-listing__index {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  height: 24px;\n  min-width: 34px;\n  padding: 0 7px;\n  border-radius: 999px;\n  background: var(--fxware-listing-primary-soft);\n  color: var(--fxware-listing-primary);\n  font-size: 0.7rem;\n  font-weight: 700;\n}\n\n.fxware-listing__meta {\n  display: grid;\n  gap: 10px;\n}\n\n.fxware-listing__group {\n  display: grid;\n  gap: 6px;\n}\n\n.fxware-listing__label {\n  color: var(--fxware-listing-muted);\n  font-size: 0.66rem;\n  font-weight: 700;\n  letter-spacing: 0.09em;\n  text-transform: uppercase;\n}\n\n.fxware-listing__actions {\n  display: flex;\n  flex-wrap: wrap;\n  gap: 8px;\n}\n\n.fxware-listing a.fxware-listing__pill {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 32px;\n  padding: 7px 12px;\n  border-radius: 999px;\n  background: var(--fxware-listing-primary);\n  color: #ffffff;\n  font-size: 0.78rem;\n  font-weight: 700;\n  line-height: 1;\n  text-decoration: none;\n  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;\n  box-shadow: 0 8px 16px rgba(0, 98, 255, 0.16);\n}\n\n.fxware-listing a.fxware-listing__pill--online {\n  background: var(--fxware-listing-primary);\n  box-shadow: 0 8px 16px rgba(0, 98, 255, 0.16);\n}\n\n.fxware-listing a.fxware-listing__pill--online:hover,\n.fxware-listing a.fxware-listing__pill--online:focus {\n  background: var(--fxware-listing-primary-dark);\n}\n\n.fxware-listing a.fxware-listing__pill--pdf {\n  background: var(--fxware-listing-pdf);\n  color: #ffffff;\n  box-shadow: 0 8px 16px rgba(39, 144, 149, 0.18);\n}\n\n.fxware-listing a.fxware-listing__pill--pdf:hover,\n.fxware-listing a.fxware-listing__pill--pdf:focus {\n  background: #1f7478;\n  color: #ffffff;\n}\n\n.fxware-listing a.fxware-listing__pill--submanual {\n  background: rgba(35, 31, 32, 0.08);\n  color: var(--fxware-listing-text);\n  box-shadow: none;\n}\n\n.fxware-listing a.fxware-listing__pill--submanual:hover,\n.fxware-listing a.fxware-listing__pill--submanual:focus {\n  background: rgba(35, 31, 32, 0.14);\n  color: var(--fxware-listing-text);\n}\n\n.fxware-listing a.fxware-listing__pill--video {\n  background: var(--fxware-listing-video);\n  color: #ffffff;\n  box-shadow: 0 8px 16px rgba(102, 37, 90, 0.18);\n}\n\n.fxware-listing a.fxware-listing__pill--video:hover,\n.fxware-listing a.fxware-listing__pill--video:focus {\n  background: #541d4a;\n  color: #ffffff;\n}\n\n.fxware-listing a.fxware-listing__pill:hover,\n.fxware-listing a.fxware-listing__pill:focus {\n  transform: translateY(-1px);\n}\n\n.fxware-listing__empty {\n  display: inline-flex;\n  align-items: center;\n  justify-content: center;\n  min-height: 32px;\n  padding: 7px 12px;\n  border: 1px dashed rgba(91, 99, 119, 0.28);\n  border-radius: 999px;\n  color: var(--fxware-listing-muted);\n  font-size: 0.76rem;\n  background: rgba(255, 255, 255, 0.8);\n}\n\n@media (max-width: 1080px) {\n  .fxware-listing__toc-grid {\n    grid-template-columns: repeat(2, minmax(0, 1fr));\n  }\n}\n\n@media (max-width: 900px) {\n  .fxware-listing__grid {\n    grid-template-columns: 1fr;\n  }\n}\n\n@media (max-width: 640px) {\n  .fxware-listing__toc {\n    padding: 12px;\n  }\n\n  .fxware-listing__toc-grid {\n    grid-template-columns: 1fr;\n  }\n\n  .fxware-listing__card {\n    padding: 8px 14px 13px;\n    border-radius: 16px;\n  }\n}\n<\/style>\n<section class=\"fxware-listing\" aria-label=\"List of instructions\">\n  <div class=\"fxware-listing__toc\" aria-label=\"Table of contents of the instructions\">\n    <p class=\"fxware-listing__toc-title\">Table of contents<\/p>\n    <div class=\"fxware-listing__toc-grid\">\n<a class=\"fxware-listing__toc-link\" href=\"#manual-fx-harvest-pro\">\n  <span class=\"fxware-listing__toc-index\">01<\/span>\n  <span class=\"fxware-listing__toc-text\">FX Harvest PRO<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-wolumen-skumulowany\">\n  <span class=\"fxware-listing__toc-index\">02<\/span>\n  <span class=\"fxware-listing__toc-text\">Cumulative volume<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-sd-zoner\">\n  <span class=\"fxware-listing__toc-index\">03<\/span>\n  <span class=\"fxware-listing__toc-text\">SD Zoner<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-swiece-wolumenowe\">\n  <span class=\"fxware-listing__toc-index\">04<\/span>\n  <span class=\"fxware-listing__toc-text\">Volume candles<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-m1-armor\">\n  <span class=\"fxware-listing__toc-index\">05<\/span>\n  <span class=\"fxware-listing__toc-text\">M1 Armor<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-fxware-replicator\">\n  <span class=\"fxware-listing__toc-index\">06<\/span>\n  <span class=\"fxware-listing__toc-text\">FXWare Replicator<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-fxware-algorithm\">\n  <span class=\"fxware-listing__toc-index\">07<\/span>\n  <span class=\"fxware-listing__toc-text\">FXWare Algorithm<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-fxware-arrows\">\n  <span class=\"fxware-listing__toc-index\">08<\/span>\n  <span class=\"fxware-listing__toc-text\">FXWare Arrows<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-orbex-market-scanner\">\n  <span class=\"fxware-listing__toc-index\">09<\/span>\n  <span class=\"fxware-listing__toc-text\">Orbex Market Scanner<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-orbex-fibo-manager\">\n  <span class=\"fxware-listing__toc-index\">10<\/span>\n  <span class=\"fxware-listing__toc-text\">Orbex Fibo Manager<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-orbex-scalpingai\">\n  <span class=\"fxware-listing__toc-index\">11<\/span>\n  <span class=\"fxware-listing__toc-text\">Orbex ScalpingAI<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-fxware-momentum-detector\">\n  <span class=\"fxware-listing__toc-index\">12<\/span>\n  <span class=\"fxware-listing__toc-text\">FXWare Momentum Detector<\/span>\n<\/a>\n<a class=\"fxware-listing__toc-link\" href=\"#manual-diamenty-fibonacciego\">\n  <span class=\"fxware-listing__toc-index\">13<\/span>\n  <span class=\"fxware-listing__toc-text\">Fibonacci diamonds<\/span>\n<\/a>\n    <\/div>\n  <\/div>\n  <div class=\"fxware-listing__grid\">\n<article class=\"fxware-listing__card\" id=\"manual-fx-harvest-pro\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">01<\/span>\n    <h3><span class=\"fxware-listing__title-text\">FX Harvest PRO<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-pro\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FX_Harvest_PRO_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Modules<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-capp\/\" target=\"_blank\" rel=\"noopener\">CAPP<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-algo\/\" target=\"_blank\" rel=\"noopener\">ALGO<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-mmd\/\" target=\"_blank\" rel=\"noopener\">MMD<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-pyramida-grid\/\" target=\"_blank\" rel=\"noopener\">Pyramid and Grid<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-tester\/\" target=\"_blank\" rel=\"noopener\">Strategy Tester<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-hedge\/\" target=\"_blank\" rel=\"noopener\">HEDGE<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-renko\/\" target=\"_blank\" rel=\"noopener\">RENKO<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-fibonacci\/\" target=\"_blank\" rel=\"noopener\">FIBONACCI<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-diamenty\/\" target=\"_blank\" rel=\"noopener\">DIAMONDS<\/a><a class=\"fxware-listing__pill fxware-listing__pill--submanual\" href=\"https:\/\/dev.fxware.pl\/docs\/fx-harvest-fibox\/\" target=\"_blank\" rel=\"noopener\">FIBOX<\/a><\/div>\n    <\/div>\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/omCJ6CgtyZE\" target=\"_blank\" rel=\"noopener\">Video 1<\/a><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/tf4gpfvr1Fw\" target=\"_blank\" rel=\"noopener\">Video 2<\/a><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/tPqD9delnRM\" target=\"_blank\" rel=\"noopener\">Video 3<\/a><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/AwDeisqpkW4\" target=\"_blank\" rel=\"noopener\">Video 4<\/a><\/div>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-wolumen-skumulowany\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">02<\/span>\n    <h3><span class=\"fxware-listing__title-text\">Cumulative volume<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/wolumen-skumulowany\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare_WolumenSkumulowany_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-sd-zoner\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">03<\/span>\n    <h3><span class=\"fxware-listing__title-text\">SD Zoner<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/sd-zoner\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/SD_Zoner_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/MlHZYfqvk5o\" target=\"_blank\" rel=\"noopener\">Video 1<\/a><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/ID6cVkek-yQ\" target=\"_blank\" rel=\"noopener\">Video 2<\/a><\/div>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-swiece-wolumenowe\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">04<\/span>\n    <h3><span class=\"fxware-listing__title-text\">Volume candles<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/swiece-wolumenowe\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare_Swiece_Wolumenowe_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-m1-armor\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">05<\/span>\n    <h3><span class=\"fxware-listing__title-text\">M1 Armor<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/m1-armor\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare_M1_Armor_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-fxware-replicator\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">06<\/span>\n    <h3><span class=\"fxware-listing__title-text\">FXWare Replicator<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/fxware-replicator\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare%20Replicator%20v1.4.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/75nToRWiWx8\" target=\"_blank\" rel=\"noopener\">Video<\/a><\/div>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-fxware-algorithm\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">07<\/span>\n    <h3><span class=\"fxware-listing__title-text\">FXWare Algorithm<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/fxware-algorithm\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare_Algorithm_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-fxware-arrows\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">08<\/span>\n    <h3><span class=\"fxware-listing__title-text\">FXWare Arrows<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/fxware-arrows\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare_Arrows_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-orbex-market-scanner\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">09<\/span>\n    <h3><span class=\"fxware-listing__title-text\">Orbex Market Scanner<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/MarketScanner_Users_Manual_PL.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--video\" href=\"https:\/\/youtu.be\/MS9Jl5o4amI\" target=\"_blank\" rel=\"noopener\">Video<\/a><\/div>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-orbex-fibo-manager\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">10<\/span>\n    <h3><span class=\"fxware-listing__title-text\">Orbex Fibo Manager<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FiboManager_Users_Manual_PL.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-orbex-scalpingai\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">11<\/span>\n    <h3><span class=\"fxware-listing__title-text\">Orbex ScalpingAI<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/ScalpingAI_Users_Manual_PL.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-fxware-momentum-detector\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">12<\/span>\n    <h3><span class=\"fxware-listing__title-text\">FXWare Momentum Detector<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/fxware-momentum-detector\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/FXWare_MomentumDetector_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n<article class=\"fxware-listing__card\" id=\"manual-diamenty-fibonacciego\">\n  <div class=\"fxware-listing__card-header\">\n    <span class=\"fxware-listing__index\">13<\/span>\n    <h3><span class=\"fxware-listing__title-text\">Fibonacci diamonds<\/span><\/h3>\n  <\/div>\n  <div class=\"fxware-listing__meta\">\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">User manual<\/span>\n      <div class=\"fxware-listing__actions\"><a class=\"fxware-listing__pill fxware-listing__pill--online\" href=\"https:\/\/dev.fxware.pl\/docs\/diamenty-fibonacciego\/\" target=\"_blank\" rel=\"noopener\">Online<\/a><a class=\"fxware-listing__pill fxware-listing__pill--pdf\" href=\"https:\/\/dev.fxware.pl\/docs\/Diamenty_Fibonacciego_Instrukcja.pdf\" target=\"_blank\" rel=\"noopener\">PDF<\/a><\/div>\n    <\/div>\n\n    <div class=\"fxware-listing__group\">\n      <span class=\"fxware-listing__label\">Films<\/span>\n      <span class=\"fxware-listing__empty\">coming soon<\/span>\n    <\/div>\n  <\/div>\n<\/article>\n  <\/div>\n<\/section>","protected":false},"excerpt":{"rendered":"<p>Spis tre\u015bci 01 FX Harvest PRO 02 Wolumen skumulowany 03 SD Zoner 04 \u015awiece wolumenowe 05 M1 Armor 06 FXWare Replicator 07 FXWare Algorithm 08 FXWare Arrows 09 Orbex Market Scanner 10 Orbex Fibo Manager 11 Orbex ScalpingAI 12 FXWare Momentum Detector 13 Diamenty Fibonacciego 01 FX Harvest PRO Instrukcja OnlinePDF Modu\u0142y CAPPALGOMMDPiramida i GridTester [&hellip;]<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"inline_featured_image":false,"footnotes":""},"class_list":["post-31846","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Instrukcje - FXWare<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"http:\/\/new.fxware.pl\/en\/instructions\/\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Instrukcje - FXWare\" \/>\n<meta property=\"og:description\" content=\"Spis tre\u015bci 01 FX Harvest PRO 02 Wolumen skumulowany 03 SD Zoner 04 \u015awiece wolumenowe 05 M1 Armor 06 FXWare Replicator 07 FXWare Algorithm 08 FXWare Arrows 09 Orbex Market Scanner 10 Orbex Fibo Manager 11 Orbex ScalpingAI 12 FXWare Momentum Detector 13 Diamenty Fibonacciego 01 FX Harvest PRO Instrukcja OnlinePDF Modu\u0142y CAPPALGOMMDPiramida i GridTester [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"http:\/\/new.fxware.pl\/en\/instructions\/\" \/>\n<meta property=\"og:site_name\" content=\"FXWare\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/fxwarepl\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-04-09T21:29:07+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/new.fxware.pl\/wp-content\/uploads\/2022\/06\/FXWare-og-1200x628-1.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1200\" \/>\n\t<meta property=\"og:image:height\" content=\"628\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"http:\\\/\\\/new.fxware.pl\\\/pl\\\/instrukcje\\\/\",\"url\":\"http:\\\/\\\/new.fxware.pl\\\/pl\\\/instrukcje\\\/\",\"name\":\"Instrukcje - FXWare\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/#website\"},\"datePublished\":\"2025-03-17T16:06:03+00:00\",\"dateModified\":\"2026-04-09T21:29:07+00:00\",\"breadcrumb\":{\"@id\":\"http:\\\/\\\/new.fxware.pl\\\/pl\\\/instrukcje\\\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"http:\\\/\\\/new.fxware.pl\\\/pl\\\/instrukcje\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"http:\\\/\\\/new.fxware.pl\\\/pl\\\/instrukcje\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Strona g\u0142\u00f3wna\",\"item\":\"https:\\\/\\\/new.fxware.pl\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Instrukcje\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/#website\",\"url\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/\",\"name\":\"FXWare\",\"description\":\"Rozwi\u0105zania dla Trader\u00f3w\",\"publisher\":{\"@id\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/#organization\",\"name\":\"FXWare - Rozwi\u0105zania Dla Inwestor\u00f3w\",\"url\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/new.fxware.pl\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/logo-ciemne-6-kwadrat-1024x1024.png\",\"contentUrl\":\"https:\\\/\\\/new.fxware.pl\\\/wp-content\\\/uploads\\\/2019\\\/07\\\/logo-ciemne-6-kwadrat-1024x1024.png\",\"width\":1024,\"height\":1024,\"caption\":\"FXWare - Rozwi\u0105zania Dla Inwestor\u00f3w\"},\"image\":{\"@id\":\"https:\\\/\\\/new.fxware.pl\\\/en\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/facebook.com\\\/fxwarepl\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UC8dWK9a2okrHo4Lu3x2H8pA\",\"https:\\\/\\\/instagram.com\\\/fxwarepl\"]}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Instructions - FXWare","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"http:\/\/new.fxware.pl\/en\/instructions\/","og_locale":"en_GB","og_type":"article","og_title":"Instrukcje - FXWare","og_description":"Spis tre\u015bci 01 FX Harvest PRO 02 Wolumen skumulowany 03 SD Zoner 04 \u015awiece wolumenowe 05 M1 Armor 06 FXWare Replicator 07 FXWare Algorithm 08 FXWare Arrows 09 Orbex Market Scanner 10 Orbex Fibo Manager 11 Orbex ScalpingAI 12 FXWare Momentum Detector 13 Diamenty Fibonacciego 01 FX Harvest PRO Instrukcja OnlinePDF Modu\u0142y CAPPALGOMMDPiramida i GridTester [&hellip;]","og_url":"http:\/\/new.fxware.pl\/en\/instructions\/","og_site_name":"FXWare","article_publisher":"https:\/\/facebook.com\/fxwarepl\/","article_modified_time":"2026-04-09T21:29:07+00:00","og_image":[{"width":1200,"height":628,"url":"https:\/\/new.fxware.pl\/wp-content\/uploads\/2022\/06\/FXWare-og-1200x628-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"http:\/\/new.fxware.pl\/pl\/instrukcje\/","url":"http:\/\/new.fxware.pl\/pl\/instrukcje\/","name":"Instructions - FXWare","isPartOf":{"@id":"https:\/\/new.fxware.pl\/en\/#website"},"datePublished":"2025-03-17T16:06:03+00:00","dateModified":"2026-04-09T21:29:07+00:00","breadcrumb":{"@id":"http:\/\/new.fxware.pl\/pl\/instrukcje\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["http:\/\/new.fxware.pl\/pl\/instrukcje\/"]}]},{"@type":"BreadcrumbList","@id":"http:\/\/new.fxware.pl\/pl\/instrukcje\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Strona g\u0142\u00f3wna","item":"https:\/\/new.fxware.pl\/"},{"@type":"ListItem","position":2,"name":"Instrukcje"}]},{"@type":"WebSite","@id":"https:\/\/new.fxware.pl\/en\/#website","url":"https:\/\/new.fxware.pl\/en\/","name":"FXWare","description":"Solutions for Traders","publisher":{"@id":"https:\/\/new.fxware.pl\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/new.fxware.pl\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/new.fxware.pl\/en\/#organization","name":"FXWare - Solutions for Investors","url":"https:\/\/new.fxware.pl\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/new.fxware.pl\/en\/#\/schema\/logo\/image\/","url":"https:\/\/new.fxware.pl\/wp-content\/uploads\/2019\/07\/logo-ciemne-6-kwadrat-1024x1024.png","contentUrl":"https:\/\/new.fxware.pl\/wp-content\/uploads\/2019\/07\/logo-ciemne-6-kwadrat-1024x1024.png","width":1024,"height":1024,"caption":"FXWare - Rozwi\u0105zania Dla Inwestor\u00f3w"},"image":{"@id":"https:\/\/new.fxware.pl\/en\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/fxwarepl\/","https:\/\/www.youtube.com\/channel\/UC8dWK9a2okrHo4Lu3x2H8pA","https:\/\/instagram.com\/fxwarepl"]}]}},"_links":{"self":[{"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/pages\/31846","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/comments?post=31846"}],"version-history":[{"count":0,"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/pages\/31846\/revisions"}],"wp:attachment":[{"href":"https:\/\/new.fxware.pl\/en\/wp-json\/wp\/v2\/media?parent=31846"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}