Feeling bored with trading? Time to inject some fun into your decision-making process with our Tic Tac Toe Indicator! The Tic Tac Toe game transforms your chart into a competitive playground where trading pairs face off in a classic game of Tic Tac Toe. HOW TO PLAY Our Tic Tac Toe game invites you to pit one trading pair against another directly on your...
Play Chess Puzzles right on your Chart! Daily Chess Puzzles brings you a new 1-Move chess puzzle straight to your chart every day. 🔶 USAGE Submit your answer to see if your solution is correct! For quick access to the settings, Double-Click on the Chess board to open the settings interface. The current active color (Who's move it is) is represented by...
Do you want your charts to look like a video game? Look no further! Would you rather be an alien racing through a lava tube, a surfer with great white sharks, an airplane flying through the clouds, or some other custom emoji setup of your choice? Traders can choose their own custom player emoji, trend indicator, obstacle emoji, and celestial emoji. This indicator...
Introduction: In this script, we will be creating an indicator called "Momentum Sparkler" that plots lines on the chart to visualize the momentum of the given source. Explanation: First, we define the input "Source" as the source for the data to be plotted, and the input "Length" as an integer determining the number of lines to plot. We then create an array...
A quick, easy way to swap out colour palettes. Simple cosmetic, but charts are allowed to be fun too!
Let's play a game!! Find your Christmas Tree and post it in the comments. How to use the script? Open any instrument which best describes the Christmas Tree (Preferably on hourly timeframe). Apply X-Mas Tree script on the chart. Enjoy the snowfall, changes in lightings and other animations. Animations only happen if the instrument is in trading session....
Just for fun... watermark graphics! The steps are: 1. Choose an image, probably no more than 20x20 pixels 2. Use an image library to convert each pixel into a table cell, as shown in the script. I used they Python "pillow" library for step 2. This library allows you to iterate over each pixel, grab the RGB value, and generate table cells. You can use the...
Just for fun... You can make an ascii watermark! The steps are: 1. Convert an image into ascii, e.g. using an online generator. 2. Split the ascii into strings that are no more than 4096 characters (pinescript limit). 3. Stack them together as cells on a table (as shown in the script). I use code generation for step 2, by splitting the ascii file into chunks,...
Hello All, This is RSI Multi Time Frame 3D - just for fun :) Enjoy!
Demo Encode a string to an ascii array and decode the ascii array to a string. Reads ascii 32 to 126. Takes a long time to execute. You may get the "Loop is too long (> 200 ms)" execution error. You can change the loop to iterate fewer times thereby shorten the string length. OR you can limit the characters converted. THIS IS AN ABSOLUTE KLUDGE. Just showing...
What do you think of Pine Script? Here's your chance to let off some steam if your frustrated with the limitations of Pine Script. This script stores a text string in a array. Unfortunately tradingview doesn't think anything useful can be done with strings. This is merely a demo of storing a string in an array. There currently seems to be no way to get an...
I wanted to see how important risk-managment is.