NexusFi: Find Your Edge


Home Menu

 



Categories Help    






Search Results
Searching for entries matching high low, looking in title and description, keywords for any words
Found 277 matching entries

Sort by

Entries
t4tBarCalc01: true "TicksPerTimeFrame" and other bar stat values for NT7 5 *
A alternate method calculation the TRUE tickcount and other stats of any bartypes.
(use a MultTickChart and you can simple compare the true result values with the fixed count)

Sorry, the @MWinfrey version has WRONG results, its missing the needed 1Tick based sync logic !?...

The multiple public results of my version can external use as DataSeries with any strategy rules or as internal input for other indicators... (only limited by the high cpu load)

For visualize different values i use a little trick to "normalize"... i add 90000..50000 steped by 10000... this give 5 separate result lines. Over the databox you can check this. For "using" the value you need only a Modulo 10000... for example: 70168 % 10000 = 168 and this is the right tick count. Equal way for bar time and tick volume and bar power ("OC+HL tick movement")
The state value is only for check the sync state (blue or cyan say "InSync")

If needed, i can add a selectable normal ResultValue for simple drawing a tickcount histogram
----------------------------

This indicator is intended for TRUE ELITE users at BMT.

PLEASE DO NOT STEAL AND SELL TO OTHERS, YOU KNOW WHO YOU ARE (and we know too!).

Written by TimeTrade ([email protected])
Version 1.0 (Mar 15, 2012)
https://www.tools4trading.de


Category The Elite Circle 
 
Suggest other entries I might like
Details: t4tBarCalc01: true "TicksPerTimeFrame" and other bar stat values for NT7
Category: The Elite Circle 


March 15th, 2012
Size: 2.97 KB
Downloaded: 347 times
t4tBarValues01: TRUE tickcount and other values and relations for any bartypes without GomCD data 5 *
A alternate method calculation the TRUE tickcount and other values and relations for any bartypes.
(use a MultTickChart and you can simple compare the true result values with the fixed real and calculated tickcount)

The indicator can draw a +/- Historgamm for one or two selectable Values from this list:
TradesOfBar,Volume,Seconds,Power("H-L+Abs(O-C)" as number of ticks)

Both of the selected Values can have a selectable divisor(one of the value list) and a additional fixed factor as multiplicator for better visual scaling. A PeriodValue>0 draw a additional SimpleMovingAverage.

