Skip to content

Releases: archReactor04/NT8Scripts

ArchReactor_Strategies_1.8

09 Apr 18:02
Compare
Choose a tag to compare

**Major Changes **

  1. One new strat added AR_Dimati_VWAP_MACD ... similar to gbrm Strat , instead of Bollinger band it uses VWAP
  2. Changes to some strats:
    • AR_Blt_Crossover : Added a second crossover for confirmation.
    • AR_Swing_Breakout_ADXVMA: Added DistanceFromADXLineInPoints it will skip if the distance is more than specified points. Also integrated ADXVMAPlus which gives more control. you can toggle that to use the old adxvma if you feel its simple.
  3. Bugs:
    • Fixed the ExitByBars it wasnt working
    • Fixed Breakeven
    • Fixed MaxTradesInSession
  4. Deprecated few strats as no one was using them: (If you want you can using them from the github repo and manually compile them)
    • AR_NQ_EZ
    • AR_HMA_B4

ArchReactor_Strategies_1.7

09 Feb 13:44
Compare
Choose a tag to compare

Removed the functionality where it shows auto disabling of strategy button (gray'ed out)
Added an exit management BarsSinceEnrty, if enabled it exits the trade after specific number of bars ..

ArchReactor_Strategies_1.6

02 Feb 05:30
Compare
Choose a tag to compare

Fixed some bugs
Adde the new CL strat from gbrm

ArchReactor_Strategies_1.5

30 Jan 01:40
f5295ad
Compare
Choose a tag to compare
  • MaxTradesPerSession
  • Custom code logic that can be inherited to put your own custom longs and shorts
  • BarTrail

1.4

17 Jan 00:37
73941b1
Compare
Choose a tag to compare
1.4
  • Changed the RSI code in Nadaraya Wtson RSI to match previous versions..
  • Added some code to not take conituation trade in Swing breakout (both versions ADXVMA and Ripster)
  • Some code fixes.

1.3

12 Jan 06:55
7498585
Compare
Choose a tag to compare
1.3
  • Fixes in order management where it was not created a SL and TP order.
  • Moved the creation of SL and TP into onExecutionUpdate() , because rithmic doesnt provide Position.AveragePrice to do that in onBarUpdate().

1.2

12 Jan 06:52
7498585
Compare
Choose a tag to compare
1.2
  • Movable Stop loss and Take Profit.
  • Added jump to profit option for the runner.
  • Bug fixes

1.1

12 Jan 06:47
7498585
Compare
Choose a tag to compare
1.1
  • Contains bugs fixes.
  • Order management fixes

1.0

12 Jan 06:45
7498585
Compare
Choose a tag to compare
1.0

The first release of the ArchReactor strategies package.