Denis Trubachev Only - Screenshot and Price Logger

MQL4 Indikatoren

Auftrag beendet

Ausführungszeit 8 Tage
Bewertung des Kunden
5 Stars for Dennis!

Spezifikation

CSS ScreenShot, VisualNote, Refresh, and Data Logger


***ScreenShot***

ScreenShot: True/False

Width: 1920

Hight: 1080


This screenshot feature, if set to true, does three things.


The first thing it does, provided a buy or sell signal is generated

by the rest of the code, is to "Pop" the MT4 Chart to the

front of all the other charts running at that time. Just like

what happens when a person presses the "TAB" of a particular chart

and makes that chart come forward to cover the whole screen.


The second thing the screenshot feature does is take a screenshot

of the screen.


(http://docs.mql4.com/chart_operations/windowscreenshot)


The third thing the screenshot does is saves the screenshot with

the Data String for a title that is the same as the data string that appears

in the email and the message box but with Underscores instead of CommasAndPoints. Something Like:


"USDJPY_3_56743_07_07_2015_T_True_CT_FALSE_Blah_Blah_Blah.gif"




***VisualNote***
WebDingsUPSymbol:
WebDingsDownSymbol:
UpColor: Lime (Default)
DownColor: Red (Default)


Thanks for adding this great feature, Dennis! We were thinking of adding a function to change the symbol to an arrow or something and also to change the color.



REFRESH




Often, in the right hand side of the MT4 indicator, there is this problem with the information refresh. Perhaps the CSS numbers can be refreshed more often and in such a way as to prevent this "buildup" of old graphic information. (See attached)




***Price Logger***

Price Logger: True/False

CustomTime1: (Time in Min) (0 is default)

CustomTime2: (Time in Min) (0 is default)

CustomTime3: (Time in Min) (0 is default)


If the PriceLogger is Set to TRUE, and there is not a text file already created, then the code first creates a file named ASSET.txt "USDJPY.txt" for example. This file is created in the same folder that the Screenshots are being put into.


If the .txt file is already in existance, then the Data Logger set to true will just add a new record to the text file. The first thing that goes into the Data Logger, if it is set to true of course, is the exact same text string that is being sent to the MSG Box and the Email with all the variables like Time, Trend, Price, Asset, Threshold, and so on.


Then, what the Data Logger Does is simply gather future price information at different points in future time. Now, if the Price Logger is set to true, then the indicator just "hangs out" on the chart and does not take any more trades until all the future price information is gathered up and stored in the .txt file. Completely recording the desired future prices before "opening up" the indicator for another trade opportunity avoids the problem of having to create and track an array of trades and text files.


"TRADE STRING",


005, Price 5 min after Entry Time,

010, Price 10 min after Entry Time,

015, Price 15 min after Entry Time,

030, Price 30 min after Entry Time,

045, Price 45 min after Entry Time,

090, Price 90 min after Entry Time,

120 Price 120 min after Entry Time,

C1, Price Custom1 Min after Entry Time,
C2, Price Custom2 Min after Entry Time,

C3, Price Custom3 Min after Entry Time,


Dennis, some exciting news for you! Our indicator appears to be able to get 7 or more in ten trades correct in binary options, and this is WITHOUT trend, momentum, hurst, or further CSS refinement. This is REALLY good and I hope you will be able to become wealthy from it. I expect, with some more work and effort, to get a regular forex performance of over 90% All we ask is that you consider this algo method to be our (and ours means also in part yours too!), private property. In exchange for your professional confidence as to the exact methods involved, and provided things keep going so well, will be sharing with you the opportunity to participate in the potentially large amount of money involved. At some point, we should probably meet about it over skype. 


My trading partner has only good things to say about your latest revision. Attached please find his small revised version of the latest version. All he did was change the email message around a bit, but he did not modify anything else. I still have to just double check every specific that was on the last message and then I'll pay you. I have to sleep first but I wanted to get my thoughts clear on the next round of revisions in case you wanted something to work on. Also, Frank (one of my two investment firm partners) may have some comments to add to this document, but I don't expect he will want anything radically different.

 

IMPORTANT NEW NOTE:
My trading partner has requested that all the trades of a particular instance of MT4 be put in the same file. On this specification, it says one per asset. But, his opinion is that he wants them all in one place at once so he can point his code at hundreds of records at once and not have to juggle many different .txt files. Upon reflection, this is a much better idea. So, kindly disregard the above request which specifies one .txt file per asset and instead just load all the data per mt5 instance into a single .txt file

Thanks!!!

Also, everything is working great on the other indicator but for one small last remaining problem. I'll be writing a more detailed feedback about this and then that stage will be done and done!

 

This new part of the code is going to allow us to gather thousands of data points so we can know for real how accurate the indicator is. Some people say you need 30 trades to evaluate some strategy, but, if you know about gambling math then you know that you better have at least 1000 data points to say anything with confidence about accuracy. This new price logging code will allow us to do just that! Then we can trade with a very high degree of confidence.

 

Bewerbungen

1
Entwickler 1
Bewertung
(94)
Projekte
162
40%
Schlichtung
20
15% / 75%
Frist nicht eingehalten
73
45%
Frei
Ähnliche Aufträge
NRTR - indicator for MetaTrader 5 NRTR (Nick Rypock Trailing Reverse) - indicator for MetaTrader 4 NRTR WATR - indicator for MetaTrader 4 NRTR GATOR - indicator for MetaTrader 5 X2MA NRTR - indicator for MetaTrader 5 NRTR - indicator for MetaTrader 5 NRTR GATOR - indicator for MetaTrader 4 NRTR - indicator for MetaTrader 4 Stalin_NRTR - indicator for MetaTrader 5 NRTR Color Line - indicator for MetaTrader 5 NRTR Rosh
I need an EA edited to make TWO main changes to conditions for how it enters trades. The EA code is written with clean code and is well commented. Will provide more info on changes in a doc in the chat
BUY AND SELL 30+ USD
Create an Expert Advisor that collaborates between these indicators ETR, MEv2 and STLv3 with these features 1. SL and TP 2. TIME FILTER 3. ETR, MEv2 and STLv3 PARAMETERS BUY ENTRY STEP 1. FIRST candle OPEN above Symphonie Trend Line STEP 2. Check Symphonie Extreme must indicate color BLUE STEP 3. Check Symphonie Emotion must indicate color BLUE STEP 4. Open trade with money management STEP 5. Trade open MUST BE 1
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP

Projektdetails

Budget
30 USD
Für die Entwickler
27 - 27 USD
Ausführungsfristen
von 1 bis 4 Tag(e)