The screenshot view this:
Panel1:FGBL with a non standard BarType as example
Panel2:+"VolumePerSeconds" with a SMA[14] AND -"TradesPerSeconds"*10(for better scaling) with a SMA[14]
Panel3:+"TickCount" as TradesOfBar AND -"Seconds" as DurationOfBar (no SMA's, no Divisor's, Factor's=1)

The public results (BVRpositive&BVRnegative...) can external use as DataSeries with any strategy rules or as internal input for other indicators... (only limited by the high cpu load)

The indicator is based of the t4tBarStat01 logic with a part of my own in any strategies used values and relations for using with market dynamic rules

----------------------------

This indicator is intended for TRUE ELITE users at BMT.

PLEASE DO NOT STEAL AND SELL TO OTHERS, YOU KNOW WHO YOU ARE (and we know too!).

Written by TimeTrade ([email protected])
Version 01 (Mar 18, 2012)
https://www.tools4trading.de


Category The Elite Circle 
 
Suggest other entries I might like
Details: t4tBarValues01: TRUE tickcount and other values and relations for any bartypes without GomCD data
Category: The Elite Circle 


March 17th, 2012
Size: 5.93 KB
Downloaded: 709 times
t4tCumUDv13[25.3.]: Cumulative volume/trade analysis without GomCD 5 *
(This update version use the same 'v12' file names for simple replace... please redownload and confirm the overwrite, if loaded before 25.3.2012)

changelog:
2012 Mar 25. -> update "CumCDv13" on chart/dialog of NT7
2012 Mar 11. -> initial "CumCDv12" on chart/dialog of NT7

A alternate method for a simple way to use the volume(or tick count) of cumulative trades per direction. Based on 1Tick data with compare the ticks with price movement.

Gomi use OnBid/OnAsk and has more informations for ticks without price movement (hold ticks). I think, for the ticks with real price moves, my "simple" version work comperable/equal
For right results on time based chart (sec/min) please use a full tickbased bar type (free t4tBetterBars or full t4tMagicBars or any other types without future timestamps...)

The advantage is: i no need any recorded database, i use the NT7 tickhistory with a additional 1Tick DataSeries inside the indicator for working with any bartypes.
(As internal special feature i use my own sync method for use the correct real count of tick/volume per bar)

The public result plot value can be used as Input for any other indicators... (only limited by the high cpu load)

new V13: The screenshot view two t4tCumUD with the new modes of added lines... if reinit per session = true, then all session starts with "0", if "false" then one line draw the open value per session and one as zeroline.
(Lines can be disabled with setting the line color as "transparent")

For any problems give a response over the t4tCum thread.


----------------------------

This indicator is intended for TRUE ELITE users at BMT.

PLEASE DO NOT STEAL AND SELL TO OTHERS, YOU KNOW WHO YOU ARE (and we know too!).

Written by TimeTrade ([email protected])
Version 1.3 (Mar 25, 2012)
https://www.tools4trading.de


Category The Elite Circle 
 
Suggest other entries I might like
Details: t4tCumUDv13[25.3.]: Cumulative volume/trade analysis without GomCD
Category: The Elite Circle 


March 12th, 2012
Size: 5.31 KB
Downloaded: 1795 times
t4tMultiSym13[1.4.]: True MultiSymbol Chart for NT7, full syncronized with primary bartype without using GomCD data 5 *
(This update version use the same 'old' file names for simple replace... please redownload and confirm the overwrite, if loaded before 1.4.2012)

changelog:
2012 Apr 1. -> update "t4tMultiSym13" on chart/dialog of NT7
2012 Mar 17. -> initial "t4tMultiSym12" on chart/dialog of NT7

A alternate method for a simple way to use a true, with the primary bartype full syncronized, MultiSymbolChart. The time scale is not changed and only based on the primary instrument / bartype. With the syncronized ticks for the additional symbol i create and draw a candle chart.

The Advantage:
- For any not timebased bartypes this method work right and better in compare to the default MultiSymbolChart of NT7!
- The indicator can work with any (intraday) bartypes and give the best results with tickbased calculated bartypes.
- For time based charts (sec/min) please use as t4tBetterBars, t4tMagicBars or a other bar type with true non future time stamps and tickbased calculations.

New in Version13:
- different timezones and trading sessions work (draw a line while no data)
- simple and secure instrument selection over a standard combobox/dropdown list prefilled with all NT7 symbols.
- nice c# code for a dynamic property inspired by gomi
- cleanup many lines of source for factor 2 faster work
- prepared to use a very fast tick access without dataseries direct over the NinjaTrader tick files as ProVersion inspired by gomi

The public result plot values can be used as Input for many other indicators... (only limited by the high cpu load)


Please use a PM or the t4tCum thread for any questions.

----------------------------

This indicator is intended for TRUE ELITE users at BMT.

PLEASE DO NOT STEAL AND SELL TO OTHERS, YOU KNOW WHO YOU ARE (and we know too!).

Written by TimeTrade ([email protected])
Version 1.3 (Apr. 1, 2012)
https://www.tools4trading.de


Category The Elite Circle 
 
Suggest other entries I might like
t4tSpreadSym11[10.4.]: SpreadSymbol Chart for NT7, optional weighted and full syncronized with any primary bartype 5 *
changelog:
2012 Apr 10. -> initial "t4tSpreadSym11" on chart/dialog of NT7

A alternate method for a simple way to use a true tickbased calculated spreads as IndicatorChart, with the primary bartype full syncronized. The time scale is not changed and only based on the primary instrument / bartype. With the syncronized ticks for the additional symbol i create and draw a candle chart.

The Advantage:
- The indicator can work with any (intraday) bartypes and give the best results with tickbased calculated bartypes.
- For time based charts (sec/min) please use as t4tBetterBars, t4tMagicBars or a other bar type with true non future time stamps and tickbased calculations, alternate you use NT7 timecharts only as seconds (60sec as 1min, 300sec as 5min,...)

Features in Version11:
- different timezones and trading sessions work (draw a line while no data)
- simple and secure instrument selection over a standard combobox/dropdown list prefilled with all NT7 symbols.
- nice c# code for a runtime filled instrument list property (inspired by gomi)
- prepared to use a very fast tick access without dataseries direct over the NinjaTrader tick files as ProVersion inspired by gomi
- plot a zeroline and a open line, if not the transparent color selected

The public result plot values can be used as Input for many other indicators... (only limited by the high cpu load)
The screenshot view as complex sample a FDAX chart with sync a (5x)FGBL/(3x)SI spread.

Please use a PM or the t4tCum thread for any questions.

----------------------------

This indicator is intended for TRUE ELITE users at BMT.

PLEASE DO NOT STEAL AND SELL TO OTHERS, YOU KNOW WHO YOU ARE (and we know too!).

Written by TimeTrade ([email protected])
Version 1.1 (Apr. 10, 2012)
https://www.tools4trading.de


Category The Elite Circle 
 
Suggest other entries I might like
t4tTradeSizeAnalyzerUD4L : Trade Size Analyzer for NT7 without GomCD 5 *
A alternate method for a simple way to use the volume(or tick count) as colored trade size histogram (per direction or cumulative).
Based only on 1Tick data with compare the ticks with price movement.

The group trades into size categories based on user controlled cutoff points that define small, medium, large and extra large trades. (comperable to Zondor's GomCD based logic)

Gomi use OnBid/OnAsk and has more informations for ticks without price movement (hold ticks). I think, for the ticks with real price moves, my "simple" version work nerly comperable/equal
The advantage is: i no need any recorded database, i use the NT7 tickhistory with a additional 1Tick DataSeries inside the indicator for working with any bartypes.
(As internal special feature i use my own sync method for use the correct real count of tick/volume per bar)

The indicator and the logic can work with any bartypes and intraday timeframes, not only with my t4tReversal bars.
The public results can external use as DataSeries with any strategy rules or as internal input for with any other indicators... (only limited by the high cpu load)


----------------------------

This indicator is intended for TRUE ELITE users at BMT.

PLEASE DO NOT STEAL AND SELL TO OTHERS, YOU KNOW WHO YOU ARE (and we know too!).

Written by TimeTrade ([email protected])
Version 1.0 (Mar 13, 2012)
https://www.tools4trading.de


Category The Elite Circle 
 
Suggest other entries I might like
Details: t4tTradeSizeAnalyzerUD4L : Trade Size Analyzer for NT7 without GomCD
Category: The Elite Circle 


March 13th, 2012
Size: 6.91 KB
Downloaded: 1021 times

Keywords: gomcd nt7 tradesizeanalyzer
Taylor Trading Book Tool for NT7 5 *
This is a tool which will create a Taylor Trading Output that can be copied from the Output Window in NT7, and pasted into Excel for further analysis.

The benefit is that it is much faster than creating one manually by hand for many days.

The thread for this indicator can be found HERE.

Explanation on how to set this indicator up, and copy values into excel are here:



The specs for the indicator are as follows:

Quoting 
1) Excel sheet : Columns
Date , Volume , High , Low and Closing Prices

2) Day types : Buying Day (1) , Selling Day (2), Sell Short Day (3)

