Skip to content

An example to demo how to program a dll for MultiCharts

Notifications You must be signed in to change notification settings

mkjiau/MultiCharts_Dll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)); 

Screenshot

About

An example to demo how to program a dll for MultiCharts

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published