Clopma Swing Trader (による Clopma)
The user has deleted this strategy.
Edit Your Comment
Clopma Swing Trader 討論
Feb 06, 2015 at 20:24
(編集済みのFeb 06, 2015 at 20:48)
Dec 12, 2011からメンバー
81 投稿
I will use these posts/discussions to outline and explain my chart analysis updates on Myfxbook. I will also showcase the code snippets supporting my analysis. Each strategy snippet will include a firmly defined stoploss, Takeprofit and/or Risk:Reward ratio associated with the strategy. I will post some of my LIVE manual entries as they unfold here as well. Feel free to chip in your comments, follow my trade calls and learn how to trade like a professional.
CHART STRATEGY #1: CCI Extreme on daily charts
OP_SELL:
if(iCCI(NULL,PERIOD_D1,7,1)>200 && iClose(NULL,PERIOD_M1,0)-iClose(NULL,PERIOD_D1,1)>10*pt));
Stoploss = iHigh(NULL,PERIOD_D1,iHighest(NULL,PERIOD_D1,MODE_HIGH,2,1)+10*Point));
TakeProfit = Bid-25*Point;
//~~~~~~~~~~~~
OP_BUY:
if(iCCI(NULL,PERIOD_D1,7,1)<-200 && iClose(NULL,PERIOD_D1,1)-iClose(NULL,PERIOD_M1,0)>10*pt));
Stoploss = iLow(NULL,PERIOD_D1,iLowest(NULL,PERIOD_D1,MODE_LOW,2,1)-10*Point));
TakeProfit = Ask+25*Point;
CHART STRATEGY #1: CCI Extreme on daily charts
OP_SELL:
if(iCCI(NULL,PERIOD_D1,7,1)>200 && iClose(NULL,PERIOD_M1,0)-iClose(NULL,PERIOD_D1,1)>10*pt));
Stoploss = iHigh(NULL,PERIOD_D1,iHighest(NULL,PERIOD_D1,MODE_HIGH,2,1)+10*Point));
TakeProfit = Bid-25*Point;
//~~~~~~~~~~~~
OP_BUY:
if(iCCI(NULL,PERIOD_D1,7,1)<-200 && iClose(NULL,PERIOD_D1,1)-iClose(NULL,PERIOD_M1,0)>10*pt));
Stoploss = iLow(NULL,PERIOD_D1,iLowest(NULL,PERIOD_D1,MODE_LOW,2,1)-10*Point));
TakeProfit = Ask+25*Point;
*商用利用やスパムは容認されていないので、アカウントが停止される可能性があります。
ヒント:画像/YouTubeのURLを投稿すると自動的に埋め込まれます!
ヒント:この討論に参加しているユーザー名をオートコンプリートするには、@記号を入力します。