3) Collect the data as stated in step 1) for the past 10 days . Lowest price of the 10 day's Low column can be named Buy Day (1)....from there naming is automatic .. Next day (2) is Sell day and following day (3) is sell short day

4) Ideally on Buy Day (1) , low needs to be made first . (Buy day column cell can turn green if this condition is true) . For other 2 days high needs to be made first (Buy day column cell can turn red if this condition is true)

5) Once Sequence is identified, it should continued for every day market Opens, even for few hours . Holidays should not be counted.

6) The (D) Decline Column : The difference between previous day high and today's low
7) The (R) Rally Column : The difference between previous day low and today's high
8) The (BH) buying High Column : The difference between today's high and previous day high
9) The (BU) buying Under Column : The difference between today's low and previous day low



Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: Taylor Trading Book Tool for NT7
Category: NinjaTrader 7 Indicators 


April 22nd, 2017
Size: 6.05 KB
Downloaded: 260 times

Keywords: book nt7 taylor ttt
Three Bars Inside Bar 4 *
This indicator is an adaptation of the Three Bars Inside Bar concept discussed in a related article in March 2011 issue of Technical Analysis of Stocks and Commodities. I have very little experience with NinjaScript and just experimented with programing this indicator. I am sure someone can check it out for potential improvements.

The indicator draws buy and sell arrows on any price chart (time and tick bars) with high, low, and close data. The three Bars Inside Bar is an old concept and trading method used by many well known old timer traders.

