Bias DAX Time 15M & MM200 Daily – Multiframe
Forums › ProRealTime English forum › ProOrder support › Bias DAX Time 15M & MM200 Daily – Multiframe
- This topic has 4 replies, 3 voices, and was last updated 4 years ago by BITE1437.
Tagged: dax, mtf, multitimeframe
Viewing 5 posts - 1 through 5 (of 5 total)
-
-
09/16/2018 at 12:12 PM #80589
The Markets grow in the night !
Very Simple Code based on Entry & Exit Time combined with a daily MM200.
Any Idea to increase profitability ?
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152DEFPARAM cumulateorders=falseLSTime=183000LETime=073000SSTime=143000SETime=173000ExitTime=213000EntraLong=1EntraShort=1MyStopLoss=90MyTakeProfit=400TIMEFRAME (Daily, updateonclose)//your daily conditionsMM200=Average[200](Close)DLong=DClose(1)>MM200DShort=DClose(1)<MM200TIMEFRAME (default)If EntraLong AND Time=LSTime AND DLong thenbuy 1 contract at marketendifIf EntraShort AND Time=SSTime AND DShort thensellshort 1 contract at marketendifIf LongOnMarket AND (Time=LETime OR Close<MM200) thensell at marketendifIf ShortOnMarket AND (Time=SETime OR Close>MM200) thenexitshort at marketendifIf MyStopLoss>0 thenSet Stop PLoss MyStopLossendifIf MyTakeProfit>0 thenSet Target PProfit MyTakeProfitendifIf DayOfWeek=5 and Time=ExitTime thensell at marketexitshort at marketendif09/16/2018 at 12:17 PM #8062609/16/2018 at 5:35 PM #80634Ciao Nicolas,
I used 1 point spread, but it does work fine with 2 point too; I think that with some filters (maybe one or two patterns), it could be increase the average profitability.
It’s work better if you set the SL & TP at “0” value and if you comment the last filter, like this :
If DayOfWeek=5 and Time=ExitTime then//sell at market//exitshort at marketendif09/16/2018 at 6:10 PM #80639Oh sorry! I successfully backtest your system with the same result. I should not work on Sunday 😆
PFA comparison with buy and hold (but with no fees).
07/19/2020 at 3:23 PM #139616 -
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)
Find exclusive trading pro-tools on
Similar topics: