LU
    
        
            Open Price 10 Candles before
            
                 14 Apr 2020, 11:26
            
                    
How can I get the opening price of a certain symbol? For example 10 candles before
Replies
                     luca.tocchi
                     14 Apr 2020, 11:48
                                    
RE:
PanagiotisCharalampous ha detto:
Ciao Luca,
È possibile utilizzare le serie di dati Bars.OpenPrices. Se avete del aperto prezzo 10 candele prima, si dipicchino Bars.OpenPrices[Bars.OpenPrices.Count - 10].
Migliori saluti
Panagiotis
Grazie
@luca.tocchi

PanagiotisCharalampous
14 Apr 2020, 11:48
Hi Luca,
You can use the Bars.OpenPrices dataseries. If you need the open price 10 candles before, you should check Bars.OpenPrices[Bars.OpenPrices.Count - 10].
Best Regards,
Panagiotis
Join us on Telegram
@PanagiotisCharalampous