POWERFUL_TRADERS

0.74466 VS 0.75664 = Fight!!! ;)

FX:AUDUSD   Avustralya Doları / ABD Doları
#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;
}

Feragatname

Bilgiler ve yayınlar, TradingView tarafından sağlanan veya onaylanan finansal, yatırım, işlem veya diğer türden tavsiye veya tavsiyeler anlamına gelmez ve teşkil etmez. Kullanım Şartları'nda daha fazlasını okuyun.