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.


Clause de non-responsabilité

Les informations et les publications ne sont pas destinées à être, et ne constituent pas, des conseils ou des recommandations en matière de finance, d'investissement, de trading ou d'autres types de conseils fournis ou approuvés par TradingView. Pour en savoir plus, consultez les Conditions d'utilisation.