Strategy Trader: Custom Indicators and EA's

Jason Rogers

Senior member
Messages
2,772
Likes
93
This thread contains a library of custom indicators and EA's available for FXCM's Strategy Trader platform. In order to use a specific indicator or EA, you will first need to download and unzip the file attached that specific post. Second, you will need to import the .FXD file into the Strategy Trader platform. The file can be imported into the platform using the Strategy Language Editor. There are multiple ways you can access the Strategy Language Editor (instructions below):

Accessing the Strategy Trader editor to import EA's and indicators.

1. Strategy Language Editor desktop icon.
A Strategy Language Editor icon is automatically added to your desktop whenever you install Strategy Trader.

steditordesktopicon3232.png

2. Strategy Trader file menu:
Can be found by clicking on File at the top left of the Strategy Trader platform.

steditorfilemenu3232011.png

3. Strategy Trader main menu icon:
Can be found at the top of the Strategy Trader platform in the row of menu buttons:

steditormainmenu3232011.png


Once the Strategy Language Editor opens, goto the top left of the window and click on File > Import.


I have also attached the Coding Language Help Document for Strategy Trader to this post. The document should be useful if you plan to modify the indicator/ea to your own liking or create a new indicator/ea.
 

Attachments

  • Strategy_Language_Help.zip
    223.8 KB · Views: 322
Economic Calendar Indicator

The economic calendar indicator will post economic news announcements directly onto the chart along with the actual figure released. The indicator will display any economic events relevant to the currency pair displayed in the chart. For example if you are viewing USD/JPY, it will display economic releases relevant to the US and Japan. The indicator pulls data from the DailyFX economic calendar.
 

Attachments

  • DailyFXCalendar.zip
    3.1 KB · Views: 334
  • gbusdcalendarst11112010.png
    gbusdcalendarst11112010.png
    47.1 KB · Views: 2,154
Trade Session Indicator

The trade session indicator will draw a box around the the candlesticks occurring during the relevant major forex trading periods: NY, London, Tokyo & Australia. You can specify the color for each period in the inputs menu.
 

Attachments

  • Trade_Session_Indicator.zip
    2.3 KB · Views: 492
  • tradesessionindicator12.png
    tradesessionindicator12.png
    37.4 KB · Views: 5,290
Ichimoku EA

This strategy trades off the Tenkan/Kijun Crossover from the Ichimoku indicator. A new position is opened when there is a crossover, and the lot size is dependent on signal strength. For example, if a short signal occurs below the cloud (Kumo), then the strategy opens 2 lots since this is considered a strong signal. If a short signal occurs above the cloud (Kumo), then the strategy only opens 1 lot since this is considered a weak signal.

This EA is coded compliments of DailyFX+ Course Instructor James Stanley.
 

Attachments

  • ichimoku strategy 1-17-2011 1-18-12 PM.png
    ichimoku strategy 1-17-2011 1-18-12 PM.png
    86.6 KB · Views: 1,061
  • Ichimoku.zip
    2.8 KB · Views: 298
Keltner Channel Strategy EA

This strategy uses Keltner Channels for buying and selling. If

Buying logic
An entry order to buy at the high price of the current bar will be generated if the current bar crosses the upper band.

Selling Logic
An entry order to sell at the low price of the current bar will be generated if the current bar crosses the lower band.

Here's a list of the inputs you will be able to modify when adding the EA:

Keltner Channel Indicator
Length = 20
Numatrs = 1.5 -> this value is multiplied by the average true range of the current bar to determine the distance from the upper and lower bands to the midline.

Other inputs / default values
Limit = 0
Stop = 0
Use SSL = False
Port = 25
Trailing Stop = 0
Email Alert = False
 

Attachments

  • keltner 12-16-2010 11-38-16 AM.png
    keltner 12-16-2010 11-38-16 AM.png
    27 KB · Views: 2,112
  • KeltnerChannel.zip
    3.5 KB · Views: 308
Supertrend Indicator

Supertrend indicator is based around average true range. Green indicates a bullish trend and red indicates a bearish trend. The indicator parameters let you set the atr length and multiplier.
 

Attachments

  • SuperTrend.zip
    1.6 KB · Views: 282
  • supertrend1-12-2011 3-16-43 PM.png
    supertrend1-12-2011 3-16-43 PM.png
    42.1 KB · Views: 2,214
Woodies CCI

For those of you familiar with Woodies CCI, here it is coded for the Strategy Trader platform.
 

Attachments

  • woodies CCI 12-16-2010 4-05-27 PM.png
    woodies CCI 12-16-2010 4-05-27 PM.png
    30.4 KB · Views: 913
  • WoodiesCCI.zip
    2.6 KB · Views: 250
Trading Session Indicator

The trade session indicator will draw a box around the the candlesticks occurring during the relevant major forex trading periods: NY, London, Tokyo & Australia. You can specify the color for each period in the inputs menu.
 

Attachments

  • tradesessionindicator12.png
    tradesessionindicator12.png
    37.4 KB · Views: 5,678
  • Trade_Session_Indicator.zip
    2.3 KB · Views: 325
Top