Build 942
This build provides default parameters so that when applied to a chart the user can, at least, see some trades. The script exposes over 100 inputs so it is a daunting task to get a symbol fully configured. I have received many complaints that user’s couldn’t get it to do anything. Most people who receive access immediately apply this script to their favorite trading symbol and expect it to generate a great looking back-test. That certainly is not going to happen without putting in work. However, I have made some changes to help foster an incremental approach to the initial setup. To that end, I have enabled various check boxes which I think are generally used. I have also created internal calculations to determine threshold values for entry and exit even if those inputs are zero in the dialog box fields.
Beyond a cursory look at the script, I recommend starting with one of my templates on the closest symbol and time frame. Work with my example until you get a feel for the significance of each input. Gradually adapt my example to your needs. Do not blindly trade any of my templates. The likelihood of losing money, probably a lot, is quite high. Please keep in mind that a reliable trading system that you can feel safe enough to entrust your hard earned capital is only achieved through personal effort. There really is no way to avoid it.
These are the minimal steps to see trades on your chart:
1. Configure the Properties tab of the inputs dialog box. These are the TradingView base values used by their broker simulator. Be sure to get the “Base Currency” right.
2. Select the “Ping Pong” Trading Mode at the top of Section 1 of the Inputs tab. You should see trades appear on the chart. If not move on to Step 3.
3. Select the “Linear-HTF” Trading Mode at the top of Section 1 of the Inputs tab. Adjust the Trend Bias Period input. Experiment with different intervals until trades appear. Otherwise, continue to Step 4.
4. Put in a value for Stop Offset in Section 1. This is an offset measured in quote currency points (pips). It’s a hard stop loss given to the TradingView simulator. You should see trades now.
5. If by some remote circumstance you still do not see trades then select the EURUSD symbol from the Chart Symbol Search box. Select the “Linear-HTF” Trading mode. Then select a 60 minute Trend Bias period. You should see trades now.
To see pyramids on the chart simply apply a value to the Pyramid Minimum Span in Section 1. This is an offset measured quote currency points (pips). You must also supply a stop offset value in Section 1. This is a safety restriction. Be sure to set a value greater than 1 to the Pyramiding input of the Properties tab. It’s common sense, but your stop loss must exceed your pyramid span or it will get hit first.
I also added one new input:
Mid-Tier Bale Out
When enabled this feature prevents a pyramid bale out until the middle level trade is exceeded. So if you have five pyramid levels the close price needs to reach at least trade number three in order to exit the position. This feature reduces some of the data mining bias associated with choosing a bale out amount. However, it forces your position to remain in the market longer making it vulnerable to an adverse market event. The “Same Size Pyramids” input automatically enables this feature making it redundant to enable both.