3 consecutive LOW on 4h timeframe with cfd CAC40 mini
Forums › ProRealTime English forum › ProOrder support › 3 consecutive LOW on 4h timeframe with cfd CAC40 mini
- This topic has 4 replies, 2 voices, and was last updated 7 years ago by JR1976.
-
-
07/04/2017 at 8:29 AM #39746
3 Consecutive LOW in CAC40 mini CFD , I would share the trading systems on the Community for other idea. TIme frame 4 h , only long , check the MM200 or MM100 and the trend of the Average , good entry but few trade in 4 years …
123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778//---------------------------------//// 3low// CAC40 timeframe 4h//// JR1976 TRADERS//---------------------------------DEFPARAM CUMULATEORDERS = false//defparam FLATBEFORE = 080000endtime = 210000//endtime = 210000starttime = 050000//If n > 300 then//n =250//endif//// new NEWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWwwwwIf n < 3 thenn = 4// provissiorio a 1 , TS Standard n+1endifinside = low > low[1] and high <high[1]/// moltiplicatore//// Modificato provvisioreioa 1 , TS standard n+2x1 = n+2// VariabiliMM200 = average[100](close)//MM10 = average[10](close)//MM20 = average[20](close)MM5 = average[5](close)////////////////////GAPgap = open < low[1]///////ca1 = close > MM200ca2 = low < low[1] and low[1] < low[2] and low[2] < low[3]negative = open > closeca3 = close < MM5ca4 = MM200 > MM200[10]+5//ca4 = MM200 > MM200[1]if currentdayofweek < 5 thenif CurrentMonth <> 8 thenif not longonmarket and time > starttime and time < endtime thenif not GAP thenIF ca1 and ca2 and ca3 and ca4 and negative and not inside AND Currentmonth < 5 thenBUY x1 shares at market//reversal = 0ELSEIF ca1 and ca2 and ca3 and ca4 and negative and not inside thenBUY n shares at market//reversal = 0ENDIFendifendifendifendifendif///if longonmarket then//if close < Dclose(1) thenIF close>tradeprice and close>close[3] THENsell at marketENDIFendif//Stop loss AUD/USDSET STOP %LOSS 2//SET Target pprofit 4007/04/2017 at 8:36 AM #39749Hi JR1976 and thanks a lot for your sharing! 🙂 I hope you do not mind me having moved your post in the forum. I have done backtests over longer periods, the idea is good and seems to work well, however the results are less conclusive in the long run. I think that there is a way to improve it with trend filters, because we realize that the phases where the strategy performs less is during the “bearish” phases, you can clearly see them on my attached pictures.
07/04/2017 at 8:45 AM #3975207/04/2017 at 8:56 AM #3975507/04/2017 at 6:20 PM #39816HI Nicolas,
I insert the new check with MM200 trend also
DO you have the patient to submit and check backtest before 2014 ??
//———————————
//
// 3low
// CAC40 timeframe 4h
//
// JR1976 TRADERS//———————————
DEFPARAM CUMULATEORDERS = false
//defparam FLATBEFORE = 080000
endtime = 210000
//endtime = 210000
starttime = 050000//If n > 300 then
//n =250
//endif
//// new NEWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWwwww
If n < 3 then
n = 4// provissiorio a 1 , TS Standard n+1
endif
inside = low > low[1] and high <high[1]/// moltiplicatore
//// Modificato provvisioreioa 1 , TS standard n+2
x1 = n+2// Variabili
MM100 = average[100](close)
MM200 = average[200](close)
//MM10 = average[10](close)
//MM20 = average[20](close)
MM5 = average[5](close)//////////////////
//GAP
gap = open < low[1]
/////
//
ca1 = close > MM100ca2 = low < low[1] and low[1] < low[2] and low[2] < low[3]
negative = open > close
ca3 = close < MM5
ca4 = MM100 > MM100[10]+5
ca5 = MM200 >MM200[1]if currentdayofweek < 5 then
if CurrentMonth <> 8 thenif not longonmarket and time > starttime and time < endtime then
if not GAP then
IF ca1 and ca2 and ca3 and ca4 and ca5 and negative and not inside AND Currentmonth < 5 then
BUY x1 shares at market
//reversal = 0
ELSE
IF ca1 and ca2 and ca3 and ca4 and ca5 and negative and not inside then
BUY n shares at market
//reversal = 0
ENDIF
endif
endif
endif
endif
endif///
if longonmarket then
//if close < Dclose(1) then
IF close>tradeprice and close>close[3] THENsell at market
ENDIF
endif//Stop loss AUD/USD
SET STOP %LOSS 2 -
AuthorPosts
Find exclusive trading pro-tools on