Update docs/random_docs/Mermaid.md
This commit is contained in:
@@ -222,32 +222,36 @@ journey
|
|||||||
```
|
```
|
||||||
|
|
||||||
```mermaid
|
```mermaid
|
||||||
block-beta
|
graph TD
|
||||||
columns 3
|
FXMarket(Forex Market)
|
||||||
FXMarket["Forex Market"]:::header
|
FXMarket --> Participants[Market Participants]
|
||||||
space
|
Participants -->|1| RetailTraders[Retail Traders]
|
||||||
Participants["Market Participants"]:::header --> RetailTraders(["Retail Traders"]):::participants
|
Participants -->|2| InstitutionalTraders[Institutional Traders]
|
||||||
Participants --> InstitutionalTraders(["Institutional Traders"]):::participants
|
Participants -->|3| CentralBanks[Central Banks]
|
||||||
Participants --> CentralBanks(["Central Banks"]):::participants
|
|
||||||
space
|
FXMarket --> DataAnalysis[Data Analysis & Tools]
|
||||||
DataAnalysis["Data Analysis & Tools"]:::header --> TechnicalAnalysis(["Technical Analysis"]):::tools
|
DataAnalysis -->|1| TechnicalAnalysis[Technical Analysis]
|
||||||
DataAnalysis --> FundamentalAnalysis(["Fundamental Analysis"]):::tools
|
DataAnalysis -->|2| FundamentalAnalysis[Fundamental Analysis]
|
||||||
DataAnalysis --> SentimentAnalysis(["Sentiment Analysis"]):::tools
|
DataAnalysis -->|3| SentimentAnalysis[Sentiment Analysis]
|
||||||
space
|
|
||||||
TradingStrategies["Trading Strategies"]:::header --> DayTrading(["Day Trading"]):::strategies
|
FXMarket --> TradingStrategies[Trading Strategies]
|
||||||
TradingStrategies --> Scalping(["Scalping"]):::strategies
|
TradingStrategies -->|1| DayTrading[Day Trading]
|
||||||
TradingStrategies --> SwingTrading(["Swing Trading"]):::strategies
|
TradingStrategies -->|2| Scalping[Scalping]
|
||||||
TradingStrategies --> PositionTrading(["Position Trading"]):::strategies
|
TradingStrategies -->|3| SwingTrading[Swing Trading]
|
||||||
space
|
TradingStrategies -->|4| PositionTrading[Position Trading]
|
||||||
Execution["Execution"]:::header --> Brokers(["Brokers"]):::execution
|
|
||||||
Execution --> Platforms(["Trading Platforms"]):::execution
|
FXMarket --> Execution[Execution]
|
||||||
Execution --> Orders(["Order Types"]):::execution
|
Execution -->|1| Brokers[Brokers]
|
||||||
space
|
Execution -->|2| Platforms[Trading Platforms]
|
||||||
RiskManagement["Risk Management"]:::header --> Leverage(["Leverage & Margin"]):::risk
|
Execution -->|3| Orders[Order Types]
|
||||||
RiskManagement --> StopLoss(["Stop Loss/Take Profit"]):::risk
|
|
||||||
space
|
FXMarket --> RiskManagement[Risk Management]
|
||||||
Outcome["Outcome"]:::header --> Profits(["Profits/Losses"]):::outcome
|
RiskManagement -->|1| Leverage[Leverage & Margin]
|
||||||
Outcome --> StrategyAdjust(["Strategy Adjustment"]):::outcome
|
RiskManagement -->|2| StopLoss[Stop Loss/Take Profit]
|
||||||
|
|
||||||
|
FXMarket --> Outcome[Outcome]
|
||||||
|
Outcome -->|1| Profits[Profits/Losses]
|
||||||
|
Outcome -->|2| StrategyAdjust[Strategy Adjustment]
|
||||||
|
|
||||||
classDef header fill:#f96,stroke:#333,stroke-width:2px;
|
classDef header fill:#f96,stroke:#333,stroke-width:2px;
|
||||||
classDef participants fill:#bbf,stroke:#333,stroke-width:1px;
|
classDef participants fill:#bbf,stroke:#333,stroke-width:1px;
|
||||||
@@ -256,7 +260,10 @@ columns 3
|
|||||||
classDef execution fill:#fb9,stroke:#333,stroke-width:1px;
|
classDef execution fill:#fb9,stroke:#333,stroke-width:1px;
|
||||||
classDef risk fill:#fbb,stroke:#333,stroke-width:1px;
|
classDef risk fill:#fbb,stroke:#333,stroke-width:1px;
|
||||||
classDef outcome fill:#9bf,stroke:#333,stroke-width:1px;
|
classDef outcome fill:#9bf,stroke:#333,stroke-width:1px;
|
||||||
```
|
|
||||||
|
class FXMarket header;
|
||||||
|
class Participants,DataAnalysis,TradingStrategies,Execution,RiskManagement,Outcome participants;
|
||||||
|
```
|
||||||
|
|
||||||
## Conclusion
|
## Conclusion
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user