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

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.