SCALP ARROW EXIT SIGNALS
PLEASE REFER THE COMMENTS AREA – HOW THE SIGNALS CAN BE MADE BETTER QUALITY USING RENKO CHARTS
IF YOU REQUIRE THE RENKO CHARTS DO LET ME KNOW , WILL HELP
Indicator is a professional tool for guiding reliable entries, exits, reentries, and RETRACEMENT entries and pull back entries.
It is a complete blackbox system and can be used to get signals for any instrument and any time frame.
The indicator generates signals, alerts – ENTRY -EXIT .
Its can be used to scalp – medium term charts and long term charts . All time frames …
PARAMETERS
“>>====TMI Setting====<<";
- RISK = 2; ( ENTRY SIGNAL SETTING – MAKE HIGHER FOR LESSER SIGNALS )
- CountBars = 2800;
>>====ER Setting====<<"; ( EXIT SETTINGS - INCREASE TO MAKE EXIT DELAYED )
- rsiperiod = 14;
>>====INDICATOR Setting====<<";
- UseExit = true; – enable exits – otherwise work signal to signals
- ArrowEntryBuyStyle = 233;
- ArrowEntrySellStyle = 234;
- ArrowExitStyle = 251;
- DistanceEntryLabel = 100;
- DistanceExitLabel = 15;
- WidthArrowEntry = 3;
- WidthArrowExit = 3;
[spoiler title=”Read More…”]
- PlaySoundBuy = TRUE;
- PlaySoundSell = TRUE;
- FileSoundBuy = “analyze buy”;
- FileSoundSell = “analyze sell”;
- Alerts = TRUE;
- FileComment = “”;- logging to file for alerts
- IndicatorAlerts = true;
- EntryAlerts = true;
- ExitAlerts = true;
[/spoiler]