Pip Calculation for Broker that never closes

 
good day I was recently introduced to the Broker XXXXXX.com   and I found that they have synthetic Indices that run 24 hours a day and never close. 
I was wondering how do I calculate the pip size of the synthetic Indices Symbols. 
volatility 75 has current price of approximately 300 000.00 
where as Volatility 50 has 350.00 price. 

also on same topic What does XXXX use to generate these charts. 
these are all available on their MT5 platform.  
 

Sorry, but any discussions bout brokers are strictly forbidden here!

 
Jefferson Metha: I was wondering how do I calculate the pip size of the synthetic Indices Symbols.
A PIP is not a Point or Tick.
          What is a TICK? - MQL4 programming forum

Using Point means code breaks on 4 digit brokers, exotics (e.g. USDZAR where spread is over 500 points,) and metals. Compute what a PIP is and use it, not points.
          How to manage JPY pairs with parameters? - MQL4 programming forum
          Slippage defined in index points - Currency Pairs - Expert Advisors and Automated Trading - MQL5 programming forum

 
William Roeder:


Thanks will read through the document coz I was taking the view that 


pip = 10*Point();

pip = 10*SymbolInfoDouble(Symbol(),SYMBOL_POINT);

lemme go through the links 
Thanks again
Reason: