Monday, July 4, 2022

Markers Plus - Release 2021-10




NOTE : The previous release must be uninstalled before installing this version
  1. 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
  1. List of Changes/Additions/Fixes
  2. Markers Logic
  3. The "Logic to Analyze" now supports negative numbers anywhere ( including after a multiplication or after a parenthesis ; 2 * -3 or 3+ ( -5 * 3 ) )
  4. It also supports unlimited nested parenthesis levels : close[0] > hma[0] + ( atr[0] * ( 5 + ticksize * 2.5 ))
  5. The Alert Option was included ( this was the only option missing to fully replace the AND indicator




  6. Markers Paint
  7. All the features on MArkers Logic are now present on Markers Paint
  8. The bug avoiding painting variables with index different than zero is solved : hma[0] - hma[1] ( was not working on previous version

  9. Markers Plus
  10. This new release includes the old and the new version

  11. Previosuly saved templates will keep working using the old version
  12. The new release ( Markers Plus 2021 ) eliminated the old filter method
  13. and incorporates the logic present on Markers Logic
  14. This is the old filter method


  15. This is the new filtering option


  16. This filtering method allow to use AND, OR, and multiple parenthesis levels
  17. 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
  18. NEW ENTRY METHOD


  19. When a signal is detected, as we know Market can enter at Market...
  20. ...or place an Entry Order at a place adding an offset and waiting no more than X Bars
  21. Example :


  22. 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
  23. Using Custom now we can specify the Entry Price


  24. using the same features present on Markers Logic
  25. Example : if we copy an hma and the atr
  26. we can use this entry order model


  27. Note : Auto mode will define if using Limit or stop acording to the position of the entry price in relation to price action




  1. WHATS NEW 1) Markers Logic : Problem with negative numbers is solved 2) Markers Logic : Added the Cancel Condition :


  2. 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
close
range
open
high
body
low
vol
time
date
wicktop
wickbot
ticksize
Examples:
  1. Example to draw the Body of each Bar


  2. Same as before, but expressed in ticks


  3. Lower Wicks in Ticks


  4. Time Limits




  5. 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 )
  6. How to detect a bar at a defined time


  7. Different ways to detect a new day


  8. ( the second method also detects Sundays )



Reversal

Setup Reversal

Presentation : What is Reversal ?
Presentación : Que es Reversal ?




  • Follow this Setup on our Free Chat Room : link
  • Siga este setup en nuestro Chat Room Gratuito : enlace

SRS Setup


What is the SRS ?
Que es el SRS ?



How to optimize it...


Como optimizarlo








This indicator paint signals compatible with Builder and Markers so can be easily automated.
Includes a Strategy to backtest and Optimize.

Este indicador dibuja señales compatibles con Builder y Markers, por lo tanto se puede automatizar muy fácilmente.
Incluye una estrategia dedicada para backtestear y optimizar parámetros.


  • Dedicated Section on the Chat Room - link
  • Sección dedicada en el Chat Room - enlace




Sala de Chat Gratuita

 

Estas invitado a nuestra Sala de Chat Gratuita en Discord

Discord es una plataforma de Chat gratuita


Si ya tienes cuenta de Discord solo debes hacer clic en el botón + del panel de la izquierda, y luego agregar el enlace de nuestro servidor (https://discord.gg/khCxe3H) :


Usamos Discord como plataforma de Chat, y si nunca lo has usado puedes crear tu cuenta en Discord.com para luego agregar nuestro enlace de invitación :

unknown.png unknown.png
El enlace de invitación es : https://discord.gg/khCxe3H
unknown.png

El acceso es gratuito y puedes hablar con otros usuarios, publicar preguntas y si eres usuario de Markers, tienes acceso a las áreas de Usuarios, donde puedes ver tutoriales, descargar updates o betas y recibir soporte.

Saludos, 
Pablo Maglio

photograph

Pablo Maglio

pablo@TheIndicatorStore.com
The Indicator Store
theindicatorstore.com
facebook icon twitter icon youtube icon linkedin icon 
The Indicator Store
Risks

Free Chat Room

You are invited to our Free Chat Room on Discord

Discord is a free Chat Platform


If you already have a Discord Account, add our server link (https://discord.gg/khCxe3H) clicking on the plus button on the left panel :


We use Discord as Chat platform, and if you never used it, just create a user at Discord.com and then add our invite link :

unknown.png unknown.png
The invite link is : https://discord.gg/khCxe3H
unknown.png

The access is free and you can chat with other users, post questions and also get tech support

If you are a Markers User then you have access to the Users Sections, where you can chat with other users, watch tutorials, download example templates, latest beta and final releases and get tech support.

Best Regards, 
Pablo Maglio

photograph

Pablo Maglio

pablo@TheIndicatorStore.com
The Indicator Store
theindicatorstore.com
facebook icon twitter icon youtube icon linkedin icon 
The Indicator Store
Risks

Tuesday, October 1, 2019

Markers Plus The Force - New Release 1909

What's new in the 1909 version of Markers Plus for NinjaTrader

The new features included in this latest September version make this package the perfect tool for the analysis and design of new Trading Strategies.

As we saw in previous notes, the Markers Plus package "The Force", in addition to its well-known automation module, includes a series of tools that allow you to create signals, filters, and even, as we will see, dedicated indicators.

Among the main tools we find:

Markers Copy: Copy the value of any line painted by any indicator in a Markers variable

Markers Crossover: It allows us to detect distances between two variables (that is, lines that we have previously copied) and paint signals when a crossing occurs.

Markers Slope: It allows us to calculate the slope of any line of any indicator and paint signals when the slope changes sign

Markers And: It allows us to define a series of rules (the quantity is unlimited), and when they are fulfilled, you can paint a signal, or enable a filter

Markers Or: Same as before, but only when one of the conditions is met.

Markers Paint: It allows drawing a line in the chart using as a data source, a mathematical expression using variables, numbers and candle values ​​(high, low, opening, closing)

The novelties of this version are precisely the ability to make algebraic calculations in the input parameters of Crossover, And, Or and Paint.
For example, if we use Copy to copy the value of an HMA in the myhma variable and another Copy to copy the value of the ATR in the myatr variable then we can:
Use Markers Paint to paint the line myhma + myatr * 2
Use Crossover to detect the cross between close0 and myhma + 2
Use And to create a filter that rewards buying if myhma> myhma [1]

Markers Internal Variables

We always have available the following variables followed by a number indicating the candle to which we refer, 0 being the current candle, 1 the previous one, etc.


  • close0, close1, close2, ... closeN (the closing of the candle in position N)
  • open0, open1, open2, ... openN (the opening of the candle)
  • high0, high1, high2, ... highN (the maximum of the candle)
  • low0, low1, low2, ... lowN (the minimum of the candle)
  • vol0, vol1, vol2, ... volN (the volume of the candle)


In addition, any variable in which we copy a line of an indicator (for example myhma) allows us to obtain the value in the current candle using only the name; myhma, as well as N candles back using myhma[N]



The following video shows several examples:




 Visit our Chat Room in Discord for more information :



Pablo Maglio
photo
The Indicator Store
Skype Skype id : pmaglio
     
Risks