| New signals service! | |
|
|||||||
| Register in Forex TSD! | |
|
Trading Systems Leaders in this forum (automated trading systems) are winning more than 3000 pips in a month (30000$ investing one lot every time). Click here to register and get more information |
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
||||
|
Faststone screen capture
Checkout Faststone screen capture, it's not live but it's easy to click print screen and save every few seconds. check the link here:
www.fxtechsupport.com
__________________
Joe Gelet Elite E Services www.eliteeservices.net info@eliteeservices.net 646-837-0059 |
|
|||
|
take screenshot ea
Hi coders, i looking for an ea which when i make an new order either buy/sell, then the ea will immedately take a screenshot of current chart, and autosave it to a folder, can any one help me code this. if you would like to sell..im willing to buy it too.
thanks Last edited by y09ster; 03-15-2008 at 03:24 AM. |
|
|||
|
MT4 screen capture
Here's a small tool I just coded for my personal use. I didn't reinvented the wheel. It may exist already in some other versions.
It saves a screen shot of your current chart in the /experts/files/ folder every starting bar. Example on a 1hr chart, a pic will be saved every hour. Copy it in the /indicators/ folder and set it accordingly. size_x - Screen shot width in pixels. size_y - Screen shot height in pixels. start_bar - Index of the first visible bar in the screen shot. If 0 value is set, the current first visible bar will be shot. If no value or negative value has been set, the end-of-chart screen shot will be produced, indent being taken into consideration. chart_scale - Horizontal chart scale for screen shot. Can be in the range from 0 to 5. If no value or negative value has been set, the current chart scale will be used. chart_mode - Chart displaying mode. It can take the following values: CHART_BAR (0 is a sequence of bars), CHART_CANDLE (1 is a sequence of candlesticks), CHART_LINE (2 is a close prices line). If no value or negative value has been set, the chart will be shown in its current mode. Enjoy. FerruFx
__________________
THE HEART of FOREX & THE PROBABILITY METER - Trade with 100% confidence and ... Stress Less!!! Coding services: Experts Advisors, indicators, alerts, etc ... more info by PM NEW: video presentation of the Probability Meter ... 24hrs action on the website |
|
|||
|
Quote:
Take a look at the help file and the WindowScreenShot() function. You could just have it check to see if any order has been placed that tick or something. Do some testing but it shouldn't take you too long. Hope that helps. Lux
__________________
Build An Expert Advisor. FREE E-course As Seen On TV ![]() ForexArea.com Users of Gap Trader from 'Forex-Assistant' MUST Read This |
|
|||
|
Quote:
This is a great tool to have can not say enough about it and I only have had it for the last 2 days. Here a Tip make a short cut on your Desk Top to the "file" folder to gain access to the pic faster without having to go to the Main folder itself. |
|
|||
|
Almost forgot Thank You Michal Rukta.
|
|
|||
|
Snapshotea
I was given this ea that is suposed to take a snapshot at the close of every candle and it didn't come with any instructions. I was hoping that one of the programmers could take a look at it and tell me where it is storing the pictures. I am trying to find out how much some of my indicators repaint on me and I can't watch the charts all the time. Thanks for your help.
|
|
|||
|
Here you go:
//| Creates a screen shot at beginning of every new bar. GIFs are | //| placed in experts/files/ subdirectory of your MetaTrader | //| instalation. Use this utility when you want to manually test | //| your strategy, to spot if you have any indicators that changes | //| its past values. | //+------------------------------------------------------------------+ Enjoy! |
![]() |
| Bookmarks |
| Tags |
| screenshot |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| T/p S/L ....script | hitman | Metatrader 4 | 5 | 12-14-2006 10:37 PM |
| Script | halfasleep | General Discussion | 4 | 12-01-2006 03:44 PM |
| automate screenshot | BrunoFX | Tools and utilities | 2 | 04-25-2006 11:40 AM |