Recent content by gregorybishop

  1. G

    Coding TPO chart with c++

    Thank you for your answers! ph1l and HobbyTrading I would like to point out that I would like to use my code in real time mode So I have data (a vector of ohlc structures. The vector contains data for 24 hours) I can find high and low days: vector<TOHCLV> data =...
  2. G

    Coding TPO chart with c++

    Hello all! I want to create an algorithm that translates data from OHLC to TPO chart. Can anyone help me with an algorithm or pseudocode for this problem? picture for example: My data is in this format (start, end, open, high, low, close and volume)...
Back
Top