POWERFUL_TRADERS

0.74466 VS 0.75664 = Fight!!! ;)

FX:AUDUSD   Dólar Australiano/Dólar Americano
#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;
}

Aviso legal

As informações e publicações não devem ser e não constituem conselhos ou recomendações financeiras, de investimento, de negociação ou de qualquer outro tipo, fornecidas ou endossadas pela TradingView. Leia mais em Termos de uso.