MatrixPip

US30 NFP Playbook

Corto
First post here

It's NFP day today and here is my chart markup for how I plan to play the news.

The syntax is for those who understand coding language. If you don't you can look at the chart to understand what it means.

NFP PLAY

if (SH)
{
Console.TakeAction(Sell);
}

if (RTO)
{
Console.TakeAction(Buy);
}


The plan is to SELL if there is Buy to Sell (SH) then BUY if the price returns to breakout origin.

Feel free to ask me any questions you may have.


Exención de responsabilidad

La información y las publicaciones que ofrecemos, no implican ni constituyen un asesoramiento financiero, ni de inversión, trading o cualquier otro tipo de consejo o recomendación emitida o respaldada por TradingView. Puede obtener información adicional en las Condiciones de uso.