An example to demo how to program a dll for MultiCharts
Last updated Nov 14, 2025
24
Stars
17
Forks
1
Issues
0
Stars/day
Attention Score
28
Topics
Language breakdown
C++ 62.6%
C 37.4%
▸ Files
click to expand
README
MultiCharts_Dll Example
Import to use in MC
DefineDLLFunc: "PATH\TO\YOUR\MultiCharts_Dll\x64\Debug\MyDll.dll", int, "jAdd", int, int;
DefineDLLFunc: "PATH\TO\YOUR\MultiCharts_Dll\x64\Debug\MyDll.dll", int, "jSub", int, int;
if date = lastcalcdate and t = lastcalctime then text_new(d, t, H+15, NumToStr(jAdd(H,C),0)); if date = lastcalcdate and t = lastcalctime then text_new(d, t, H+10, NumToStr(jSub(H,C),0));

🔗 More in this category