This script is designed to execute a trading strategy based on Heikin Ashi candlesticks, moving averages, and percentile levels. Please note that you should keep your original chart in normal candlestick mode and not switch it to Heikin Ashi mode. The script itself calculates Heikin Ashi values from regular candlesticks. If your chart is already in Heikin Ashi...
The WHAT =============> A strategy focused on opening trades during a retracement of the so-called Big Candles. Instead of having to recalibrate a strategy every so often (so it stays consistent with the current trend), this Candle strategy tries to use a different approach. It will detect candles with big bodies (which are usually created during a strong push...
// // Author : Jacques CRETINON // Last Version : V1.0 11-22-2016 // // Risk disclaimer : Do not use this script in production environment. We assume no liability or responsibility for any damage to you, your computer, or your other property, due to the use of this script. // // Purpose of this script : // 1- use same pine code for strategy or study script (with...