{"id":22,"date":"2024-01-12T18:17:00","date_gmt":"2024-01-12T18:17:00","guid":{"rendered":""},"modified":"2025-06-21T15:30:08","modified_gmt":"2025-06-21T15:30:08","slug":"new-pine-script-published-buy-dip-2","status":"publish","type":"post","link":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/","title":{"rendered":"New Pine Script Published: Buy the Dip 2-Weeks-Low"},"content":{"rendered":"<div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s1024\/scoop%20the%20dip%20btc.jpg\" style=\"margin-left: 1em; margin-right: 1em;\"><img fetchpriority=\"high\" decoding=\"async\" border=\"0\" data-original-height=\"1024\" data-original-width=\"1024\" height=\"320\" src=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg\" width=\"320\" \/><\/a><\/div>\n<p>This strategy is practically the same as before <a href=\"https:\/\/www.capayam.com\/2023\/06\/new-pine-script-strategy-2-weeks-low.html\" target=\"_blank\">here<\/a>, just it is revised with longer time frame for better backtesting. And it has modifiable input tab.<\/p>\n<p>Strategy Description: It buys when the price dip at 2-week-low. The take profit is set at 3% and stop loss at 1%.<\/p>\n<p>Potential ROI Monthly (in sideway): 0-10%<\/p>\n<p><b><u>Recommended Settings:<\/u><\/b><\/p>\n<p>Pair: MATICUSDT, OPUSDT, ATOMUSDT, ARBUSDT<\/p>\n<p>Time frame: 15mins (*Optional: You can use TF5min, but adjust the Number of&nbsp; Candles = 4100)<\/p>\n<p>Initial Capital: 100<\/p>\n<p>Base Currency: Default<\/p>\n<p>Order Size: 100% of equity<\/p>\n<p>Pyramiding: 1 order<\/p>\n<p>Commission: 0.1 %<\/p>\n<p>Take Profit: 3%<\/p>\n<p>Stop Loss: 1%<\/p>\n<div style=\"background-color: #131722; color: white; font-family: Menlo, &quot;Ubuntu Mono&quot;, Consolas, source-code-pro, monospace, Consolas, &quot;Courier New&quot;, monospace; font-size: 13px; line-height: 18px; white-space: pre;\">\n<div><span style=\"color: #787b86;\">\/\/<\/span><span style=\"color: #787b86; font-weight: bold;\">@version=<\/span><span style=\"color: #787b86;\">4<\/span><\/div>\n<div><span style=\"color: #5b9cf6;\">strategy<\/span>(<span style=\"color: #388e3c;\">&#8220;Buy2weeksLow-TF15min[www.capayam.com]&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">overlay<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f77c80;\">true<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Input for the number of candles<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">num_candles<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">1344<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Number of Candles&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">1<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Define the candles low price<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">low_candles<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">lowest<\/span>(<span style=\"color: #f77c80;\">low<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">num_candles<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Define the buy condition<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">buy_condition<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f77c80;\">low<\/span> <span style=\"color: #42bda8;\">&lt;=<\/span> <span style=\"color: #d1d4dc;\">low_candles<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Create the buy order<\/span><\/div>\n<div><span style=\"color: #42bda8;\">if<\/span> <span style=\"color: #d1d4dc;\">buy_condition<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #5b9cf6;\">strategy.entry<\/span>(<span style=\"color: #388e3c;\">&#8220;Buy&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #f77c80;\">strategy.long<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Input for take profit percentage<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">tp_percentage<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">3<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Take Profit Percentage&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">0<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">10<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Calculate take profit level<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">tp_price<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f77c80;\">close<\/span> <span style=\"color: #42bda8;\">*<\/span> (<span style=\"color: #f57f17;\">1<\/span> <span style=\"color: #42bda8;\">+<\/span> <span style=\"color: #d1d4dc;\">tp_percentage<\/span> <span style=\"color: #42bda8;\">\/<\/span> <span style=\"color: #f57f17;\">100<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Create the take profit order<\/span><\/div>\n<div><span style=\"color: #5b9cf6;\">strategy.exit<\/span>(<span style=\"color: #388e3c;\">&#8220;Take Profit&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #388e3c;\">&#8220;Buy&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">limit<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #d1d4dc;\">tp_price<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Input for stop loss percentage<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">sl_percentage<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">1<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Stop Loss Percentage&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">0<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">5<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Calculate stop loss level<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">sl_price<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f77c80;\">close<\/span> <span style=\"color: #42bda8;\">*<\/span> (<span style=\"color: #f57f17;\">1<\/span> <span style=\"color: #42bda8;\">&#8211;<\/span> <span style=\"color: #d1d4dc;\">sl_percentage<\/span> <span style=\"color: #42bda8;\">\/<\/span> <span style=\"color: #f57f17;\">100<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Create the stop loss order<\/span><\/div>\n<div><span style=\"color: #5b9cf6;\">strategy.exit<\/span>(<span style=\"color: #388e3c;\">&#8220;Stop Loss&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #388e3c;\">&#8220;Buy&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">stop<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #d1d4dc;\">sl_price<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Plot the candles low for reference<\/span><\/div>\n<div><span style=\"color: #5b9cf6;\">plot<\/span>(<span style=\"color: #d1d4dc;\">low_candles<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">color<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #5b9cf6;\">color.new<\/span>(<span style=\"color: #f77c80;\">color.red<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #f57f17;\">0<\/span>)<span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">linewidth<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">2<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Low Candles&#8221;<\/span>)<\/div>\n<p><\/div>\n<p><\/p>\n<p><\/p>\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>This strategy is practically the same as before here, just it is revised with longer time frame for better backtesting. And it has modifiable input tab. Strategy Description: It buys<\/p>\n<p><a href=\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\" class=\"btn btn-skin btn-radius\">Continue Reading<span class=\"screen-reader-text\">New Pine Script Published: Buy the Dip 2-Weeks-Low<\/span><\/a><\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[3],"class_list":["post-22","post","type-post","status-publish","format-standard","hentry","category-pine-script-strategy","tag-pine-script-strategy"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.3.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>New Pine Script Published: Buy the Dip 2-Weeks-Low - kriptos.my<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"New Pine Script Published: Buy the Dip 2-Weeks-Low - kriptos.my\" \/>\n<meta property=\"og:description\" content=\"This strategy is practically the same as before here, just it is revised with longer time frame for better backtesting. And it has modifiable input tab. Strategy Description: It buysContinue ReadingNew Pine Script Published: Buy the Dip 2-Weeks-Low\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\" \/>\n<meta property=\"og:site_name\" content=\"kriptos.my\" \/>\n<meta property=\"article:published_time\" content=\"2024-01-12T18:17:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-21T15:30:08+00:00\" \/>\n<meta name=\"author\" content=\"kriptos\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"kriptos\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\"},\"author\":{\"name\":\"kriptos\",\"@id\":\"https:\/\/kriptos.my\/#\/schema\/person\/ab6ae0f7dc407600d321d44b02da9556\"},\"headline\":\"New Pine Script Published: Buy the Dip 2-Weeks-Low\",\"datePublished\":\"2024-01-12T18:17:00+00:00\",\"dateModified\":\"2025-06-21T15:30:08+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\"},\"wordCount\":249,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kriptos.my\/#organization\"},\"image\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg\",\"keywords\":[\"Pine Script Strategy\"],\"articleSection\":[\"Pine Script Strategy\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\",\"url\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\",\"name\":\"New Pine Script Published: Buy the Dip 2-Weeks-Low - kriptos.my\",\"isPartOf\":{\"@id\":\"https:\/\/kriptos.my\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg\",\"datePublished\":\"2024-01-12T18:17:00+00:00\",\"dateModified\":\"2025-06-21T15:30:08+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage\",\"url\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg\",\"contentUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kriptos.my\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"New Pine Script Published: Buy the Dip 2-Weeks-Low\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/kriptos.my\/#website\",\"url\":\"https:\/\/kriptos.my\/\",\"name\":\"kriptos.my\",\"description\":\"Trading Bot Enthusiast\",\"publisher\":{\"@id\":\"https:\/\/kriptos.my\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/kriptos.my\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/kriptos.my\/#organization\",\"name\":\"kriptos.my\",\"url\":\"https:\/\/kriptos.my\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kriptos.my\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/kriptos.my\/wp-content\/uploads\/2025\/06\/cropped-kriptosmy-perkataan.png\",\"contentUrl\":\"https:\/\/kriptos.my\/wp-content\/uploads\/2025\/06\/cropped-kriptosmy-perkataan.png\",\"width\":872,\"height\":199,\"caption\":\"kriptos.my\"},\"image\":{\"@id\":\"https:\/\/kriptos.my\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/kriptos.my\/#\/schema\/person\/ab6ae0f7dc407600d321d44b02da9556\",\"name\":\"kriptos\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kriptos.my\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/a20605acecdd9f3d901b43544301ee4d59d4b1755e81596045ff947403d36442?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/a20605acecdd9f3d901b43544301ee4d59d4b1755e81596045ff947403d36442?s=96&d=mm&r=g\",\"caption\":\"kriptos\"},\"url\":\"https:\/\/kriptos.my\/index.php\/author\/08464702926718497666\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"New Pine Script Published: Buy the Dip 2-Weeks-Low - kriptos.my","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":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/","og_locale":"en_US","og_type":"article","og_title":"New Pine Script Published: Buy the Dip 2-Weeks-Low - kriptos.my","og_description":"This strategy is practically the same as before here, just it is revised with longer time frame for better backtesting. And it has modifiable input tab. Strategy Description: It buysContinue ReadingNew Pine Script Published: Buy the Dip 2-Weeks-Low","og_url":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/","og_site_name":"kriptos.my","article_published_time":"2024-01-12T18:17:00+00:00","article_modified_time":"2025-06-21T15:30:08+00:00","author":"kriptos","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kriptos","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#article","isPartOf":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/"},"author":{"name":"kriptos","@id":"https:\/\/kriptos.my\/#\/schema\/person\/ab6ae0f7dc407600d321d44b02da9556"},"headline":"New Pine Script Published: Buy the Dip 2-Weeks-Low","datePublished":"2024-01-12T18:17:00+00:00","dateModified":"2025-06-21T15:30:08+00:00","mainEntityOfPage":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/"},"wordCount":249,"commentCount":0,"publisher":{"@id":"https:\/\/kriptos.my\/#organization"},"image":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg","keywords":["Pine Script Strategy"],"articleSection":["Pine Script Strategy"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/","url":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/","name":"New Pine Script Published: Buy the Dip 2-Weeks-Low - kriptos.my","isPartOf":{"@id":"https:\/\/kriptos.my\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage"},"image":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg","datePublished":"2024-01-12T18:17:00+00:00","dateModified":"2025-06-21T15:30:08+00:00","breadcrumb":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#primaryimage","url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg","contentUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEhwLTjvLToydHICeo3LYygTPQqa4IfZLjYehmPJYuirIJnvkcFQh3DRVnzykdUlKZGIEVb_vHfEdMhYjSa4h9oqoLt3neeHYVfr8EqzSX7SWxywJhlF5A2oDV3TYCnEESMxulc5IfyGMB3g2MjVddEoCKF0cErl8i0UU2T6Aowsiic0G0-3XHUlg-I_k0U_\/s320\/scoop%20the%20dip%20btc.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/kriptos.my\/index.php\/2024\/01\/12\/new-pine-script-published-buy-dip-2\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kriptos.my\/"},{"@type":"ListItem","position":2,"name":"New Pine Script Published: Buy the Dip 2-Weeks-Low"}]},{"@type":"WebSite","@id":"https:\/\/kriptos.my\/#website","url":"https:\/\/kriptos.my\/","name":"kriptos.my","description":"Trading Bot Enthusiast","publisher":{"@id":"https:\/\/kriptos.my\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/kriptos.my\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/kriptos.my\/#organization","name":"kriptos.my","url":"https:\/\/kriptos.my\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kriptos.my\/#\/schema\/logo\/image\/","url":"https:\/\/kriptos.my\/wp-content\/uploads\/2025\/06\/cropped-kriptosmy-perkataan.png","contentUrl":"https:\/\/kriptos.my\/wp-content\/uploads\/2025\/06\/cropped-kriptosmy-perkataan.png","width":872,"height":199,"caption":"kriptos.my"},"image":{"@id":"https:\/\/kriptos.my\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/kriptos.my\/#\/schema\/person\/ab6ae0f7dc407600d321d44b02da9556","name":"kriptos","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kriptos.my\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/a20605acecdd9f3d901b43544301ee4d59d4b1755e81596045ff947403d36442?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/a20605acecdd9f3d901b43544301ee4d59d4b1755e81596045ff947403d36442?s=96&d=mm&r=g","caption":"kriptos"},"url":"https:\/\/kriptos.my\/index.php\/author\/08464702926718497666\/"}]}},"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/posts\/22","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/comments?post=22"}],"version-history":[{"count":0,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/posts\/22\/revisions"}],"wp:attachment":[{"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/media?parent=22"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/categories?post=22"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/tags?post=22"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}