MatrixPip

US30 NFP Playbook

Short
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.


Disclaimer

The information and publications are not meant to be, and do not constitute, financial, investment, trading, or other types of advice or recommendations supplied or endorsed by TradingView. Read more in the Terms of Use.