zzuegg / Publications
Codes
TwoPole Butterworth filter for MetaTrader 4
Butterworth filtration
TwoPole SuperSmooth for MetaTrader 4
SuperSmooth filter
Gaussian MACD for MetaTrader 4
MACD using gaussian filtration
Gaussian Bands for MetaTrader 4
StDev Bands with gaussian smoothing
Gaussian Rainbow for MetaTrader 4
Rainbow through gaussian refirtration
VisualTrader-SimulatorEdtion for MetaTrader 4
Use the tester as Simulator
Accelerated MA for MetaTrader 4
MA accelerated with CCi and ATR, easy to stop divergenses on CCi
CustomTimeframe Candles for MetaTrader 4
Shows custom Timeframes on the Main chart
OrderManager for MetaTrader 4
You can adjust SL/TP by dragging the lines drawn by the EA
VivaLasVegas for MetaTrader 4
Betting Strategies Simulator
Forum
On 5Digit Broker Stops are only allowed to be placed on full pip values. How to find out in mql?
Hi, lately i trade a bit the dax. My Broker offers a 5 digit stream and so also on the dax i have 7123.x stream My range of supporting scripts uses 4/5 digit adjustment but fails of course on the dax, because even if the stream is 5digits i am allowed only to set the stops at full pip values. 7000.0
Statistics of a anti-grid like system
Hi fellow traders, One of my current projects has reached a state where i don't know how to progress. I simply don't know how to categorize an anti-grid like system. The system uses no indicator, and is based on the assumption that the market will not be sideways forever. The overall target is
Anything new in the world of mql4 since i left?
Hey guys. Anything happend in the time i was off, in terms of mql4/terminal changes? If yes, just give me some keywords i find the stuff then. Btw, happy new year
Pitchfork and ObjectGetValueByShift
Hi fellows, any way to get the values from the pitchfork or do i have to calculate the fork myself? Using normal ObjectGetValueByShift() returns 0, getLastError says 4205, but the fork is drawn correctly, so i assume coordinates are ok. I also made sure that only values after the beginning of the
I will code your Strategy, not for free, but it will be YOURS!
Hi fellow traders, I will code all your strategy's and indicators. I will NOT code them for free. Why? Coding is hard work Learn how to code takes even longer time The resulting EA, all rights belonging to it, all source codes belong to YOU. Why is that important ? Developing a trading system is
Script recording two mouse clicks
Hello, for my current manual project i would like to automate a few things. For this i would need a script which records two mouse clicks to marke a range. The plan is to add the script, klick at the top of the range, click at the bottom of the range and my script places the pending orders according
Forex Mythbusters Lection 2: Hourly Data can predict the end of the day
Hello again to the mythbusters channel. Today we are going to analyze the hourly data in relationship to the daily close price. We assume that there exists hours which predicts the direction of the ending day. The indicator we need to collect the data is quite simple
Forex Mythbusters
Hello, I tought it would be fun to collect some fakts and myths. I will edit the first post and build a index as long i can (After some time i cannot edit the post anymore) Some basic rules: Every indicator ! MUST ! be attached so that others can redo the calculations. Explain your way of dooing the
Way to get the current streak
Hello, seems i can't think right today. I need to figure out a function which returns the current streak. (5 losses in a row or 3 wins in a row for example) Since the ordering of the OrderHistors() is not reliable (as said in the doc) the function i have is kind of expensive as it requires a loop
FibArc calculation method.
I have googled, but i dont have found any informations how the fiboArcs are calculated. The problem is that MT4 does not give me a getValueByShift() functions for getting the levels at current bar, so i need to calculate them myself. If somebody know the formula or have a code example in whatever