Welcome to NexusFi: the best trading community on the planet, with over 150,000 members Sign Up Now, It is Free
Genuine reviews from real traders, not fake reviews from stealth vendors
Quality education from leading professional traders
We are a friendly, helpful, and positive community
We do not tolerate rude behavior, trolling, or vendors advertising in posts
We are here to help, just let us know what you need
You'll need to register in order to view the content of the threads and start contributing to our community. It's free for basic access, or support us by becoming an Elite Member -- see if you qualify for a discount below.
-- Big Mike, Site Administrator
Available coupon codes for premium Elite Membership:
If you are a researcher and pay attention to details, you qualify for our 10% discount - "CHARTIST"
If you are a veteran or in public/community service, you qualify for 15% discount - "PURPLECHART"
If you are 60+ years old, you qualify for our 20% discount - "WISDOM"
Discounts are based on the honor system. If we can't trust you to do the right thing, please move along.
(If you already have an account, login at the top of the page)
I try to work on code on easylanguage to send a image of the charts when a signal is generated by trading system.
The multicharts it's possible save charts as image file, I'd like to send a image of the chart when a signal is generated.
I find easy under metatrader:
WindowScreenShot("shots.gif",640,480);
SendFTP("shots.gif",NULL);
FileWrite()
SendFTP()
FileAppend
In the context of EasyLanguage, it's an external program with which EasyLanguage can send and receive information. Typically, a .dll is used to add functionality to EasyLanguage.
For example, I wrote a quick .dll using FreeBasic that allows for better random numbers to be generated within MultiCharts. I first wrote the function in FreeBasic that received the high and low number limit for the random number to be generated and then generated the high-quality random number, and then I wrote a function in EasyLanguage that supplies these high and low numbers to the .dll and receives the random number that the .dll passes back.
In your case, you'd probably want to write .dlls that can send emails, take screen shots, etc. How you create the .dll depends on what language you'd want to use - a lot of different programming languages can create them. I first tried with Visual Studio but that was very hard and I couldn't get it to work, most likely because Microsoft's programming tools no longer support the type of .dll technology that TradeStation/MultiCharts uses.
Freebasic allows you to create compact .dlls that MultiCharts can use, and it's not complicated programming. Also, there's a lot of existing code already out there in Freebasic, so you may not have to reinvent the wheel.
I've posted several .dlls in the MultiCharts forums (including the original source code) so you can reference that as you try to get your project going. Good luck!
The following 2 users say Thank You to furytrader for this post:
When creating a new thread, note which subforum you are in. Here is a short list of suggestions:
- Topic: Anything to do with an Elite indicator -> Subforum: The Elite Circle
- Topic: Looking for an existing indicator, or how-to use an indicator -> Subforum: (the platform)
- Topic: Programmer needing help with non-Elite indicator -> Subforum: (the platform) - Programming
- Topic: Want an indicator created/modified -> Reply to "Want indicator created free" in Elite Circle
- Topic: Vendors (trading rooms, commercial indicators) -> Subforum: Vendors/Product Reviews
- Topic: Discussion of Forex or Currency trading -> Subforum: Forex and Currency Trading
- Topic: Journals of your trading -> Subforum: Trading Journals or Elite Trading Journals
- Topic: General trading related discussions -> Subforum: Traders Hideout
- Topic: Discussion of a trading method -> Subforum: Traders Hideout
- Topic: Automated Trading -> Subforum: Elite Automated Trading
Last, any Elite Member may create more or less any of these topics in The Elite Circle at your own discretion (your support is appreciated).
This is just a short general list and doesn't cover everything. If you are unsure where to create your new thread, just create it in Traders Hideout and a moderator will move it if necessary.