Exported in NT7.0.1000.2


Category The Elite Circle 
 
Suggest other entries I might like
Details: Three Bars Inside Bar
Category: The Elite Circle 


February 16th, 2011
Size: 1.30 KB
Downloaded: 1060 times
ThrustBars 5 *
Exported using NT version 7.0.0.23



This is a simple paint bar study to identify thrust bars.


An upthrusting bar (white) is a bar that closes above the high of the prior bar.

A downthrusting bar (yellow) is a bar that closes below the low of the prior bar.

All candle colors and candle outline colors can be selected by the user.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: ThrustBars
Category: NinjaTrader 7 Indicators 


November 23rd, 2010
Size: 2.91 KB
Downloaded: 1557 times

Keywords: candleoutlines insidebars paintbars thrustbars
TickHunter Trade Bot Indicator 5 *
TickHunter is a very powerful trade bot or trade assistant that provides many features including a trade panel with several buttons useful for managing trades. Have you ever wanted to place a pending order 1 tick above or below the previous candle? Have you ever wanted to move your stop-loss to break-even and then automatically trail your stop-loss? With TickHunter, it's easy!
  • Button 1: AB.OFF (toggle auto break-even types - button color hot pink when active)
  • Button 2: Rev (reverse market position)
  • Button 3: Close/Flat (Close chart instrument pending and market orders while Flat will close all account market and pending orders)
  • Button 4: AC.OFF (toggle auto close types - button color hot pink when active)
  • Button 5: TP+ (take-profit plus moved take-profit away from market price)
  • Button 6: BE+ (break-even plus moves stop-loss to break-even initial ticks in position favor)
  • Button 7: SL+ (stop-loss plus moves stop-loss closer to market price)
  • Button 8: Pop+ (pop plus - opens buy stop order above price)
  • Button 9: Pop- (pop minus - opens sell stop order below price)
  • Button 10: Drop- (drop minus - opens sell limit order above price)
  • Button 11: Drop+ (drop plus - opens buy limit order below price)
  • Button 12: S.Off (trade signal filter for auto pilot - hidden by default)
  • Button 13: AP.Off (auto pilot - trade/token count - hidden by default)
  • Button 14: V(1) (toggle volume/contract options 1 through 5 - volume/contracts to use when using pop+/-, drop+/-, auto pilot)

TickHunter v1.467

