This indicator creates an alert for a new trading day - as well as contains a variable that counts the number of bars that has passed since the trading day opened. It posts the alert both on the chart and has an alert condition so it can be sent to you.
This indicator show a simple rolling cumulative volume. A field is specified. Then all last volume indicators are summed. For example it could calculate last 24h Volume if you use the 1h bars and set the length for 24.
This strategy was made for bitcoin and allows you to back test longing or shorting for various days of the week. The price may tend to go in one direction or another for each week day, and this strategy allows you to test days across a range of dates to capitalize on this. Make sure you are on the daily time frame while viewing the performance and trade history...
1 -Objective "What is the ''best'' day to trade .. Monday, Tuesday...." This script aims to determine if there are different results depending on the day of the week. The way it works is by dividing data by day of the week (Monday, Tuesday, Wednesday ... ) and perform calculations for each day of the week. 1 - Objective 2 - Features 3 - How to use (Examples) 4...
Function that returns the number of days in any month.
Show each day of week with different color background to differentiate
█ OVERVIEW Library "DateNow" TODO: Provide today's date based on UNIX time █ INSPIRATIONS Use pinescript v4 functions such as year(), month() and dayofmonth(). Use pinescript v5 function such as switch. Export as string variables. Not using any match function such as math.floor. █ CREDITS RicardoSantos █ KNOWN ISSUES Date for Day display...
Now it should work better but is only for intraday charts. There are some other glitches though; I'll try to fix them as soon as possible.
Arrière plan en fonction du jour de la semaine. Noir pour lundi et densité réglable. Background according to the day of the week. Black for Monday and adjustable density.
This indicator optionally displays 2 informations: - The Day of the week - The New session's Candle You can turn off/on the displayed information Disclaimer: Scripts that I post publicly are experimental. They are not financial advices. Always backtest your ideas using your own methodologies.
Hey. This strategy is still in working. For it I check a x amount of candles in the past if they been for example all red/green in row, and based on that I enter. For example candle 7 < candle 6 .... candle 3 < candle 2 .... candle 1 < candle current for long and viceversa for short. After that,once the trade is initiated, I exit based on 2 possibilities :...
Calendar to work on instruments that trade a 24 hour day like crypto and forex, also does not display if you are above an intraday time. Main tweak was to end the trading day at 0000 (midnight) instead of 1700 (5pm) NYC time. This update is geared towards Forex traders, which is why I chose to highlight Wednesday in yellow since that is commonly thought of as a...
Indicator that contains the 50, 100, and 200 simple moving averages
Always shows the 400d simple moving average, regardless of currently-shown timeframe.
Day25Range(1) - Plot on the candle the 25% low range of the daily price. This helps to show when the current price is at or below the 25% price range of the day. Best when used with other indicators to show early wakening strength in price. On the attached chart, if you look at Jan 23, 2018 you will see a red candle that closed below the 25% mark of the trading...