Is it a shame not to know how to make money in the forex market after 8 years of experience? - page 14

 

A neighbouring thread asked how the price is rounded? No way, just request it from the server and there will be an eighth digit, round it up yourself)))

 
This is not an MQL error it is an Intel x 486 error
 
Volodymyr Zubov #:
This is not an MQL error it is an Intel x 486 error
What error?
 
Vitaly Muzichenko #:

You should at least read where these words come from; there is also a synonym for "point". And yes, there are no new and old points, they are as constant as a penny or a ruble.

What are you smoking?

Really the dumbest forum with the dumbest commenters.

You're in this thread, mate https://www.mql5.com/ru/forum/322776

I was expecting a comment that sums up this nonsense about pips, points and pips...

But no, it's full of idiots )))
Пунк VS Пипс
Пунк VS Пипс
  • 2019.09.21
  • www.mql5.com
Общее обсуждение: Пунк VS Пипс
 
pribludilsa #:
what mistake?
//+------------------------------------------------------------------+
//|                                                   test1eroor.mq4 |
//|                        Copyright 2021, MetaQuotes Software Corp. |
//|                                             https://www.mql5.com |
//+------------------------------------------------------------------+
#property copyright "Copyright 2021, MetaQuotes Software Corp."
#property link      "https://www.mql5.com"
#property version   "1.00"
#property strict

double B = Bid;
//+------------------------------------------------------------------+
//| Expert initialization function                                   |
//+------------------------------------------------------------------+
int OnInit()
  {
//--- create timer
   EventSetTimer(60);
   
//---
   return(INIT_SUCCEEDED);
  }
//+------------------------------------------------------------------+
//| Expert deinitialization function                                 |
//+------------------------------------------------------------------+
void OnDeinit(const int reason)
  {
//--- destroy timer
   EventKillTimer();
   
  }
//+------------------------------------------------------------------+
//| Expert tick function                                             |
//+------------------------------------------------------------------+
void OnTick()
  {
//---
   
  }
//+------------------------------------------------------------------+
//| Timer function                                                   |
//+------------------------------------------------------------------+
void OnTimer()
  {
//---
  Print (B) ;
  }
//+------------------------------------------------------------------+
 
Boris Gulikov #:

What are you smoking?

Really the dumbest forum with the dumbest commentators.

+++
 
Volodymyr Zubov #:
What does it depend on? Why is it like that? A rounding cure? What if there are discharges that, after rounding, give an error of 0.00001?
 
webgopnik #:

On the stock market, you have to wait months and years, because of the lack of leverage or the small leverage.


But there are also many-month trends in forex, see https://www.mql5.com/ru/forum/371224.

I think so. In forex, there are no trends because there are no assets. Only assets are getting more expensive.

 
webgopnik #:

the 4th digit is used in exchanges, the 5th digit in Metatrader. we are talking about Metatrader calculations, as the forum is about Metatrader.

there's any number of digits and 2 3 4 , 5 .

How is livermore doing there?

 
Oh, I see. From the difference in perceptions. And you don't round it up, you ignore it. Thanks, I didn't know that.