NexusFi: Find Your Edge


Home Menu

 



Categories Help    






 
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: 1255 times
Comments/ratings
5 * bcomas August 1st, 2020 03:51 AM
Hello,

The strategy should work in market replay ,Sim and Live. Its tested. Check your logs for issues

Also the strategy halt if the Daily target is reached.

// Daily Target

DailyLossLimit = -100; halt at -100
DailyProfitLimit = 200; halt at 200
DailyTradesCount = 5; halt when reached 5 trades

Adjust the settings for your needs
5 * cskafan123 August 1st, 2020 03:00 PM
Thanks for the strategy Bcomas! Looks promising, however I was unable to make it work on my market replay. Any suggestions on what to do or which settings to change?

Thanks.

cskafan123
5 * marito August 2nd, 2020 11:16 PM
Sounds great, gonna try it out, thanks!
5 * Futuretrader2 August 25th, 2020 04:44 PM
Thanks for the strategy Bcomas! Using a single chart in NT8 (latest) I got this error log : Indicator 'bcomasLargeTrades': Error on calling 'OnBarUpdate' method on bar -1: You are accessing an index with a value that is invalid since it is out-of-range. I.E. accessing a series [barsAgo] with a value of 5 when there are only 4 bars on the chart.
Can you comment pls ? Regards Mike
5 * bcomas September 3rd, 2020 08:37 PM
Hello Futuretrader2,

It can be fixed if you go to the largetrades indicator (NinjaScript editor) into OnBarUpdate and change the minimum bars for trade with 100

If (CurrentBar < 100)

return;

and compile

I think the default is at < 20
5 * bcomas October 23rd, 2020 01:13 AM
5 * scshourie August 30th, 2022 01:09 AM
Is there an updated version available
5 * StevenTrade79 November 16th, 2022 01:46 PM
5

 
Sort by

 




© 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