TDI Indicator into EA (included Strategy)

If you need an Indicator or Signal developed or translated from other language, please post all Indicator development REQUESTS to this section here.

Moderator: admin

TDI Indicator into EA (included Strategy)

Postby rickCreations » Wed May 10, 2023 1:36 pm

i would like to ask if you could turn this TDI indicator into an EA including all options that are in your Templates
Code: Select all
 
#define NEWS_FILTER
#define DAILY_LIMITS
#define PENDING_ENTRYS
#define SPREAD_FILTER
#define CONTROL_CUSTOM_INDICATOR_FILE
 #define LICENSE_CONTROL_ON
 #define TIMER_FULL 
#define TIMER_MINI
 #define TIMER_OFF   
#define GRID_ON
#define NOTIFICATIONS_ON
#define CLOSE_ALL_ON
 #define PARTIAL_CLOSE_ON
#define BREAKEVEN_ON
#define TRAILING_STOP_ON
#define MAX_TRADES_AT_SAME_TIME


below is the Strategy

The TDI with Alerts indicator has an RSI component within its algorithm represented by the green line. It then overlays a Bollinger Band type of algorithm on the RSI, which is composed of the blue outer lines and yellow middle line. It also adds a signal line based on the RSI represented by a red line. These are the main components of the TDI Visual oscillator window.

This indicator also adds trend direction indications as well as cautions on the right side of the TDI Visual window.

Aside from this, it also provides buy and sell signals, along with the exit signal. The buy signal is indicated by the letter “B”, the sell signal is indicated by the letter “S”, and the exit signal is indicated by and asterisk.

This indicator also provides alerts based on the trend indications, cautions, and signals.

-------------------------------------------------------------------------------------
Buy Trade Setup
When to Enter?

Wait for the RSI line to drop below the lower Bollinger Bands line. Enter a buy order as the RSI line crosses above the signal line. Set the stop loss on the support below the entry candle.

When to Exit?

Close the trade as the RSI line crosses below the signal line.
----------------------------------------------------------------------------
Sell Trade Setup
When to Enter?

Wait for the RSI line to breach above the upper Bollinger Bands line. Enter a sell order as the RSI line crosses below the signal line. Set the stop loss on the resistance above the entry candle.

When to Exit?

Close the trade as the RSI line crosses above the signal line.


i have included the mq4 file
Attachments
TDI-With_Alerts.mq4
indicator
(24.23 KiB) Downloaded 68 times
rickCreations
 
Posts: 38
Joined: Sat May 06, 2023 9:35 am

Re: TDI Indicator into EA (included Strategy)

Postby Apprentice » Sat May 13, 2023 11:49 am

We have added your request to the development list.
Development reference 432.
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36478
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia


Re: TDI Indicator into EA (included Strategy)

Postby MwlRCT » Thu Feb 22, 2024 12:07 am


Dear Apprentice,
Kindly help to update and improve this EA by adding TMS and MA. Below is the updated entry for sell/buy criteria. Thank you.
//Revised TDI Indicator_EA Instructions
Code: Select all
Revised TDI Indicator_EA Instructions (Updated):

Entry Rules:

BUY:

1. Candle Close: Candle closes fully above the SMA10.
2. Candle Size: High-Low range of the entry candle is less than 30 pips.
3. TDI: RSI line (green) crosses above the TDI signal line (red).
4. TMS: One green histogram bar appears after one or more red bars.
5. RSI & Bollinger: RSI line has dipped below the lower Bollinger Band and subsequently crossed back above it.

SELL

1. Candle Close: Candle closes fully below the SMA10.
2. Candle Size: High-Low range of the entry candle is less than 30 pips.
3. TDI: RSI line (green) crosses below the TDI signal line (red).
4. TMS: One red histogram bar appears after one or more green bars.
5. RSI & Bollinger: RSI line has risen above the upper Bollinger Band and subsequently crossed back below it.

Exit Rules:

1. Take Profit: Exit when the Take Profit target (10-15 pips) is reached.
2. Protective Close: If the price reverses and a candle closes on the opposite side of the SMA10 (below SMA10 for long, above for short), exit the trade.
3. RSI & Bollinger Exit (Optional):
    * BUY Exit: Exit if RSI crosses above the upper Bollinger Band.
    * SELL Exit: Exit if RSI crosses below the lower Bollinger Band.
 

Image:
TDI_EA.JPG
Attachments
Ma_-_in_color_(mtf).mq4
SMA10
(30.61 KiB) Downloaded 10 times
TMS-Osc Histo MTF.mq4
TMS: One green histogram bar appears after one or more red bars.
(15.24 KiB) Downloaded 16 times
TDI Red Green.mq4
TDI: RSI line (green) crosses above the TDI signal line (red)
(8.62 KiB) Downloaded 11 times
MwlRCT
 
Posts: 19
Joined: Thu Oct 17, 2019 1:49 am

Re: TDI Indicator into EA (included Strategy)

Postby Apprentice » Sat Feb 24, 2024 2:37 pm

We have added your request to the development list.
Development reference 181
User avatar
Apprentice
FXCodeBase: Confirmed User
 
Posts: 36478
Joined: Thu Dec 31, 2009 11:59 am
Location: Zagreb, Croatia



Return to Indicator and Signal Requests

Who is online

Users browsing this forum: Google [Bot] and 41 guests