POWERFUL_TRADERS

0.74466 VS 0.75664 = Fight!!! ;)

FX:AUDUSD   Australian Dollar / U.S. Dollar
#include <iostream>
using namespace std;

int main()
{
setlocale(0, "");
double num;

cout << "0.75267 ";
cin >> num;

if (num < 10) { //If the price breakthrough the price 0.74466 = short term Downtrend
cout <<
} else { // If the price breakthrough the price 0.75664 = short term Uptrend
cout <<
}
return 0;
}

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.