Tradescript For Expert Advisors.docx

  • Uploaded by: Venkat Narayanan
  • 0
  • 0
  • May 2020
  • PDF

This document was uploaded by user and they confirmed that they have the permission to share it. If you are author or own the copyright of this book, please report to us by using this DMCA report form. Report DMCA


Overview

Download & View Tradescript For Expert Advisors.docx as PDF for free.

More details

  • Words: 212
  • Pages: 3
Below are some tradescripts for buy and sell which you should backtest and try if useful.

open=low open=high

CROSSOVER(SMA(CLOSE,20),EMA(CLOSE,5) CROSSOVER(SMA(CLOSE,5),EMA(CLOSE,20))

RSI(CLOSE,8) < 40 AND REF(RSI(CLOSE,8),1) >= 40 RSI(CLOSE,8) > 40 AND REF(RSI(CLOSE,8),1) <= 40

RSI(CLOSE,8) < 60 AND REF(RSI(CLOSE,8),1) >= 60 RSI(CLOSE,8) > 60 AND REF(RSI(CLOSE,8),1) <= 60

crossover(EMA( Close , 5 ) , EMA( Close , 13 )) crossover(EMA( Close , 13 ) ,EMA( Close , 5 ))

Buy =

Open > Ref( Close , -1 );

Sell =

Ref( Close , -1 ) < Open;

crossover(DIP(2), DIN(2)) AND ADX(14) > 25 crossover(DIN(2) DIP(2)) AND ADX(14) > 25

REF (CLOSE, 1) > REF (HIGH, 2) AND CLOSE > REF (HIGH, 1) REF (CLOSE, 1) < REF (LOW, 2) AND CLOSE < REF (LOW, 1)

((Ref(SOPK(14, 3, 3, SIMPLE), 1)) > SOPK(14, 3, 3, SIMPLE)) and (SOPK(14, 3, 3, SIMPLE) > 80) ((Ref(SOPK(14, 3, 3, SIMPLE), 1)) < SOPK(14, 3, 3, SIMPLE)) and (SOPK(14, 3, 3, SIMPLE) > 20)

crossover(DIP(2), DIN(2)) crossover(DIN(2), DIP(2))

RSI(CLOSE,8) < 60 RSI(CLOSE,8)>= 60 RSI(CLOSE,8) < 40 RSI(CLOSE,8) >= 40

CROSSOVER(CLOSE, EMA(CLOSE,50 ))

CROSSOVER(EMA(CLOSE, 50), CLOSE)

CROSSOVER(EMA(CLOSE, 13), EMA(CLOSE, 21)) AND CROSSOVER(DIP(14), DIN(14)) CROSSOVER(EMA(CLOSE, 21), EMA(CLOSE, 13)) AND CROSSOVER(DIN(14), DIP(14))

crossover(SOPK(14,3,3,SIMPLE),20) crossover(80,SOPK(14,3,3,SIMPLE))

open=low Open > Ref( Close , -1 ) open=high Open < Ref( Close , -1 )

Related Documents

Expert
November 2019 37
Topics For Expert Systems
November 2019 26
Expert
June 2020 13
Expert
November 2019 20

More Documents from ""

Mba.docx
August 2019 45
Mba Research.docx
August 2019 40
April 2020 29
Doc2.docx
August 2019 43