NOTE : The previous release must be uninstalled before installing this version
- UPDATE PROCEDURE 1) Save the current workspace 2) Tools, Remove Ninjascript : Select and remove the current Markers Version 3) Tools, Import Ninjascript : Select and Install the new downloaded ZIP ninjascript corresponding to the new Markers Version 4) Restart NinjaTrader without saving the workspace
- List of Changes/Additions/Fixes
- Markers Logic
- The "Logic to Analyze" now supports negative numbers anywhere ( including after a multiplication or after a parenthesis ; 2 * -3 or 3+ ( -5 * 3 ) )
- It also supports unlimited nested parenthesis levels : close[0] > hma[0] + ( atr[0] * ( 5 + ticksize * 2.5 ))
- Markers Paint
- All the features on MArkers Logic are now present on Markers Paint
- The bug avoiding painting variables with index different than zero is solved : hma[0] - hma[1] ( was not working on previous version
- Markers Plus
- Previosuly saved templates will keep working using the old version
- The new release ( Markers Plus 2021 ) eliminated the old filter method
- and incorporates the logic present on Markers Logic
- This filtering method allow to use AND, OR, and multiple parenthesis levels
- IMPORTANT Both MArkers versions are included so the user have time to convert his templates using the new filter Same applies to the AND & OR indicators that will be removed on next releases when all users have their templates updated using MArkers Logic
- NEW ENTRY METHOD
- When a signal is detected, as we know Market can enter at Market...
- ...or place an Entry Order at a place adding an offset and waiting no more than X Bars
- Example :
- For long signals, Markers places an order at High ( of the signal bar ) - 5 ticks and waits no more than 4 bars to get a fill
- Using Custom now we can specify the Entry Price
- using the same features present on Markers Logic
- Example : if we copy an hma and the atr
- we can use this entry order model
- Note : Auto mode will define if using Limit or stop acording to the position of the entry price in relation to price action
- WHATS NEW 1) Markers Logic : Problem with negative numbers is solved 2) Markers Logic : Added the Cancel Condition :
- Sustain allow to extend N Bars the result of the Logic to Analyze unlezz the CAncel condition is True. Use 0 (zero ) to ignore cancel conditions Example :
When there is a red bar followed by a green bar, the condition will be kept true for the following 10 bars, unless a red bar is coming
3) New Internal variables added to Markers Logic & Markers Paint
Internal Variables
closerangeopenhighbodylowvoltimedatewicktopwickbotticksize
Examples:
pablotrader
Example to draw the Body of each Bar- Time Limits
- This is the condition used on this 2 time windows filter ( time[0] > 93000 AND time[0] < 113000 ) OR ( time[0] > 123000 AND time[0] < 133000 )
- ( the second method also detects Sundays )
No comments:
Post a Comment