Change Log
02/14/2024 v1.467 - Updated bogey target break even feature
01/24/2024 v1.464 - Added Ctrl + Shift + buy or sell button to open max volume number of contracts...fixed bug in full auto pilot not zeroing out when bogey target hit
12/17/2023 v1.458 - Improved close and reverse features when using "blended" instrument features
12/11/2023 v1.456 - Improved take profit handling in certain margin pressure and exchange rejection situations
10/13/2023 v1.452 - Fix in DayOverMaxLoss feature
10/12/2023 v1.451 - Improved auto break even KZ feature
10/11/2023 v1.449 - Improved trail KZ Dual & KZ features
10/09/2023 v1.448 - Added new auto breakeven option TKZ and auto close option AC.KZ
09/29/2023 v1.445 - Fixed issue with stoploss
09/24/2023 v1.442 - Added new auto breakeven option "trail mix"
08/03/2023 v1.438 - Added two additional snap locations
06/11/2023 v1.421 - Updated Pop+/- features
06/07/2023 v1.414 - Updated AutoPilot profiles
06/01/2023 v1.409 - Updated AutoPilot Profiles
05/24/2023 v1.403 - Fixed position average line issue
05/15/2023 v1.398 - Improved AutoPilot alerts
05/10/2023 v1.391 - Support for multiple workspaces
05/09/2023 v1.390 - Fixed position average line issue
05/07/2023 v1.388 - Improved AutoPilot profiles
05/05/2023 v1.385 - Improved stability
03/27/2023 v1.321 - Improved performance
03/15/2023 v1.314 - Fixed auto close feature
03/12/2023 v1.311 - Added 3 new auto close features...ZombieStacked... improved AutoAddOn feature
03/07/2023 v1.309 - Added more Snap locations and reorganized IntradayMarginDollars, PositionMaxVolume, and CommissionPerSide...removed legacy settings
03/04/2023 v1.305 - Rebuilt Auto AddOn feature
02/24/2023 v1.297 - Added trade alerts to AutoPilot Lite.
01/30/2023 v1.285 - Added Creeper & Zombie Flip + Trail to Auto Breakeven button
01/20/2023 v1.281 - Added support for next filtered setups in Auto Pilot Lite (APL.F(1))
01/15/2023 v1.280 - Added support for boget targets while in drawdown
01/12/2023 v1.278 - Added support for unlimited bogey targets
01/10/2023 v1.277 - Improved AutoAddOn feature to halt addons when stoploss has moved to break even
12/07/2022 v1.265 - Added Creeper Flip + Trail to auto break even
12/05/2022 v1.264 - Improved button and label layout - now includes take profit & bogey target info
10/23/2022 v1.257 - Optimization and bug fixes
10/12/2022 v1.253 - Improved HODL feature
10/11/2022 v1.250 - Added support for blended instruments and several other improvements
09/28/2022 v1.246 - Refactored ECATP and minor bug fixes
09/15/2022 v1.235 - Bug fixes for bogey targets & SnapPBLevel
08/30/2022 v1.232 - Bug fixes and ability to bypass intraday margin check
08/28/2022 v1.227 - Added Buy/Sell buttons, LimitAddOnVolumeToInProfit functionality, average line, and bug fixes
07/05/2022 v1.222 - Changed terms Day Over Max Profit/Daily Profit to Bogey Target
06/10/2022 v1.218 - DP button now auto advances. Fixed invalid stoploss issue
06/05/2022 v1.215 - Added smart Daily Profit multiples, fixed pop replay issue, and ECATP price line
06/02/2022 v1.212 - Added DayOverMaxLossProfitRatio to automatically adjust the DayOverMaxLoss line based on a ratio of the DayOverMaxProfitDollars
05/24/2022 v1.211 - Added support for 10 multiples of the Daily Max Profit Dollars.
05/11/2022 v1.210 - Added DP button. This is used to support multiples of the Daily Max Profit Dollars.
04/29/2022 v1.207 - Fixed auto pilot issue that may cause skipped entries
04/26/2022 v1.206 - Improved Auto Pilot feature to prevent trade/token entry after the follow through candle has been open for a moment
04/21/2022 v1.205 - Changed HODL to prevent auto close and no longer will move to break even.
03/30/2022 v1.203 - Added new auto break-even option: Auto Break-Even Trail Zombie Resume
03/27/2022 v1.202 - Added new stoploss snap types and ability to zero out Auto Pilot in one click
03/23/2022 v1.200 - Added Zombie Setup Auto Pilot feature
...
04/06/2021 v1.141 - Initial release

TickHunter Indicator Settings

