EasyLanguage Strategy Code Library

View EasyLanguage code for the following Strategies:

EasyLanguage Trading Strategy Template

Auto-Break Even Stop Loss

Auto-Trailing Stop Loss

Bollinger Bands Long Entry

Bollinger Bands Short Entry

MACD Long Entry

MACD Short Entry

Moving Average Strategy

Moving Average with Linear Regression Strategy

Momentum Long Entry

Momentum Short Entry

Moving Average Cross Long Entry

Moving Average Cross Short Entry

Parabolic Long Entry

Parabolic Short Entry

Profit Target

Percent Trailing Stop Loss

Simiple Buy/Sell template

Strategy Which Trades 7 Candlestick Patterns

Sound Alert When New Bar Opens on a Chart

Stop Loss

Various Stop Losses and Profit Targets

There are four reserved words you can use to express your trading ideas when writing
Trading Strategies. We refer to these words as trading verbs, and these are:

Trading Verb Description
Buy Cover all short positions and initiate a long position
Sell Cover all long positions and initiate a short position
ExitLong Close a long position
ExitShort Close a short position

Each one of these orders can have four different execution methods:
... this bar on close
... next bar at market
... next bar at price stop
... next bar at price limit

You can use four different execution methods with the Buy trading verb:
... this bar on close;
... next bar at market;
... next bar at price Stop;
... next bar at price Limit;

You can use four different execution methods with the trading verb Sell:
... this bar on close;
... next bar at market;
... next bar at price Stop;
... next bar at price Limit;

EasyLanguage code for Indicators
Click here to view code for various Indicators
http://lionsfutures.com/easylanguage_tutorials/easylanguage_library/easylanguage_indicators/

EasyLanguage code for PaintBars
Click here to view code for various PaintBar studies
http://lionsfutures.com/easylanguage_tutorials/easylanguage_library/easylanguage_paintbars/

EasyLanguage code for Strategies
Click here to view code for various Strategies
http://lionsfutures.com/easylanguage_tutorials/easylanguage_library/easylanguage_strategies/

Learn How to Create, Add and Edit Indicators, PaintBars and Strategies in the ProEdgeTrader
Click here to learn how to import EasyLanguage code into the ProEdgeTrader

< Return to EasyLanguage Code Library