Dark Theme
Light Theme
Welcome to NexusFi: the best trading community on the planet, with over 200,000 members Sign Up Now for Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to
register in order to view the content of the threads and start contributing to our community.
It's free for basic access, or support us by becoming an Elite Member -- discounts are available after registering.
-- Big Mike, Site Administrator
(If you already have an account, login at the top of the page)
Updated May 3, 2026
Top Posters
looks_one
Silvester17
with 177 posts (570 thanks)
looks_two
dorschden
with 99 posts (1,128 thanks)
looks_3
Big Mike
with 52 posts (90 thanks)
looks_4
jmont1
with 51 posts (23 thanks)
Best Posters
looks_one
dorschden
with 11.4 thanks per post
looks_two
Silvester17
with 3.2 thanks per post
looks_3
Big Mike
with 1.7 thanks per post
looks_4
sudhirc
with 1.7 thanks per post
trending_up
1,999,247 views
thumb_up
2,963 thanks given
group
625 followers
forum
2,106 posts
attach_file
616 attachments
May 13th, 2020, 04:17 AM
Queensland, Australia
Experience: Intermediate
Platform: NinjaTrader
Broker: NinjaTrader Brokerage
Trading: micro emini's
Posts: 64 since Sep 2009
Thanks Given: 375
Thanks Received: 92
Sound files can be found here: C:\Program Files (x86)\NinjaTrader 8\sounds
May 13th, 2020, 04:21 AM
Slovakia
Experience: Intermediate
Platform: Ninjatrader 8
Broker: Interactive Brokers,Tastytrade,Birdwingo
Trading: K200M,KOSDQ150,US stock option
Posts: 220 since Aug 2009
Thanks Given: 116
Thanks Received: 109
Aregon
Sound files can be found here: C:\Program Files (x86)\NinjaTrader 8\sounds
The specified alerts as ABC alert or ABC entry there are not. I will create my own
May 13th, 2020, 07:50 AM
New York, NY
Legendary Market Wizard
Experience: Intermediate
Platform: NinjaTrader8
Broker: Data = Rithmic -- Gives 70 Level II Data
Trading: 6C (Low Margin,) 6E, CL, GC, ES and Maybe DX for smaller tick value
Posts: 1,418 since May 2011
Thanks Given: 1,728
Thanks Received: 1,024
Obelixtrader
The specified alerts as ABC alert or ABC entry there are not. I will create my own
@Obelixtrader may I request you post the sound files you create - Thanks!
May 13th, 2020, 08:36 AM
Slovakia
Experience: Intermediate
Platform: Ninjatrader 8
Broker: Interactive Brokers,Tastytrade,Birdwingo
Trading: K200M,KOSDQ150,US stock option
Posts: 220 since Aug 2009
Thanks Given: 116
Thanks Received: 109
@jmont1
Here are the files
ABC long
ABC long entry
ABC short
ABC short entry
High regular divergence
High hidden divergence
Low regular divergnce
Low hidden divergence
Attached Files
Elite Membership required to download: sound files PASPro pattern.zip
May 17th, 2020, 11:30 AM
San Jose, CA, USA
Experience: Intermediate
Platform: NinjaTrader
Posts: 114 since Dec 2013
Thanks Given: 36
Thanks Received: 105
May 17th, 2020, 04:41 PM
Darwin Northern Territory Australia
Experience: Beginner
Platform: ninjatrader
Broker: Ninjatrader brokerage
Trading: RTY, ES. YM, NQ, CL, GC
Posts: 3 since Jan 2019
Thanks Given: 11
Thanks Received: 1
Obelixtrader
@
jmont1
Here are the files
ABC long
ABC long entry
ABC short
ABC short entry
High regular divergence
High hidden divergence
Low regular divergnce
Low hidden divergence
2020-05-16_170940
Obelixtrader
could you creeat the soundfile for the
double bottom and double top aswell please
many thanks in advance
May 18th, 2020, 05:07 AM
Slovakia
Experience: Intermediate
Platform: Ninjatrader 8
Broker: Interactive Brokers,Tastytrade,Birdwingo
Trading: K200M,KOSDQ150,US stock option
Posts: 220 since Aug 2009
Thanks Given: 116
Thanks Received: 109
Attached Files
Elite Membership required to download: DB,DT sound files.zip
May 18th, 2020, 02:09 PM
Luxembourg, LU
Posts: 119 since May 2020
Thanks Given: 99
Thanks Received: 17
Hiya,
1) Are this system+strategy work now?
2) Where can I get the Forex version if this is more for futures?
3) Where is this Pro version, that contains all the below?
'There is also a PriceActionSwingPro version that contains in addition to the normal version some features which are all off at default. The features are:
- Draw automatically Fibonacci extensions and retracements
- Calculate a swing statistic
- Calculate and visualize ABC patterns
- Risk management (automatically for ABC patterns)
- Calculate and visualize divergence based on an indicator
- Use @gomi 's most outstanding cumulative delta work for swings'
4) Where are all related files in the latest version, including the ABCD patter+ alert+(whatever that was alongside this strategy?)
May please someone help me assemble all the parts and addons on this strategy together and find the latest version of all the files/indicators,.. that can be used alongside this ? There are a lot of files but looking very confusing as I don't know which ones can be used with this strategy's latest version?
Tnx and best of luck
Fallen
May 19th, 2020, 10:39 PM
Madrid
Posts: 1 since May 2019
Thanks Given: 1
Thanks Received: 0
muzhik
Hi Guys!
Please help with the strategy code for NT8 using PriceActionSwingPro. I looked through the forum, in one post there were tips. I tried to create a simple strategy, but it throws an error. Here is the code:
#region Using declarations
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.ComponentModel.DataAnnotations;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
using System.Windows;
using System.Windows.Input;
using System.Windows.Media;
using System.Xml.Serialization;
using NinjaTrader.Cbi;
using NinjaTrader.Gui;
using NinjaTrader.Gui.Chart;
using NinjaTrader.Gui.SuperDom;
using NinjaTrader.Gui.Tools;
using NinjaTrader.Data;
using NinjaTrader.NinjaScript;
using NinjaTrader.Core.FloatingPoint;
using NinjaTrader.NinjaScript.Indicators;
using NinjaTrader.NinjaScript.DrawingTools;
using PriceActionSwing.Base;
#endregion
//This namespace holds Strategies in this folder and is required. Do not change it.
namespace NinjaTrader.NinjaScript.Strategies
{
public class MyCustomStrategy2 : Strategy
{
private NinjaTrader.NinjaScript.Indicators.PriceActionSwing.PriceActionSwingPro _pasPro;
protected override void OnStateChange()
{
if (State == State.SetDefaults)
{
Description = @"Enter the description for your new custom Strategy here.";
Name = "MyCustomStrategy2";
Calculate = Calculate.OnBarClose;
EntriesPerDirection = 1;
EntryHandling = EntryHandling.AllEntries;
IsExitOnSessionCloseStrategy = true;
ExitOnSessionCloseSeconds = 30;
IsFillLimitOnTouch = false;
MaximumBarsLookBack = MaximumBarsLookBack.TwoHundredFiftySix;
OrderFillResolution = OrderFillResolution.Standard;
Slippage = 0;
StartBehavior = StartBehavior.WaitUntilFlat;
TimeInForce = TimeInForce.Gtc;
TraceOrders = false;
RealtimeErrorHandling = RealtimeErrorHandling.StopCancelClose;
StopTargetHandling = StopTargetHandling.PerEntryExecution;
BarsRequiredToTrade = 20;
// Disable this property for performance gains in Strategy Analyzer optimizations
// See the Help Guide for additional information
IsInstantiatedOnEachOptimizationIteration = true;
}
else if (State == State.Configure)
{
_pasPro = PriceActionSwingPro(SwingStyle.Gann, 5, 20, false, AbcPatternMode.Long_Short, DivergenceMode.Custom, DivergenceDirection.Long_Short, 10, 26, 9, false, false, false, false, SwingLengthStyle.False, SwingDurationStyle.False, false, false, false, SwingTimeStyle.False, SwingVolumeStyle.False, VisualizationStyle.False, 15, 30, 45, 60, 75, 90, DashStyleHelper.Solid, 3, false, 10, DashStyleHelper.Solid, DashStyleHelper.Dash, 2, 2, 50, 92, 61, DashStyleHelper.Solid, 4, 38, true, true, 5, true, true, DashStyleHelper.Dot, DashStyleHelper.Dot, 2, 2, false, DashStyleHelper.Solid, 1, true, true, true, true, Priority.High, Priority.High, "AbcLong.wav", "AbcLongEntry.wav", "AbcShort.wav", "AbcShortEntry.wav", false, Priority.Medium, "DoubleBottom", "DoubleBottom.wav", 0, false, Priority.Medium, "DoubleTop", "DoubleTop.wav", 0, false, Priority.Medium, "HigherLow", "HigherLow.wav", 0, false, Priority.Medium, "LowerHigh", "LowerHigh.wav", 0, false, Priority.Medium, "SwingChange", "SwingChange.wav", 0, true, Priority.Medium, "DivergenceRegularHigh", "DivergenceRegularHigh.wav", 0, true, Priority.Medium, "DivergenceHiddenHigh", "DivergenceHiddenHigh.wav", 0, true, Priority.Medium, "DivergenceRegularLow", "DivergenceRegularLow.wav", 0, true, Priority.Medium, "DivergenceHiddenLow", "DivergenceHiddenLow.wav", 0);
}
}
protected override void OnBarUpdate()
{
//Add your custom strategy logic here.
if (_pasPro.abcSignal[0] == 2)
{
EnterLong(DefaultQuantity, "");
}
}
}
}
Regards,
hi, did you manage to access the abc pattern?
May 20th, 2020, 12:44 AM
Palma de Mallorca/Spain
Experience: Advanced
Platform: NinjaTrader 8
Broker: Ninjatrader Brokerage
Trading: micro e-mini nasdaq-100 index futures
Posts: 119 since May 2015
Thanks Given: 26
Thanks Received: 117
AgustinQWE23
hi, did you manage to access the abc pattern?
Hola Agustin ..here a sample..you should be elite member
https://nexusfi.com/download/vip_elite_circle/2211-download.html
Its taking signals from PAS and PAS oscillator but not from the PAS pro
Bernard
Trading systems can work in certain market conditions all the time,
in all market conditions at some point in time,
but never in all market conditions all the time.
Last Updated on May 3, 2026