L5 RiskManagement of the "Modular Backtest System" series is a part from a framework of modules to easily implement custom strategies more ore less like "drag and drop" This is the risk management module that uses my "multibit" signal communication All this here in the interactive screenshot represents the whole framework, when interconnected and after propper...
Hello All, This script is a framework to analyze and see the results by combine selected indicators for (long, short, longexit, shortexit) conditions. I was designed this for beginners and users to facilitate to see effects of the technical indicators combinations on the chart WITH NO CODE You can improve your strategies according the results of this system by...
Hello All, This script is a framework to build strategies by combining indicators and conditions (long, short, exits). You are able to analyze your strategies in realtime by changing the input parameters related to indicators, conditions and their combinations. OVERVIEW With this Study/Strategy framework, you will be able to create strategy conditions,...
TL;DR This script doesn't provide any buy/sell signals. This script won't make you profitable implicitly. This script is intended for utility function testing, library testing, custom assertions. It is free and open-source. Introduction About the idea: is not exclusive, programmers tend to use this method a lot and for a long time. The point is to...
█ OVERVIEW This indicator shows how you can use the new color functions in Pine to generate color gradients. We provide functions that will help Pine coders generate gradients for multiple use cases using base colors for bull and bear states. █ CONCEPTS For coders interested in maximizing the use of color in their scripts, TradingView has added new color...
█ OVERVIEW This script provides string manipulation functions to help Pine coders. █ FUNCTIONS PROVIDED f_strLeft(_str, _n) Function returning the leftmost `_n` characters in `_str`. f_strRight(_str, _n) Function returning the rightmost `_n` characters in `_str`. f_strMid(_str, _from,...
█ OVERVIEW This Framework allows Pine Coders to quickly code Study() based signal/strategy and validate its viability before proceed to code with more advance/complex customized rules for entry, exit, trailstop, risk management etc.. This is somewhat an upgraded version of my earlier personal template with different strategy used, cleaner code and additional...
█ OVERVIEW Calculating time-based offsets is necessary when coders need to draw lines or labels into the future because using `xloc = xloc.bar_time` in `label.new()` or `line.new()` is then mandatory. This script provides a function to help with those calculations: f_timeFrom(_from, _qty, _units) The function calculates a negative (into the past) or...
- Fisher Stochastic Center of Gravity- This is Fisher's Stochastic Center of Gravity converted to pine v4 by blackcat. A very powerful entry indicator! The original was published by DasanC & EmpiricalFX and it's a very interesting take on FSCG. All the credit for the indicator goes to the authors and inventor of FSCG, this is just a mod to be used with my NLX...
- Introduction: Alert Module - This alert module is part of my powerful and flexible modular trading framework. It can be used with any indicator that has a signal plot output (1 = long / -1 = short) This trading framework is the result of many years experience building indicators and trading strategies. I couldn’t find a trading framework in Pine Script that...
- NLX Modular Trading Framework - This Noise Filter is build upon a logic of Hurst Exponent and MA-ATR %-Distance to Price and does a great job at filtering choppy trades and noise. The Hurst Exponent will analyze a time series and determine whether it is a geometric Brownian motion, mean reverting or trending and effective at filtering out whipsaws. -...
- NLX Modular Trading Framework - I've written this QQE Indicator from scratch and the functionality is self-explaining. The Qualitative Quantitative Estimation (QQE) indicator is computed based on a combination of smoothed RSI and the average true range. - Getting Started - 1. Add this QQE Indicator to your Chart 2. Add the Backtest module to your Chart...
- Introduction - This backtest module is part of my new modular trading framework - however it can be used with any indicator that has a signal plot output (1 = long / -1 = short) I chose to release this one first, I've got all the modules for the framework ready and they going to be released in the coming days. Got to start somewhere... ;) This trading...
This script provides a framework to add alerts to a script. It uses a method and provides code that: — Allows the indicator's users to select the plotting of markers representing the different conditions used to trigger alerts. — Allows filtering of the markers on direction: both, longs only, shorts only. — Uses a single alert for the indicator. It will trigger...
Our MTF Selection Framework allows Pine coders to add multi-timeframe capabilities to their script with the following features: ► Timeframe selection The higher timeframe can be selected using 3 different ways: • By steps (60 min., 1D, 3D, 1W, 1M, 1Y). • As a multiple of the current chart's resolution, which can be fractional, so 3.5 will work. • Fixed. ►...
This is an internal backtest framework for a comparison of multiple proprietary algorithm. Return on account can be broken down by algorithm by different time intervals and session times. It is also possible to view each algorithm's performance against "buy & hold" performance. Commission can also be modified to reflect true commission or additional commission...
This is an internal backtest framework for a proprietary algorithm. Return on account can be broken down by different time intervals and session times. It is also possible to view the algorithm's performance against "buy & hold" performance. Commission can also be modified to reflect true commission or additional commission fees can be added to reflect implied...
This is an internal backtest framework for a proprietary algorithm. Return on account can be broken down by different time intervals and session times. Commission can also be modified to reflect true commission or additional commission fees can be added to reflect implied slippage. Feel free to use this as a demo for your own backtest frameworks. A solid backtest...