NexusFi: Find Your Edge


Home Menu

 



Categories Help    

Search Results
Submitted by bcomas
Found 11 matching entries

Sort by

Entries
LargeTrades indicator NT8 5 *
Email me for improvements or suggestions

I use it in one of my autostrategies with success. The basic code comes from a Russian expert.
Combined with some trend direction indicator is a powerful tool to see the supply / demand.

Displays the major transactions that have taken place during
short period of time and at the same price (Limit buyer / seller)

Default settings to adjust :

LargeVolume = 500; (adjust to your instrument)
TradeTime = false; (if true plot date/time of large trade)




Trade safe

bcomas


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: LargeTrades indicator NT8
Category: NinjaTrader 8 Indicators and More 


February 21st, 2021
Size: 2.90 KB
Downloaded: 776 times
Account Equity Guard NT8 strategy 5 *
Coded by bcomas October 2020. Email me for improvements or suggestions

Equity guardian. When the account drops or reach the targets the strategy close all the positions and disable ALL the strategies working.
Connection lost email advise feature. (NT Mail service should be setted ; Options - Share services...)


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Account Equity Guard NT8 strategy
Category: NinjaTrader 8 Indicators and More 


November 29th, 2020
Size: 2.89 KB
Downloaded: 524 times
LargeTrades Strategy NT8 5 *
Coded by bcomas July 2020. Email me for improvements or suggestions.

Trading the major transactions that have taken place during
short period of time and at the same price (Limit buyer / seller)

Scalping 1 minute timeframe . Catching the excess of volume.


Updated Version at October 2020

Download at: https://ninjatraderecosystem.com/user-app-share-download/largetrades-strategy-nt8-update/

* Days of the week
* OrderFlow Cumulative Delta option (Life time licences only)
* Boost if profit using the ATM option
* BreakEven option
* Halt trading if the account drops or reach the account target
* Prior Day HL visulal on chart

- Optimized for the Futures instrument MYM
- Fixed minor bugs

Parameters

vol = 150;
fix = 1;

// StopLoss & ProfitTarget
UseProtectiveStops = true;
StopLoss = 80;
ProfitTarget = 100;

// Daily Target
Contracts = 1;
DailyLossLimit = -100;
DailyProfitLimit = 100;
DailyTradesCount = 1;

// Email alerts
UseEmail = false;
EnableEntryAlert = false;
EnableExitAlert = false;
toEmailAddress = @"";

// Times
Session1 = true;
Session1Start = 0;
Session1End = 223059;

Session2 = false;
Session2Start = 90000;
Session2End = 110000;

Session3 = false;
Session3Start = 120000;
Session3End = 125900;


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: LargeTrades Strategy NT8
Category: NinjaTrader 8 Indicators and More 


July 4th, 2020
Size: 9.83 KB
Downloaded: 1252 times
SigmaSpikes strategy NT8 5 *
Strategy based on SigmaSpikes

Coded by bcomas. Email me for improvements or suggestions

SigmaSpikes as described by Adam H Grimes. https://adamhgrimes.com/how-to-calculate-sigmaspikes/

* standard deviation of daily returns over a period , searching price spikes.

Parameters:

// SigmaSpikes Settings
SigmaSpikesFactor = 2.50; (tweak according timeframe used)
UseSigmaSpikes = true;

// StopLoss & ProfitTarget
UseProtectiveStops = true;
StopLoss = 100;
ProfitTarget = 100;

// Daily Target
Contracts = 1;
DailyLossLimit = -100;
DailyProfitLimit = 100;
DailyTradesCount = 100;

// Email alerts
UseEmail = false;
EnableEntryAlert = false;
EnableExitAlert = false;
toEmailAddress = @"";

// Times
Session1 = true;
Session1Start = 0;
Session1End = 235959;

Session2 = false;
Session2Start = 90000;
Session2End = 110000;

Session3 = false;
Session3Start = 120000;
Session3End = 125900;

Thanks to the first developer:

https://nexusfi.com/local_links.php?action=ratelink&linkid=1958&catid=27&lpage=12

Testing:
https://nexusfi.com/elite-automated-ninjatrader-trading/32758-want-your-ninjatrader-strategy-created-free-184.html


