Skip to content

Commit a2eadc8

Browse files
committed
cross links
1 parent d0414cb commit a2eadc8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

en/pedia/d/dllexport.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# DllExport
22

3-
**DllExport** is a system utility designed to export functions from .NET assemblies as native DLL exports. By providing a bridge between managed (.NET) code and native applications, DllExport enables seamless integration of modern trading platforms (such as StockSharp, Tiger.Trade or Lean) with legacy systems like MetaTrader 4 (MT4) and MetaTrader 5 (MT5).
3+
**DllExport** is a system utility designed to export functions from .NET assemblies as native DLL exports. By providing a bridge between managed (.NET) code and native applications, DllExport enables seamless integration of modern trading platforms (such as [StockSharp](../s/stocksharp.md), Tiger.Trade or [Lean](../q/quantconnect.md)) with legacy systems like [MetaTrader 4 (MT4)](../m/metatrader4.md) and [MetaTrader 5 (MT5)](../m/metatrader5.md).
44

55
### Key Components
66

@@ -16,21 +16,21 @@
1616
### Applications
1717

1818
- **Integration with Legacy Trading Platforms:**
19-
Financial institutions and independent developers can integrate modern, feature-rich trading applications like StockSharp or Lean with well-established legacy platforms such as MT4 and MT5. This integration allows traders to leverage modern analytical tools while maintaining compatibility with widely used legacy systems.
19+
Financial institutions and independent developers can integrate modern, feature-rich trading applications like [StockSharp](../s/stocksharp.md) or Lean with well-established legacy platforms such as [MT4](../m/metatrader4.md) and [MT5](../m/metatrader5.md). This integration allows traders to [leverage](../l/leverage.md) modern analytical tools while maintaining compatibility with widely used legacy systems.
2020

2121
- **Enhancing Functionality of Legacy Systems:**
22-
Using DllExport, legacy systems can be extended with advanced functionality developed in modern languages. This is particularly useful for incorporating new algorithms, data feeds, and risk management features into older platforms.
22+
Using DllExport, legacy systems can be extended with advanced functionality developed in modern languages. This is particularly useful for incorporating new algorithms, data feeds, and [risk management](../r/risk_management.md) features into older platforms.
2323

2424
- **Seamless Interoperability:**
2525
Developers can create hybrid solutions where modern managed code handles complex logic or data processing, and native legacy applications maintain their familiar user interfaces and connectivity with traditional trading networks.
2626

2727
### Advantages
2828

2929
- **Cost-Effective Modernization:**
30-
DllExport offers a cost-effective way to modernize legacy trading systems by enabling them to use state-of-the-art .NET libraries without the need to completely replace existing platforms.
30+
DllExport offers a cost-effective way to modernize legacy [trading systems](../t/trading_systems.md) by enabling them to use state-of-the-art .NET libraries without the need to completely replace existing platforms.
3131

3232
- **Increased Flexibility:**
33-
By bridging managed and native code, it provides developers with the flexibility to choose the best tools and frameworks for each part of their system, integrating advanced features with time-tested legacy infrastructure.
33+
By bridging managed and native code, it provides developers with the flexibility to choose the best tools and frameworks for each part of their system, integrating advanced features with time-tested legacy [infrastructure](../i/infrastructure.md).
3434

3535
- **Enhanced Performance:**
3636
With native DLL exports, integration is efficient and avoids the overhead associated with inter-process communication, ensuring responsive performance in real-time trading environments.
@@ -48,4 +48,4 @@
4848

4949
### Future Outlook
5050

51-
As the financial technology landscape continues to evolve, tools like DllExport will play a crucial role in bridging the gap between new and legacy systems. Future developments may focus on further simplifying the integration process, improving compatibility across various platforms, and enhancing security. These advancements will help ensure that legacy trading platforms can continue to benefit from modern innovations, providing traders with cutting-edge tools without sacrificing the reliability of established systems.
51+
As the financial technology landscape continues to evolve, tools like DllExport will play a crucial role in bridging the gap between new and legacy systems. Future developments may focus on further simplifying the integration process, improving compatibility across various platforms, and enhancing [security](../s/security.md). These advancements [will](../w/will.md) help ensure that legacy trading platforms can continue to benefit from modern innovations, providing traders with cutting-edge tools without sacrificing the reliability of established systems.

0 commit comments

Comments
 (0)