{"id":17,"date":"2024-05-18T10:32:00","date_gmt":"2024-05-18T10:32:00","guid":{"rendered":""},"modified":"2025-06-21T15:30:05","modified_gmt":"2025-06-21T15:30:05","slug":"whale-signal-with-start-stop-timestamp","status":"publish","type":"post","link":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/","title":{"rendered":"Whale Signal with Start Stop Timestamp"},"content":{"rendered":"<div class=\"separator\" style=\"clear: both; text-align: center;\"><a href=\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s1024\/whale%20signal%20with%20start%20stop.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\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg\" width=\"320\" \/><\/a><\/div>\n<p>This new pine script code is revision of previous <a href=\"https:\/\/www.capayam.com\/2024\/04\/new-pine-script-stratgey-buy-on-whale.html\" target=\"_blank\">Buy-on-Whale-signal<\/a> pine script. It has start-stop time setting. This function is there for <b>2 reasons<\/b>:<\/p>\n<p>1. If you are using <b>&#8216;Percentage&#8217;<\/b> as <b>&#8216;Order Size&#8217;<\/b> in the <b>Properties<\/b> setting, u will need to set <b>START DATE<\/b> on the day u start running the bot <b>(SUPER IMPORTANT!). <\/b>Otherwise, u may be getting a lot of error on placing order.<\/p>\n<p>2. It is useful if&nbsp; you need to test a strategy on shorter backtesting range on longer timeframe chart (ie. lets say u want to see how the bot performs during bearish period). This feature is not needed if you are subscriber to Tradingview Pro.&nbsp;<\/p>\n<p><\/p>\n<p>Strategy Description: It places buy order when then whale detector bar reaches certain threshold level which you can adjust as well as the Take Profit and Stop Loss. And Set when to start and stop trading range.<\/p>\n<p><b><u>Recommended Settings:<\/u><\/b><\/p>\n<p>Pair: BTCUSDT (Binance)<\/p>\n<p>Time frame: 7min<\/p>\n<p>Initial Capital: 10<\/p>\n<p>Base Currency: Default<\/p>\n<p>Order Size: 10 USDT<\/p>\n<p>Pyramiding: 1 order<\/p>\n<p>Commission: 0.1 %&nbsp;<\/p>\n<p>*credit to&nbsp;<a href=\"https:\/\/www.tradingview.com\/u\/blackcat1402\/\" rel=\"nofollow\" target=\"_blank\">BLACKCAT1404<\/a>&nbsp; &nbsp;<\/p>\n<p><\/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;WHALE Signal START-STOP [www.capayam.com, credit to Blackcat1404]&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">overlay<\/span><span style=\"color: #42bda8;\">=false,<\/span> <span style=\"color: #d1d4dc;\">commission_type<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f77c80;\">strategy.commission.percent<\/span> <span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">commission_value<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">0.1<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Tested on BTCUSDT (Binance) TF 7minute<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Input parameters<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">whale_threshold<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">30<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Whale Threshold&#8221;<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">profit_target_percent<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">6<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Profit Target (%)&#8221;<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">stop_loss_percent<\/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;Stop Loss (%)&#8221;<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">scale<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">1000<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Scale Factor&#8221;<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">show_whale<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #42bda8;\">true,<\/span><span style=\"color: #d1d4dc;\">title<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #388e3c;\">&#8220;Show Whale detector&#8221;<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #d1d4dc;\">start_year<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">2024<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Start Year&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">2000<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">2100<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">start_month<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">6<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Start Month&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">1<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">12<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">start_day<\/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;Start Day&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">1<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">31<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #d1d4dc;\">stop_year<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">2024<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Stop Year&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">2000<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">2100<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">stop_month<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">12<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Stop Month&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">1<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">12<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">stop_day<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">input<\/span>(<span style=\"color: #f57f17;\">31<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #388e3c;\">&#8220;Stop Day&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">minval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">1<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">maxval<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">31<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Create timestamps from the input dates<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">start_trading_date<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">timestamp<\/span>(<span style=\"color: #d1d4dc;\">start_year<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">start_month<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">start_day<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #f57f17;\">0<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #f57f17;\">0<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">stop_trading_date<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">timestamp<\/span>(<span style=\"color: #d1d4dc;\">stop_year<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">stop_month<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">stop_day<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #f57f17;\">23<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #f57f17;\">59<\/span>)<\/div>\n<div><span style=\"color: #787b86;\">\/\/\/WHALE BY BLACKCAT1404<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/functions<\/span><\/div>\n<div><span style=\"color: #3179f5;\">xrf<\/span>(<span style=\"color: #d1d4dc;\">values<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">length<\/span>) <span style=\"color: #42bda8;\">=&gt;<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">r_val<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">float<\/span>(<span style=\"color: #f77c80;\">na<\/span>)<\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #42bda8;\">if<\/span> <span style=\"color: #d1d4dc;\">length<\/span> <span style=\"color: #42bda8;\">&gt;=<\/span> <span style=\"color: #f57f17;\">1<\/span><\/div>\n<div>&nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #42bda8;\">for<\/span> <span style=\"color: #d1d4dc;\">i<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f57f17;\">0<\/span> <span style=\"color: #42bda8;\">to<\/span> <span style=\"color: #d1d4dc;\">length<\/span> <span style=\"color: #42bda8;\">by<\/span> <span style=\"color: #f57f17;\">1<\/span><\/div>\n<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #42bda8;\">if<\/span> <span style=\"color: #5b9cf6;\">na<\/span>(<span style=\"color: #d1d4dc;\">r_val<\/span>) <span style=\"color: #42bda8;\">or<\/span> <span style=\"color: #42bda8;\">not<\/span> <span style=\"color: #5b9cf6;\">na<\/span>(<span style=\"color: #d1d4dc;\">values<\/span>[<span style=\"color: #d1d4dc;\">i<\/span>])<\/div>\n<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #d1d4dc;\">r_val<\/span> &nbsp;<span style=\"color: #42bda8;\">:=<\/span> &nbsp;<span style=\"color: #d1d4dc;\">values<\/span>[<span style=\"color: #d1d4dc;\">i<\/span>]<\/div>\n<div>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <span style=\"color: #d1d4dc;\">r_val<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">r_val<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #3179f5;\">xsa<\/span>(<span style=\"color: #d1d4dc;\">src<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #d1d4dc;\">len<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #d1d4dc;\">wei<\/span>) <span style=\"color: #42bda8;\">=&gt;<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">sumf<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f57f17;\">0.0<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">ma<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f57f17;\">0.0<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">out<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f57f17;\">0.0<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">sumf<\/span> &nbsp;<span style=\"color: #42bda8;\">:=<\/span> &nbsp;<span style=\"color: #5b9cf6;\">nz<\/span>(<span style=\"color: #d1d4dc;\">sumf<\/span>[<span style=\"color: #f57f17;\">1<\/span>]) <span style=\"color: #42bda8;\">&#8211;<\/span> <span style=\"color: #5b9cf6;\">nz<\/span>(<span style=\"color: #d1d4dc;\">src<\/span>[<span style=\"color: #d1d4dc;\">len<\/span>]) <span style=\"color: #42bda8;\">+<\/span> <span style=\"color: #d1d4dc;\">src<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">ma<\/span> &nbsp;<span style=\"color: #42bda8;\">:=<\/span> &nbsp;<span style=\"color: #5b9cf6;\">na<\/span>(<span style=\"color: #d1d4dc;\">src<\/span>[<span style=\"color: #d1d4dc;\">len<\/span>]) <span style=\"color: #42bda8;\">?<\/span> <span style=\"color: #f77c80;\">na<\/span> <span style=\"color: #42bda8;\">:<\/span> <span style=\"color: #d1d4dc;\">sumf<\/span><span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #d1d4dc;\">len<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">out<\/span> &nbsp;<span style=\"color: #42bda8;\">:=<\/span> &nbsp;<span style=\"color: #5b9cf6;\">na<\/span>(<span style=\"color: #d1d4dc;\">out<\/span>[<span style=\"color: #f57f17;\">1<\/span>]) <span style=\"color: #42bda8;\">?<\/span> <span style=\"color: #d1d4dc;\">ma<\/span> <span style=\"color: #42bda8;\">:<\/span> (<span style=\"color: #d1d4dc;\">src<\/span><span style=\"color: #42bda8;\">*<\/span><span style=\"color: #d1d4dc;\">wei<\/span><span style=\"color: #42bda8;\">+<\/span><span style=\"color: #d1d4dc;\">out<\/span>[<span style=\"color: #f57f17;\">1<\/span>]<span style=\"color: #42bda8;\">*<\/span>(<span style=\"color: #d1d4dc;\">len<\/span><span style=\"color: #42bda8;\">&#8211;<\/span><span style=\"color: #d1d4dc;\">wei<\/span>))<span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #d1d4dc;\">len<\/span><\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #d1d4dc;\">out<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/trend follower algorithm<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">var2<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #d1d4dc;\">xrf<\/span>(<span style=\"color: #f77c80;\">low<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">1<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">var3<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #d1d4dc;\">xsa<\/span>(<span style=\"color: #5b9cf6;\">abs<\/span>(<span style=\"color: #f77c80;\">low<\/span><span style=\"color: #42bda8;\">&#8211;<\/span><span style=\"color: #d1d4dc;\">var2<\/span>)<span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">3<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">1<\/span>)<span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #d1d4dc;\">xsa<\/span>(<span style=\"color: #5b9cf6;\">max<\/span>(<span style=\"color: #f77c80;\">low<\/span><span style=\"color: #42bda8;\">&#8211;<\/span><span style=\"color: #d1d4dc;\">var2<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">0<\/span>)<span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">3<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">1<\/span>)<span style=\"color: #42bda8;\">*<\/span><span style=\"color: #f57f17;\">100<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">var4<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">ema<\/span>(<span style=\"color: #5b9cf6;\">iff<\/span>(<span style=\"color: #f77c80;\">close<\/span><span style=\"color: #42bda8;\">*<\/span><span style=\"color: #f57f17;\">1.2<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #d1d4dc;\">var3<\/span><span style=\"color: #42bda8;\">*<\/span><span style=\"color: #f57f17;\">10<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #d1d4dc;\">var3<\/span><span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #f57f17;\">10<\/span>)<span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">3<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">var5<\/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: #f57f17;\">30<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">var6<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">highest<\/span>(<span style=\"color: #d1d4dc;\">var4<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">30<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">var7<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">iff<\/span>(<span style=\"color: #5b9cf6;\">lowest<\/span>(<span style=\"color: #f77c80;\">low<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">58<\/span>)<span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">1<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">0<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">var8<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #5b9cf6;\">ema<\/span>(<span style=\"color: #5b9cf6;\">iff<\/span>(<span style=\"color: #f77c80;\">low<\/span><span style=\"color: #42bda8;\">&lt;=<\/span><span style=\"color: #d1d4dc;\">var5<\/span><span style=\"color: #42bda8;\">,<\/span>(<span style=\"color: #d1d4dc;\">var4<\/span><span style=\"color: #42bda8;\">+<\/span><span style=\"color: #d1d4dc;\">var6<\/span><span style=\"color: #42bda8;\">*<\/span><span style=\"color: #f57f17;\">2<\/span>)<span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #f57f17;\">2<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">0<\/span>)<span style=\"color: #42bda8;\">,<\/span><span style=\"color: #f57f17;\">3<\/span>)<span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #f57f17;\">618<\/span><span style=\"color: #42bda8;\">*<\/span><span style=\"color: #d1d4dc;\">var7<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/plotcandle(0,var8 * (close\/scale) ,0,var8* (close\/scale),color= var8 &gt; 0 and show_whale ?color.yellow:na)<\/span><\/div>\n<p><\/p>\n<div><span style=\"color: #5b9cf6;\">plot<\/span>(<span style=\"color: #d1d4dc;\">show_whale<\/span><span style=\"color: #42bda8;\">?<\/span> <span style=\"color: #d1d4dc;\">var8<\/span> <span style=\"color: #42bda8;\">*<\/span> (<span style=\"color: #f77c80;\">close<\/span><span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #d1d4dc;\">scale<\/span>) <span style=\"color: #42bda8;\">:<\/span> <span style=\"color: #f77c80;\">na<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">title<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #388e3c;\">&#8220;whale&#8221;<\/span> <span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">style<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f77c80;\">plot.style_columns<\/span><span style=\"color: #42bda8;\">,<\/span><span style=\"color: #d1d4dc;\">color<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f77c80;\">color.yellow<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">transp<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #f57f17;\">80<\/span>)<\/div>\n<div>&nbsp; &nbsp; <span style=\"color: #787b86;\">\/\/ Define whale pump condition<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">whale_pump_condition<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #d1d4dc;\">var8<\/span> <span style=\"color: #42bda8;\">*<\/span> (<span style=\"color: #f77c80;\">close<\/span><span style=\"color: #42bda8;\">\/<\/span><span style=\"color: #d1d4dc;\">scale<\/span>) <span style=\"color: #42bda8;\">&gt;<\/span> <span style=\"color: #d1d4dc;\">whale_threshold<\/span> <span style=\"color: #42bda8;\">and<\/span> (<span style=\"color: #f77c80;\">time<\/span> <span style=\"color: #42bda8;\">&gt;=<\/span> <span style=\"color: #d1d4dc;\">start_trading_date<\/span>) <span style=\"color: #42bda8;\">and<\/span> (<span style=\"color: #f77c80;\">time<\/span> <span style=\"color: #42bda8;\">&lt;=<\/span> <span style=\"color: #d1d4dc;\">stop_trading_date<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Strategy logic<\/span><\/div>\n<div><span style=\"color: #42bda8;\">if<\/span> (<span style=\"color: #d1d4dc;\">whale_pump_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<div>&nbsp; &nbsp; <\/div>\n<div><span style=\"color: #787b86;\">\/\/ Calculate profit target and stop loss levels<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">entry_price<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #f77c80;\">strategy.position_avg_price<\/span><\/div>\n<div><span style=\"color: #d1d4dc;\">profit_target<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #d1d4dc;\">entry_price<\/span> <span style=\"color: #42bda8;\">*<\/span> (<span style=\"color: #f57f17;\">1<\/span> <span style=\"color: #42bda8;\">+<\/span> <span style=\"color: #d1d4dc;\">profit_target_percent<\/span> <span style=\"color: #42bda8;\">\/<\/span> <span style=\"color: #f57f17;\">100<\/span>)<\/div>\n<div><span style=\"color: #d1d4dc;\">stop_loss<\/span> <span style=\"color: #42bda8;\">=<\/span> <span style=\"color: #d1d4dc;\">entry_price<\/span> <span style=\"color: #42bda8;\">*<\/span> (<span style=\"color: #f57f17;\">1<\/span> <span style=\"color: #42bda8;\">&#8211;<\/span> <span style=\"color: #d1d4dc;\">stop_loss_percent<\/span> <span style=\"color: #42bda8;\">\/<\/span> <span style=\"color: #f57f17;\">100<\/span>)<\/div>\n<p><\/p>\n<div><span style=\"color: #787b86;\">\/\/ Exit conditions<\/span><\/div>\n<div><span style=\"color: #5b9cf6;\">strategy.exit<\/span>(<span style=\"color: #388e3c;\">&#8220;TP\/SL&#8221;<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">limit<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #d1d4dc;\">profit_target<\/span><span style=\"color: #42bda8;\">,<\/span> <span style=\"color: #d1d4dc;\">stop<\/span><span style=\"color: #42bda8;\">=<\/span><span style=\"color: #d1d4dc;\">stop_loss<\/span>)<\/div>\n<\/div>\n<p>*please feel free to drop your strategy setting in the comment section.<\/p>\n<p>*this whale strategy is too good that i have not been able to curate other better strategy in the past 1 month.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>This new pine script code is revision of previous Buy-on-Whale-signal pine script. It has start-stop time setting. This function is there for 2 reasons: 1. If you are using &#8216;Percentage&#8217;<\/p>\n<p><a href=\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\" class=\"btn btn-skin btn-radius\">Continue Reading<span class=\"screen-reader-text\">Whale Signal with Start Stop Timestamp<\/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-17","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>Whale Signal with Start Stop Timestamp - 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\/05\/18\/whale-signal-with-start-stop-timestamp\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Whale Signal with Start Stop Timestamp - kriptos.my\" \/>\n<meta property=\"og:description\" content=\"This new pine script code is revision of previous Buy-on-Whale-signal pine script. It has start-stop time setting. This function is there for 2 reasons: 1. If you are using &#8216;Percentage&#8217;Continue ReadingWhale Signal with Start Stop Timestamp\" \/>\n<meta property=\"og:url\" content=\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\" \/>\n<meta property=\"og:site_name\" content=\"kriptos.my\" \/>\n<meta property=\"article:published_time\" content=\"2024-05-18T10:32:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2025-06-21T15:30:05+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=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\"},\"author\":{\"name\":\"kriptos\",\"@id\":\"https:\/\/kriptos.my\/#\/schema\/person\/ab6ae0f7dc407600d321d44b02da9556\"},\"headline\":\"Whale Signal with Start Stop Timestamp\",\"datePublished\":\"2024-05-18T10:32:00+00:00\",\"dateModified\":\"2025-06-21T15:30:05+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\"},\"wordCount\":630,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/kriptos.my\/#organization\"},\"image\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg\",\"keywords\":[\"Pine Script Strategy\"],\"articleSection\":[\"Pine Script Strategy\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\",\"url\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\",\"name\":\"Whale Signal with Start Stop Timestamp - kriptos.my\",\"isPartOf\":{\"@id\":\"https:\/\/kriptos.my\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg\",\"datePublished\":\"2024-05-18T10:32:00+00:00\",\"dateModified\":\"2025-06-21T15:30:05+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage\",\"url\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg\",\"contentUrl\":\"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/kriptos.my\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Whale Signal with Start Stop Timestamp\"}]},{\"@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":"Whale Signal with Start Stop Timestamp - 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\/05\/18\/whale-signal-with-start-stop-timestamp\/","og_locale":"en_US","og_type":"article","og_title":"Whale Signal with Start Stop Timestamp - kriptos.my","og_description":"This new pine script code is revision of previous Buy-on-Whale-signal pine script. It has start-stop time setting. This function is there for 2 reasons: 1. If you are using &#8216;Percentage&#8217;Continue ReadingWhale Signal with Start Stop Timestamp","og_url":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/","og_site_name":"kriptos.my","article_published_time":"2024-05-18T10:32:00+00:00","article_modified_time":"2025-06-21T15:30:05+00:00","author":"kriptos","twitter_card":"summary_large_image","twitter_misc":{"Written by":"kriptos","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#article","isPartOf":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/"},"author":{"name":"kriptos","@id":"https:\/\/kriptos.my\/#\/schema\/person\/ab6ae0f7dc407600d321d44b02da9556"},"headline":"Whale Signal with Start Stop Timestamp","datePublished":"2024-05-18T10:32:00+00:00","dateModified":"2025-06-21T15:30:05+00:00","mainEntityOfPage":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/"},"wordCount":630,"commentCount":0,"publisher":{"@id":"https:\/\/kriptos.my\/#organization"},"image":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg","keywords":["Pine Script Strategy"],"articleSection":["Pine Script Strategy"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/","url":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/","name":"Whale Signal with Start Stop Timestamp - kriptos.my","isPartOf":{"@id":"https:\/\/kriptos.my\/#website"},"primaryImageOfPage":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage"},"image":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage"},"thumbnailUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg","datePublished":"2024-05-18T10:32:00+00:00","dateModified":"2025-06-21T15:30:05+00:00","breadcrumb":{"@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#primaryimage","url":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg","contentUrl":"https:\/\/blogger.googleusercontent.com\/img\/b\/R29vZ2xl\/AVvXsEgbUFubvV1qiYA543UysV_Y8qGEMGuiyENgl7Bcyh6q4UVSAzsaRopD9F6FRv5xHGgrr7azKs3pw8ht9CL_D3prN06pTrjDM_1obeGoE15QKnXg-qiPJUrxChZ-4tZ06M4F3ax4WrvEtIBjftR1U0V-L9BbmJhu5zwEUarYFaZbghAJj_ryeisQ9FQu0dS7\/s320\/whale%20signal%20with%20start%20stop.jpg"},{"@type":"BreadcrumbList","@id":"https:\/\/kriptos.my\/index.php\/2024\/05\/18\/whale-signal-with-start-stop-timestamp\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/kriptos.my\/"},{"@type":"ListItem","position":2,"name":"Whale Signal with Start Stop Timestamp"}]},{"@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\/17","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=17"}],"version-history":[{"count":0,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/posts\/17\/revisions"}],"wp:attachment":[{"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/media?parent=17"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/categories?post=17"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kriptos.my\/index.php\/wp-json\/wp\/v2\/tags?post=17"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}