Category The Elite Circle 
 
Suggest other entries I might like
Details: SigmaSpikes strategy NT8
Category: The Elite Circle 


May 26th, 2020
Size: 7.41 KB
Downloaded: 837 times
Price Action Swing strategy NT8 5 *
Coded by bcomas. Email me for improvements or suggestions

Strategy based on PriceActionSwing indicators
https://nexusfi.com/local_links.php?catid=26&linkid=1781


Parameters:

// PriceActionSwing indicator Setting
SwingStrength = 20;

// StopLoss & ProfitTarget
UseProtectiveStops = true;
StopLoss = 100;
ProfitTarget = 150;

// Daily Target
Contracts = 1;
DailyLossLimit = -99;
DailyProfitLimit = 999;
DailyTradesCount = 99;

// Email alerts
UseEmail = false;
EnableEntryAlert = false;
EnableExitAlert = false;
toEmailAddress = @"";

// Times
Session1 = true;
Session1Start = 0;
Session1End = 235959;

Session2 = false;
Session2Start = 90000;
Session2End = 110000;

Session3 = false;
Session3Start = 120000;
Session3End = 125900;

/// Thanks to "autotrader8" for share a PAS strategy sample in the Elite Automated Trading
/// https://nexusfi.com/showthread.php?t=52695

strategy with abc pattern - PASPRO

https://nexusfi.com/ninjatrader/1272-priceactionswing-discussion-190.html


Category The Elite Circle 
 
Suggest other entries I might like
Details: Price Action Swing strategy NT8
Category: The Elite Circle 


April 12th, 2020
Size: 71.57 KB
Downloaded: 2996 times
Chart ScreenShot to the Em@il indicator
Takes a screenshot of the chart and sends to email in PNG format.
From NinjaScript Editor set up the private email parameters then right click and compile.

https://forum.ninjatrader.com/showthread.php?t=45339

Take screenshot at the end of session or last bar on chart.

Thanks to the original creator marty087 from Ninjatrader forum.
Useful for autostrategies.


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: Chart ScreenShot to the Em@il indicator
Category: NinjaTrader 8 Indicators and More 


February 1st, 2018
Size: 2.03 KB
Downloaded: 235 times
PriceLineWH-NT8 4 *
Horizontal Line at Current Price.
Converted from NT7 ver 2.2 04/04/2011 photog53


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: PriceLineWH-NT8
Category: NinjaTrader 8 Indicators and More 


January 26th, 2018
Size: 2.03 KB
Downloaded: 573 times
DayOftheWeek-NT8 4 *
Plot the day of the week into the chart.
Fixed issues regarding the indicator name. Renamed. Thanks to "Fat Tails" for the advise ...


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: DayOftheWeek-NT8
Category: NinjaTrader 8 Indicators and More 


January 26th, 2018
Size: 1.57 KB
Downloaded: 844 times
BzvVerticalLineAtTime Indicator NT8. Vertical Lines at times 4 *
Plots a vertical line at a specified time. BzvVerticalLineAtTime Indicator converted from NT7 to NT8.

Note (bug): For some reason when the time is changed into the indicator set up still allways the default time.
Code should be reviewed. Now the time only can be changed into the code. Help if anybody knows how fix it.


Fixed issue. New Version from Ninjatrader indicators Forum

https://forum.ninjatrader.com/local_links.php?s=&catid=7&filter=&sort=N&page=1&pp=15&keyid=265


Category NinjaTrader 8 Indicators and More 
 
Suggest other entries I might like
Details: BzvVerticalLineAtTime Indicator NT8. Vertical Lines at times
Category: NinjaTrader 8 Indicators and More 


January 2nd, 2018
Size: 3.19 KB
Downloaded: 379 times
HIGH VOLUME ALERT 4 *
A simple indicator that shows the high volume. You can change the volume alert depending the time frame used.


Category NinjaTrader 7 Indicators 
 
Suggest other entries I might like
Details: HIGH VOLUME ALERT
Category: NinjaTrader 7 Indicators 


July 9th, 2017
Size: 2.70 KB
Downloaded: 381 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