anlı şanlı neely abimiz vardır, bilenler bilir
bakın ne buyurmuş
Dear xxx xxx
If you were a NEoWave customer the last 2 years, I want to sincerely apologize for the inaccurate analysis and losses we incurred. Using the techniques I’ve relied on for 35 years, I simply was unable to accurately predict and trade this peculiar market environment. Because I personally take the trades recommended in all services, I felt the same financial pain as you and my subscribers. While we cannot fix the past, I'm working very hard to turn things around. From recent results, it appears I'm on the right track.
During my first 30 years in the industry, 100's of times, I was recognized as one of the Top Market Timers in the country! Unfortunately, the last 2 years have been a strange experience and departure from the norm for me.
That is why, in 2017, I decided to figure out “What went wrong?” and how to fix it. From 12 months of intense study, I understand the problems and now have solutions!
PROBLEM #1: Wave theory was the foundation of my approach for 30 years but, in all markets I follow, structure has been unclear for 2+ years - S&P structure has been unclear for nearly 8 years!
SOLUTION #1: After extensive study, I discovered that when Wave structure is unclear, “trend following techniques” (i.e., moving averages) work best. They keep you with the trend, and allow you to profit from it, until Wave structure clearly warns of a major pattern conclusion.
sp de 8 yıldır sayamıyormuş, saysa da yanlış çıkıyormuş ehh ortalama gibisi yokmuş
Son düzenleme : EWP; 12-11-2017 saat: 00:48.
5-10 yıl sonra bugunku piyasaya da çok uygun bir sayım muhakkak çıkarırlar... bazı a'lar c oluverir veya birkaç tane 5'i söker 3 yaparlar, oldu bitti...
ayrıca ewpciler bile "trend following gibisi yok, takıl ortalamalara hayatını yaşa" demeye başladıysa bu trendin artık sonları gelmiş olmalı....
Markets may remain irrational longer than you can remain solvent.
https://invst.ly/5te0j
Gift
Anlayana sivrisinek saz!
*Çok araştırıp çalışmanız lazım, çünkü çok eksiğiniz var gençler.
benim ağırlıklı ortalamalarımı bu kadar gömmeyin yav...
garibanız işte, elimizde başka bişey yok, niye üstüme geliyonuzki ...![]()
Ne teknik analiz, nede insanlar 1 dakika sonrasını bilemez. Grafikler sadece "ne olursa ne yapmanızı yada yapmamanızı" gösterebilir. Fazlası değil...
open range brekaout expert
buy
new:=ROC(DayOfWeek(),1,$)<>0;
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rl:=ValueWhen(1,Ref(new,-11),LLV(L,12));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rl),1,PREV));
H>rt AND Ref(first,-1)=0 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
Sell
new:=ROC(DayOfWeek(),1,$)<>0;
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rl:=ValueWhen(1,Ref(new,-11),LLV(L,12));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rl),1,PREV));
L<rl AND (Ref(first,-1)=0) AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
Buy - profit target
new:=ROC(DayOfWeek(),1,$)<>0;
time:=(Hour()*100)+Minute();
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rb:=ValueWhen(1,Ref(new,-11),LLV(L,12));
mc:=ValueWhen(1,new,Ref(time,-1));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rb),1,PREV));
bc:=H>rt AND Ref(first,-1)=0;
sc:=Cross(rb,L);
trade:= If(PREV<=0,If(bc, 1,0),
If(Cross(H,(2*rt)-rb),-1,
If(time=mc,-2,If(sc,-3,PREV))));
trade=-1 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
buy - exit
new:=ROC(DayOfWeek(),1,$)<>0;
time:=(Hour()*100)+Minute();
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rb:=ValueWhen(1,Ref(new,-11),LLV(L,12));
mc:=ValueWhen(1,new,Ref(time,-1));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rb),1,PREV));
bc:=H>rt AND Ref(first,-1)=0;
sc:=Cross(rb,L);
trade:= If(PREV<=0,If(bc, 1,0),
If(Cross(H,(2*rt)-rb),-1,
If(time=mc,-2,If(sc,-3,PREV))));
trade=-2 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
buy - stop loss
new:=ROC(DayOfWeek(),1,$)<>0;
time:=(Hour()*100)+Minute();
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rb:=ValueWhen(1,Ref(new,-11),LLV(L,12));
mc:=ValueWhen(1,new,Ref(time,-1));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rb),1,PREV));
bc:=H>rt AND Ref(first,-1)=0;
sc:=Cross(rb,L);
trade:= If(PREV<=0,If(bc, 1,0),
If(Cross(H,(2*rt)-rb),-1,
If(time=mc,-2,If(sc,-3,PREV))));
trade=-3 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
Sell - profit target
new:=ROC(DayOfWeek(),1,$)<>0;
time:=(Hour()*100)+Minute();
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rb:=ValueWhen(1,Ref(new,-11),LLV(L,12));
mc:=ValueWhen(1,new,Ref(time,-1));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rb),1,PREV));
sc:=L<rb AND (Ref(first,-1)=0);
bc:=Cross(H,rt);
trade:= If(PREV<=0,If(sc, 1,0),
If(Cross((2*rb)-rt,L),-1,
If(time=mc,-2,If(bc,-3,PREV))));
trade=-1 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
Sell - exit
new:=ROC(DayOfWeek(),1,$)<>0;
time:=(Hour()*100)+Minute();
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rb:=ValueWhen(1,Ref(new,-11),LLV(L,12));
mc:=ValueWhen(1,new,Ref(time,-1));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rb),1,PREV));
sc:=L<rb AND (Ref(first,-1)=0);
bc:=Cross(H,rt);
trade:= If(PREV<=0,If(sc, 1,0),
If(Cross((2*rb)-rt,L),-1,
If(time=mc,-2,If(bc,-3,PREV))));
trade=-2 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
Sell - stop loss
new:=ROC(DayOfWeek(),1,$)<>0;
time:=(Hour()*100)+Minute();
rt:=ValueWhen(1,Ref(new,-11),HHV(H,12));
rb:=ValueWhen(1,Ref(new,-11),LLV(L,12));
mc:=ValueWhen(1,new,Ref(time,-1));
first:=If(Ref(new,-11),0,If((H>rt) OR (L<rb),1,PREV));
sc:=L<rb AND (Ref(first,-1)=0);
bc:=Cross(H,rt);
trade:= If(PREV<=0,If(sc, 1,0),
If(Cross((2*rb)-rt,L),-1,
If(time=mc,-2,If(bc,-3,PREV))));
trade=-3 AND
(Cum(ROC(Minute(),1,$)=5)/Cum(1)>0.5)
kaynak: ms expert crack
matriks için dönüşüm yada düzenlemeye karışmam
expertin system tester a çevrilmesine hiç karışmam
günde kaç kez işlem yaptıracağı kısmı sıkıntılıdır.
beni ilgilendiren kısım flatleme mantığıydı
Yer İmleri