Is anyone doing any work or research in leveraging chatGPT's capabilities using open source knowledge graphs?
I've come across the use of semantic models via knowledge graphs and would be a beginner in the subject. My current use of Logseq seems like it can be useful as training data for chatGPT to experiment with various components of creating an algorithmic trading system. However my use of pages is rudimentary and not really using the properties function is a forward way that can be extensible. My use is more like an outliner and hasn't been structured as a true machine readable knowledge graph.
Financial Industry Business Ontology (FIBO); modules- Market Data Ontology (MDO) and Securities Trading Ontology seem promising but I don't know if using these models are really necessary unless API's for trading platforms use them.
Any references to where I can learn more about this subject would be appreciated.
via ChatGPT;
The STO provides a framework for representing different types of financial trades and transactions, including the concepts of price movements and chart patterns. Within the STO, the class sto:MarketDataPoint represents a data point in a time series of market data, which can include price and volume data for a given financial instrument.
To represent the concept of a 5-minute bar's higher high or lower low, we can use the sto:MarketDataPoint class and add additional properties to represent the relevant data points. For example:
I've come across the use of semantic models via knowledge graphs and would be a beginner in the subject. My current use of Logseq seems like it can be useful as training data for chatGPT to experiment with various components of creating an algorithmic trading system. However my use of pages is rudimentary and not really using the properties function is a forward way that can be extensible. My use is more like an outliner and hasn't been structured as a true machine readable knowledge graph.
Financial Industry Business Ontology (FIBO); modules- Market Data Ontology (MDO) and Securities Trading Ontology seem promising but I don't know if using these models are really necessary unless API's for trading platforms use them.
Any references to where I can learn more about this subject would be appreciated.
via ChatGPT;
The STO provides a framework for representing different types of financial trades and transactions, including the concepts of price movements and chart patterns. Within the STO, the class sto:MarketDataPoint represents a data point in a time series of market data, which can include price and volume data for a given financial instrument.
To represent the concept of a 5-minute bar's higher high or lower low, we can use the sto:MarketDataPoint class and add additional properties to represent the relevant data points. For example:
- sto:highPrice: A property that represents the highest price value within the 5-minute bar.
- sto:lowPrice: A property that represents the lowest price value within the 5-minute bar.
- sto
reviousMarketDataPoint: A property that links the current sto:MarketDataPoint to the previous data point in the time series, which can be used to compare the current high and low prices to the previous bar's high and low prices.