1) Order Management Settings
* UseAutoPositionStopLoss: enable/disable automatic stop-loss based on initial stop-loss tick/atr multiplier settings
* UseAutoPositionTakeProfit: enable/disable automatic take-profit based on initial take-profit tick/atr multiplier settings
* AutoPositionCloseType: select auto close type
** EquityCloseAllTakeProfit: closes all market positions when profit level reached
** MovingAverage1Slope: close chart instrument position when EMA 1 slope changes
** MovingAverage1SlopeMinProfit: close chart instrument position when EMA 1 slope changes & AutoCloseMinProfitDollarsPerVolume
** MovingAverage2Slope: close chart instrument position when EMA 2 slope changes
** MovingAverage2SlopeMinProfit: close chart instrument position when EMA 2 slope changes & AutoCloseMinProfitDollarsPerVolume
** MovingAverage3Slope: close chart instrument position when EMA 3 slope changes
** MovingAverage3SlopeMinProfit: close chart instrument position when EMA 3 slope changes & AutoCloseMinProfitDollarsPerVolume
** ZombieSetupFlip: close chart instrument position when opposite Zombie setup bar closes
** ZombieSetupFlipMinProfitDollars: close chart instrument position when opposite Zombie setup bar closes & AutoCloseMinProfitDollarsPerVolume
* AutoPositionBreakEvenType: select auto break-even type
** AB.OFF: auto break-even disabled
** AB.OJ: auto break-even is active and will move the stop-loss to break even using trigger ticks and trigger ATR multiplier (whichever is larger)
** AB+TM3: auto break-even is active and after BE will trail the stop-loss using break-even moving average 3 (default 89-period EMA)
** AB+TM2: auto break-even is active and after BE will trail the stop-loss using break-even moving average 2 (default 21-period EMA)
** AB+TM1: auto break-even is active and after BE will trail the stop-loss using break-even moving average 1 (default 10-period EMA)
** AB+T5B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 5 previous bars
** AB+T3B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 3 previous bars
** AB+T2B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 2 previous bars
** AB+T1B: auto break-even is active and after BE will trail the stop-loss using the high or low of the 1 previous bars
* StopLossInitialTicks: initial ticks for stop-loss
* StopLossInitialATRMultiplier: initial ticks for stop-loss based on average true range (atr)
* StopLossInitialSnapType: choose initial stop-loss snap bars initial ticks/atr - whichever is greater
* StopLossJumpTicks: ticks to jump when moving stop-loss closer to market price (holding down CTRL key and clicking SL+ button will move stop-loss to snap price of previous candle)
* StopLossInitialDollars: initial dollars for stop-loss
* StopLossInitialDollarsCombined: initial dollars for stop-loss + initial ticks + initial snap
* StopLossRefreshOnVolumeChange: recalculate stop-loss price after volume changes
* BreakEvenInitialTicks: initial ticks of profit for stop-loss when moved to break-even
* BreakEvenJumpTicks: ticks to jump in favor after stop-loss has moved to break-even
* BreakEvenTurboJumpTicks: ticks to jump in favor after stop-loss has moved to break-even (holding down CTRL key and clicking BE+ button wil activate turbo jump ticks)
* BreakEvenAutoTriggerTicks: after price moves in favor by trigger ticks then automatically move stop-loss to break-even
* BreakEvenAutoTriggerATRMultiplier: trigger ticks based on average true range (atr)
* TakeProfitInitialTicks: initial ticks for take-profit
* TakeProfitInitialATRMultiplier: initial ticks for take-profit based on average true range (atr)
* TakeProfitJumpTicks: ticks to jump when moving take-profit away from market price
* TakeProfitCtrlSLMultipler: holding ctrl while clicking TP+ will multiply the current stop-loss ticks by this value
* SnapPaddingTicks: padding ticks above high or below low of previous candle
* PopInitialTicks: initial ticks to open a pending buy/sell stop order above or below price
* PopInitialATRMultiplier: initial ticks to open a pending buy/sell stop order above or below price based on average true range (atr)
* PopJumpTicks: jump ticks to move a pending buy/sell stop order above or below price closer to market price
* UsePopAutoJumpToSnap: Enable/disable Pop auto jump feature. When enabled and Pop+/- buttons used, pending order will automatically keep jumping toward price until it reaches Snap price
* DropInitialTicks: initial ticks to open a pending buy/sell limit order below or above price
* DropInitialATRMultiplier: initial ticks to open a pending buy/sell limit order below or above price based on average true range (atr)
* DropJumpTicks: jump ticks to move a pending buy/sell limit order below or above price closer to market price
* UseDropAutoJumpToSnap: Enable/disable Drop auto jump feature. When enabled and Drop+/- buttons used, pending
* ATRPeriod: period for all atr multiplier features

