CANDLESTICK PATTERNS Cntd.

Greek Language (GL) provides a simple, built-in function that can identify one of the two-dozen predefined candlestick patterns as mentioned below :

BUY{
CSP() =BULLISH_HAMMER;}

bullish hammer

SELL{
CSP() =BEARISH_BELT_HOLD;} 

BEARISH_BELT_HOLD

SELL{
CSP() =BULLISH_MATCHING_LOW;} 

BULLISH_MATCHING_LOW

MACD Strategy

1

2

MACD : Moving Average Convergence/Divergence
RSI : Relative Strength Index

BUY : When MACD Crosses above MACD Signal Line And RSI > 60
SELL : when EMA Of Period 9 Crosses above Current High

Formula As Follows :

BUY{
set ma1 = MACDSIGNAL(13,26,9,SIMPLE);
set ma2 = MACD(13,26,9,SIMPLE);
CROSSOVER(ma2,ma1) and RSI(CLOSE,21) > 60;}

LONGEXIT{
CROSSOVER(EMA(close,9),HIGH);}

Greek Trend Trader (GTT) : Introduction to Greek Language

trade

GL (Greek Language) is powerful yet simple programming language for traders.The language provides the framework required to build sophisticated trading programs piece by piece without extensive training or programming experience.

For Example :

BUY: Crossover of Exponential Moving averages of period 5 and 30.
LONGEXIT: High is lower than EMA of 21 period.

buy{
crossover(ema(close,5),ema(close,30));}

longexit{
high<ema(close,21);}

Greek Trend Trader

gtt1

There are four cardinal rules which should be part of every traders strategy – Trade with the trend, Cut losses short, Let profits run, and Managing risk.

With GTT now create your own strategies using simple and easy to use strategy/logic designing language, Define your entry and exit parameters using technical as well as quantitative parameters. Backtest your strategy’s financial & statistical result aided by superlative charting tool with latest technical indicators and studies. Test strategies on intraday as well as historical data starting from 2006 till date.

  • Auto execution based on built strategies
  • Multiple strategy execution.
  • Customizable strategies.
  • Backtest strategy results.
  • Strategy Trade pointers on Chart for easy analysis
  • Charting tool with 100’s of technical indicators and studies
  • Multiple Charts windows
  • Live Strategy Scanner
  • Co-location option