Forex
Google
New signals service!

Go Back   Forex Trading > Downloads > Tools and utilities


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

Reply
 
LinkBack Thread Tools Display Modes
  #11 (permalink)  
Old 11-02-2007, 05:04 AM
project1972's Avatar
Senior Member
 
Join Date: May 2006
Location: Fl, Usa
Posts: 277
project1972 is on a distinguished road
Quote:
Originally Posted by Money Duck View Post

Is there a way to have this save to FTP, website or forum?
I use this one, attach as Ea to the chart or if you already use an EA insert the code inside the EA.

There is only one small problem, MT don't close the FTP connection after the upload is done. but most FTP server does after 2 or 3 minutes of inactivity.
Attached Files
File Type: mq4 Elite-FTP-v1.mq4 (1.7 KB, 79 views)
__________________
I have not failed. I've just found 10,000 ways that won't work.
Thomas Alva Edison
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #12 (permalink)  
Old 11-07-2007, 06:08 AM
eesnz's Avatar
Junior Member
 
Join Date: Nov 2005
Location: south carolina
Posts: 6
eesnz is on a distinguished road
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #13 (permalink)  
Old 03-15-2008, 02:50 AM
Junior Member
 
Join Date: Nov 2005
Posts: 10
y09ster is on a distinguished road
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #14 (permalink)  
Old 05-25-2008, 02:47 AM
Senior Member
 
Join Date: Feb 2007
Posts: 947
FerruFx is on a distinguished road
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
Attached Files
File Type: ex4 ScreenCapture.ex4 (2.3 KB, 55 views)
__________________
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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #15 (permalink)  
Old 07-04-2008, 04:09 AM
Member
 
Join Date: Apr 2008
Posts: 44
footy98 is on a distinguished road
Snapshot sent by email every 4H

Hi all guru,
Is it possible to take a snapshot and sent by email to my email account every 4H? I cannot access my home computer at my office so I would rather have this function.
Thank you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #16 (permalink)  
Old 07-04-2008, 08:07 AM
Senior Member
 
Join Date: Nov 2006
Posts: 215
luxinterior is on a distinguished road
Quote:
Originally Posted by y09ster View Post
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
Should be easy enough to do yourself.

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #17 (permalink)  
Old 09-11-2008, 10:04 PM
Senior Member
 
Join Date: Dec 2007
Posts: 122
Iceman19999 is on a distinguished road
Quote:
Originally Posted by jatki24300 View Post
Thanks testern for posting the indicator. SnapshotI. It has been a great help to me. I gust wont to let every one know that the screenshots are put under. Experts,files. I also found that if you select all the screen shots at once and open them all. You can page through them. This is the best way see if a indicator repaints. Jatki24300

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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #18 (permalink)  
Old 09-11-2008, 10:06 PM
Senior Member
 
Join Date: Dec 2007
Posts: 122
Iceman19999 is on a distinguished road
Quote:
Originally Posted by Iceman19999 View Post
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.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #19 (permalink)  
Old 09-19-2008, 05:13 AM
Junior Member
 
Join Date: Sep 2008
Posts: 13
Bradev is on a distinguished road
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.
Attached Files
File Type: mq4 SnapShotEA.mq4 (1.5 KB, 21 views)
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #20 (permalink)  
Old 09-19-2008, 05:15 AM
Senior Member
 
Join Date: Sep 2007
Posts: 310
jturns23 is on a distinguished road
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!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply

Bookmarks

Tags
screenshot

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump

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


All times are GMT. The time now is 03:44 AM.



Search Engine Friendly URLs by vBSEO 3.2.0 ©2008, Crawlability, Inc.