Discussing the strategy VECTORIAL DAX (M5)
Forums › ProRealTime English forum › ProOrder support › Discussing the strategy VECTORIAL DAX (M5)
- This topic has 1,263 replies, 125 voices, and was last updated 8 months ago by VinzentVega. 
- 
	
		
- 
		
			
				
10/20/2020 at 10:49 AM #147879Yes indeed both are active. But long the way it is doesn’t work on my version either. How is it when only short is active? Are the results still worse?. I did update this but prefer to wait and see what other solutions come up. about WF, look at page 62 top post. Walk forward on only 2 parameters from rsi stochastic. Another way is the heuristics engine which I use currently also on the rsi and resets every week. It wouldn’t prevented the loss from yesterday, only the update above would’ve. 10/20/2020 at 1:27 PM #14790110/20/2020 at 1:35 PM #14790410/20/2020 at 1:37 PM #14790610/20/2020 at 2:28 PM #147915Could use ichimoku with chikou as exit. Prevents getting caught up in a reversal. 10/20/2020 at 2:40 PM #147919Today seems the same behaviuor of yesterday, it started for long position, but market go down 🙁 Which are the 2 paramters from rsi stochastic to optimize to avoid this big lost? Any other solution? Thank you very much. I will try with that i suggest about regressionlinear 10/20/2020 at 3:33 PM #14792510/20/2020 at 3:58 PM #14792910/20/2020 at 4:35 PM #14793310/20/2020 at 5:01 PM #14794210/20/2020 at 5:10 PM #14794310/20/2020 at 5:52 PM #147945good idea fifi, i’am in a hurry, but I tried quickly your idea with the mri indicator. One is unused so I copied that above the entry and tried below. 123456789101112131415161718192021222324252627282930313233343536373839404142434445// market resilience indicator #2once mri2=1if mri2 thentimeperiod2start = 080500timeperiod2end = 090000if intradaybarindex = 0 thenhh2 = 0ll2 = 0endifif time >= timeperiod2start and time < timeperiod2end thenif high > hh2 thenhh2 = highendifif low < ll2 or ll2 = 0 thenll2 = lowendifendiffib38b = hh2fib0b = ll2//fibobull200b = (fib38b-fib0b)*5.236+fib0bfibobull162b = (fib38b-fib0b)*4.236+fib0b//fibobull124b = (fib38b-fib0b)*3.236+fib0b//fibobull100b = (fib38b-fib0b)*1.618+fib38b//fibobull76b = (fib38b-fib0b)+fib38b//fibobull62b = (fib38b-fib0b)*1.618+fib0b//fibobear62b = (fib0b-fib38b)*.618+fib0b//fibobear76b = (fib0b-fib38b)+fib0b//fibobear100b = (fib0b-fib38b)*1.618+fib0b//fibobear124b = (fib0b-fib38b)*2.236+fib0bfibobear162b = (fib0b-fib38b)*3.236+fib0b//fibobear200b = (fib0b-fib38b)*4.236+fib0bIf condbuy and high>fibobull162b-50 and high<fibobull162b thencondbuy=0endifif condsell and low<fibobear162b+50 and low>fibobear162b thencondsell=0endifendif10/20/2020 at 6:06 PM #14794710/20/2020 at 7:08 PM #14795410/21/2020 at 9:31 AM #147975
- 
		AuthorPosts
			Find exclusive trading pro-tools on 





 
  
		 
		 
		