2) Auto Close Settings
* AutoCloseMinProfitDollarsPerVolume: minimum dollars per volume profit level to reach before closing chart instrument position - used with MovingAverage#SlopeMinProfit
* AutoCloseAndTrailMA1Period: EMA 1 period - used with auto close button AC+M1S and auto break-even button AB+TM1 to trail stop-loss after break-even
* AutoCloseAndTrailMA2Period: EMA 2 period - used with auto close button AC+M2S and auto break-even button AB+TM2 to trail stop-loss after break-even
* AutoCloseAndTrailMA3Period: EMA 3 period - used with auto close button AC+M3S and auto break-even button AB+TM3 to trail stop-loss after break-even
* BogeyTargetBaseDollars: Set auto close bogey target base in dollars.
* DayOverMaxLossDollars: Set auto close daily max loss in dollars. Stoploss cannot be set past this level
* DayOverMaxLossBTBaseRatio: Automatically set DayOverMaxLossDollars based on a ratio of BogeyTargetBaseDollars. Only active when ratio is greater than zero and DayOverMaxLossDollars is set to zero and BogeyTargetBaseDollars is greater than zero.
* DayOverAccountBalanceFloorDollars: Set auto close account balance floor dollars.
* ECATakeProfitDollarsPerMicroVolume: dollars per volume profit level to reach before closing all market positions
* ECATakeProfitDollarsPerEminiVolume: dollars per volume profit level to reach before closing all market positions
* ECATakeProfitATRMultiplierPerVolume: ticks per volume profit level based on average true range (atr)
* ECAStopLossMaxDDInDollars: positon max drawdown in dollars before automatic close
* ECAStopLossEquityRemainingInDollars: close all positions when equity remaining in account at or below this level

3) Auto Entry Settings
* AutoEntryVolumeType: select auto entry volume type
** Option1: uses volume number from AutoEntryVolumeOption1
** Option2: uses volume number from AutoEntryVolumeOption2
** Option3: uses volume number from AutoEntryVolumeOption3
** Option4: uses volume number from AutoEntryVolumeOption4
** Option5: uses volume number from AutoEntryVolumeOption5
* AutoEntryVolumeOption1: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption2: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption3: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption4: volume/contracts to use when using drop+/- or pop+/-
* AutoEntryVolumeOption5: volume/contracts to use when using drop+/- or pop+/-

4) Button Settings

5) Output Log Settings (experimental)

6) Account Logging Settings (experimental)

For further discussion:

* Features that have both ticks and an atr multiplier with the same feature name prefix will use the larger of the two settings. Setting any atr multiplier feature to zero will disable it.
** Configure only one instance of TickHunter per instrument. Running more than one instance of
TickHunter on the same instrument may cause unintended duplicate actions.
*** Recommend fully exploring TickHunter's features and settings on a simulation or playback account before using it on a live account.

Use TickHunter at your own risk. None of the authors, contributors, administrators, or anyone else connected with TickHunter, in any way whatsoever, can be responsible or held liable for using this trading tool. No warranty expressed or implied.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: TickHunter Trade Bot Indicator
Category: NinjaTrader 8 Indicators and More 


October 12th, 2023
Size: 163.50 KB
Downloaded: 2575 times
 



 
Category
 




© 2024 NexusFi™, s.a., All Rights Reserved.
Av Ricardo J. Alfaro, Century Tower, Panama City, Panama, Ph: +507 833-9432 (Panama and Intl), +1 888-312-3001 (USA and Canada)
All information is for educational use only and is not investment advice. There is a substantial risk of loss in trading commodity futures, stocks, options and foreign exchange products. Past performance is not indicative of future results.
About Us - Contact Us - Site Rules, Acceptable Use, and Terms and Conditions - Privacy Policy - Downloads - Top