Attachments forums

List of attachments posted on this forum.


All files on forums: 135714

Re: BeatlemaniaSA's XU-Hybrid Trading System

global, Fri Jul 22, 2022 9:11 am

Hi all,

Attached below is my modified version of the dynamic-cycle-explorer-indicator that gives exactly the same reversal signal results as the DCE_BB_v3.2gm(ex).ex4 indicator shared in the post above.

DCE_BB_v3.2gm(ex).ex4: download/file.php?id=3434234

Since I added all the Price and Ma Types options, I called the modified version UT_dynamic-cycle-explorer-indicator_avg. I added a "bias" buffer that reads 1 for a buy reversal and -1 for a sell reversal when a signal arrow appears. The "bias" buffer remains as 1 or -1 until the DCE reaches it's band_up for a buy or band_up for a sell trade so you can easily access the "bias" buffer by iCustom for use in an EA. As far as I know, this indicator does not repaint since it doesn't use the icTma() function. I didn't delete the icTma() function from the indicator code but it isn't being used. If you find settings that work better than my default settings then please let us know about it.

I modified another indicator called Kiosotto that I find has been giving even better reversal signals than the DCE. I also added the Price, Ma Types options and RSI to it to show the actual reversal entry points with an arrow in a circle that you will see in the screenshot below. In the screenshot, the indicator is in the last sub window. The RSI oscillator doesn't show in the sub window since it needs a different scale than the Kiosotto to plot. If you want to see the RSI, then just attach this !!! RSI ma simple+Arrows 1.1 (mtf) indicator to that sub window and use the same RsiPeriod and other Rsi settings as in the Kiosotto indicator. You can get that RSI indicator here: attach/file/3409542

The modified Kiosotto is called UT_Kiosotto_202015_v4_Alert_Arrows and is attached below. I added a "rev" buffer that reads 1 or -1 once the Kiosotto histogram bar is greater than AlertsLevel and remains as 1 or -1 until the rsi crosses it's average line and is sloping in the direction of the reversal trade, then the "rev" buffer changes to 2 or -2 and the ArrowsOnEntry entry arrow appears. Due to the movement of the Rsi, multiple entry arrows may appear.

The "rev" buffer remains as 2 or -2 until the Rsi reaches it's 60 LevelUp value for a buy or it's 40 LevelDown for a sell trade. You can easily access the "rev" buffer by iCustom for use in an EA. Again, if you find settings that work better then please let us know.

The Kiosotto looks just like the waddah attar explosion but the calculation is very different. However, as in the waddah attar explosion, I added a dashed ATR DeadZone (dz) line and a solid Standard Deviation x Band Deviation explosion line adjusted for the scale of the main Kiosotto bars. Those lines work in the same way as the same type of lines in the waddah attar explosion indicator. When the histogram bars are below the ATR DeadZone that shows low volatility and when the bars are above both the ATR DeadZone and the (Standard Deviation x Band Deviation) explosion line, that shows a volatile move. When that volatile move exceeds all three lines, the ATR DeadZone, the (Standard Deviation x Band Deviation) explosion line and the Alert Level line, then it's a sign that the move is extreme so a reversal is imminent, then when it's time to actually open a reversal trade the reversal entry arrow in a circle will appear. However, a reversal entry arrow is only valid if the waddah attar explosion bars color is in the direction of the trade and are above their ATR DeadZone and (Standard Deviation x Band Deviation) explosion lines. Furthermore, at the time of the reversal trade entry signal, the pips distance between the price and the slow XU moving average must be big enough for entering the trade to make any sense.

In the screenshot, the smaller arrows on the main chart are drawn from the dz adaptive (vhf) rsx digital Kahler mtf BT indicator that can be downloaded here: attach/file/3430795


I made a little change to the UT_Kiosotto_202015_v4_Alert_Arrows.mq4 indicator so I replaced it with the updated version below.
All files in topic