Discussing the strategy VECTORIAL DAX (M5)
Forums › ProRealTime English forum › ProOrder support › Discussing the strategy VECTORIAL DAX (M5)
- This topic has 1,260 replies, 124 voices, and was last updated 2 weeks ago by Greger2346.
-
-
05/23/2019 at 7:32 AM #99226
I
It does not even carry out one operation.
Does the code use volume? There is no volume on Forex.
Or maybe there is *pipsize missing somewhere?
I might try it later on eurusd and see what I get and I’ll let you know.
It was about different pipsize. Check out the first page of the thread.
05/23/2019 at 10:54 AM #99252Hi,
I think changes below should works for EURUSD but equity curve does not look good at first glance. Some optimization needed.
1234567891011//ADJASUROPPO = (MMA-MMA[nbchandelierA]*pipsize) / nbChandelierAADJASUROPPO = ((MMA-MMA[nbchandelierA])/Pointsize) / nbChandelierA......//pente = (MMB-MMB[nbchandelierB]*pipsize) / nbchandelierBpente = ((MMB-MMB[nbchandelierB])/Pointsize) / nbchandelierB......//atrtrail = AverageTrueRange[atrtrailingperiod]((close/10)*pipsize)/1000atrtrail = AverageTrueRange[atrtrailingperiod]((close/10)/Pointsize)/1000I understand how ATR works but not sure the reason for “(close/10)” and divide by “1000” ? Anyone can share with me?
br,
CKW
06/07/2019 at 3:15 PM #10012006/07/2019 at 3:26 PM #100123an optimisation does already exist on DJIA?
Yes i forgot it
could you post it please?
06/07/2019 at 3:28 PM #100126I post here the last version of the code :
Vectorial DAX v2 (WFE) //with Paul contribution
Vectorial US100 v2(WFE) // with bullbear contribution
I think it is also possible to have good results on CFD Wall Street (DJIA)
I don’t succeed in having good results with WF on Ustech100. What are your settings?
07/09/2019 at 6:15 PM #10229907/09/2019 at 11:41 PM #102311julienbat – These forums are dedicated to the ProRealTime platform and ProRealCode. They are not a place to discuss other coding platforms or languages. Conversion of strategies from other platforms or languages can usually be carried out for free but the other way round is an available paid for service which you can request here:
https://www.prorealcode.com/trading-programming-services/
If you are not interested in a paid for conversion then perhaps a TradingView forum is a better place to discuss a TradingView version of this strategy rather than ask about it here.
07/10/2019 at 9:14 AM #102321julienbat – These forums are dedicated to the ProRealTime platform and ProRealCode. They are not a place to discuss other coding platforms or languages. Conversion of strategies from other platforms or languages can usually be carried out for free but the other way round is an available paid for service which you can request here:
https://www.prorealcode.com/trading-programming-services/
If you are not interested in a paid for conversion then perhaps a TradingView forum is a better place to discuss a TradingView version of this strategy rather than ask about it here.
The simpliest is to join the incredible tool and community of PRT :-). Welcome!
1 user thanked author for this post.
07/10/2019 at 1:02 PM #10234807/10/2019 at 2:00 PM #102361this strategy is tough to improve with the settings as is.
But found a way and very simple. Here’s a pic and will post later more.
Impatient to know more about it :-). One of my live systems.
07/10/2019 at 2:40 PM #10236307/10/2019 at 7:39 PM #10240407/11/2019 at 5:53 AM #10242507/11/2019 at 7:05 AM #10242707/11/2019 at 8:21 AM #102440 -
AuthorPosts
Find exclusive trading pro-tools on