Strategy XXDJI-M5-EngulfingGap

Strategy XXDJI-M5-EngulfingGap

Hi everyone,

Here is a new strategy on Wall Street/DJI 5 min TF based on the engulfing bar with range at least 1 ATR. Incorporated 2 Bollinger Band as trend filter.

DLS code is added to avoid high spread period and for skipping trade during major market open to avoid less reliable engulfing bar. Time Zone used is UTC+08:00, please change the time zone in PRT to obtain same result.

Variables atrperiod, bolltrendperiod and bolltrendperiod2 are used for optimization. Other variables are just taking moderate value, not being fully optimized.

Looking forward for your suggestion and ideas of improvement. Discussion here, https://www.prorealcode.com/topic/strategy-xxdji-m5-engulfinggap/

 

Share this

Risk disclosure:

No information on this site is investment advice or a solicitation to buy or sell any financial instrument. Past performance is not indicative of future results. Trading may expose you to risk of loss greater than your deposits and is only suitable for experienced investors who have sufficient financial means to bear such risk.

ProRealTime ITF files and other attachments : How to import ITF files into ProRealTime platform?

PRC is also on YouTube, subscribe to our channel for exclusive content and tutorials

  1. Pierreco1991 • 05/14/2020 #

    Hello

    Can you confirm this configuration for FRANCE ?

    //Time in UTC+8
    Rest0Minutes = 000000
    Rest15Minutes = 001500
    HighSpread1Start = 221500- USDLS
    HighSpread1End = 223000 – USDLS
    HighSpread2Start = 060000 – USDLS
    HighSpread2End = 010000 – USDLS
    IGAlmostClose = 224500 – USDLS
    IGOpen = 000000 – USDLS
    ASXOpen = 010000 – AUDLS
    TSEOpen = 010000
    SSEOpen = 021500
    HKEOpen = 023000
    FWBOpen = 080000 – UKDLS
    LSEOpen = 090000 – UKDLS
    NYSEOpen = 153000 – USDLS

avatar
Register or

Likes

avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar avatar
Related users ' posts
Cavok Bonjour, Comment utiliser cet indicateur comme screener? Merci.
cepamoi Unfortunately, this still does not work: ONCE haOpen = medianprice haOpen = ((Open[1]+High...
Nicolas Force calculation to wait 1 bar of history already loaded: ONCE haOpen = medianprice if b...
cepamoi Now it works. Thanks a lot Nicolas! Here is the full code: // variables : // period ...

Top