量化交易系统

MT4-Hni Scalp Swing indicator

  • 型号:
Main Image

HNI-SCALP-SWING indicator

  • Indicator can be used for trading with agGressive or safe signals
  • It has a HIGHER TIME FRAME FILTER that can be adjusted to suit the quality of signals
  • The Entry signals are confirmed with a higher time frame filter .
  • It can be used on any time frames from the smallest to the Highest
  • It can generate signals on the opening and running bar or ON THE CLOSE OF THE BAR - as per the signal setting


PARAMETERS

  • TimeFrames =  PERIOD_CURRENT; //TimeFrames
  • TimeFrame = TimeFrames;
  • RSIPeriods =  15;
  • RSIPeriod = RSIPeriods;
  • RSIPrice =  PRICE_CLOSE;
LevelOS =  30;
LevelOB =  70;

SARstep =  0.02;
SARmax =  0.2;

  • ShowArrows =  aOUTSIDE;  ///
  • ARROWBAR =  0;
FilterPips  =  2.5;
color ArrowUP  =  clrLimeGreen,  //White,   //DarkTurquoise,  //LimeGreen,  //FireBrick,   //,   //
ArrowDN  =  clrRed;  //clrGold;   //Magenta;    //Gold;    //Red;   //HotPink;  //Orange;   //SlateBlue;   //DodgerBlue;   //;   //Lavender;  //
ArrGap =  3,
ArrCodUP  =  233,  //241,  //217,  //147,  116, 117, 234,   //226
ArrCodDN  =  234,  //242,  //218,   //181,  233,   //225
ArrSize  =  1;

SoundFile  =  "alert2.wav";   //"news.wav";  //"expert.wav";  //   //"stops.wav"   //


  • SIGNALBAR =  0;  - THE VALUE-0 MEANS - THE SIGNAL WILL COME ON SAME RUNNING BAR , VALUE=1 MEANS ON CLOSING OF A BAR

  • AlertsMessage =  true,   //false,
  • AlertsSound =  true,   //false,
  • AlertsEmail =  false,
  • AlertsMobile =  false;