HaskayaFx Morning Star V01
- インディケータ
- Mehmet Bastem
- バージョン: 3.3
- アップデート済み: 22 6月 2020
- アクティベーション: 5
This indicator is created by considering volume divergence with price that is outcome
of Bollinger band and Envolpes indicators crossing. It won’t repaint.
It is providing 1 market and three pending orders.
If it is followed with patient, it is providing remarkable profit at the end.
This indicator will be on sale soon on expert advisor.
Target is calculated for buy orders as follow
1. 50 pips standard
2. Top Bollinger band
3. Sell Signal
Target is calculated for buy orders as follow
1. 50 pips standard
2. Bottom Bollinger band
3. Buy Signal
If any of the third selection executed, remaining orders will be cancelled.
It is suggested that this system to be used JPY Exchange with 5 min time interval.
If it is desired, it can be used in all exchanges with 5 min time internal note that User should arrange pips accordingly.
it is highly recommended to use higher pips such as 125 for Exotic exchange’s (GBPCHF,NZDCHF AUDCHF)
This system can be used for 5M time frame.
You can also use this signal with expert advisor with below code.
double v1=0; v1=GlobalVariableGet(Symbol()+string(Period())+"HSKMORSTAR"); if(v1==0 ) return(0); // No Signals if(v1==1) { //Send BUY Order... GlobalVariableSet(Symbol()+string(Period())+"HSKMORSTAR",0); } if(v1==2) { //Send SELL Order... GlobalVariableSet(Symbol()+string(Period())+"HSKMORSTAR",0); }
Below you can find indicator inputs.
BBandGiris=800;// Bollingers Bands Period
BBandSapma=2;// Bollinger Band Deviation
ENVMAGiris1=1507;// Envolpes Period
ENVSapma1=0.10;// Envolpes Deviation
SendAnEmail=false; // Send E-Mail
CepUyariGonder=false; // Send Cell Phone Notificatiom
SesliAlarm=true; // Sound Alert
AktifGrafikGoster=true; // Change Chart. Actively loads the graphic at the time of signal generation