Skip to main content

USDZAR : Trading Strategies Optimzation File EA Download

USDZAR : Trading Strategies Optimzation Settings EA Download

USDZAR Optimization Settings
USDZAR Swing Strategy

                                     DOWNLOAD LINK


SETTINGS

Same concept with Triangle Hedge (Symbol Synthesizer for MT5), but for chart display in MetaTrader 4.
It synthesizes any symbol if you have the source symbols in Market Watch window and then makes a real time offline chart like Period_Converter_Opt.mq4 (https://www.mql5.com/en/code/7673).
So, basic use is same with Period_Converter_Opt since this is based on it.
Differences in Parameter settings are:
  • extern int     spread      = 0;
Spread in points for sSym01 (Attached chart symbol). 0 means current.
Since MetaTrader 4 history file doesn't have past spread data, we need them to determine Ask price for the case dividing to calculate the virtual prices.
  • extern int     vDigits     = 5;
The digits for synthesized symbol. This is replaced OmitDigit (from Period_Converter_Opt.mq4).
  • extern string vSymbol   ="EURUSD_v";
The one you want to generate. Any name is OK but less than 11 characters.
  • string sSym01    ="EURGBP";  // (Not external variable)
Source symbol#1. 
It is automatically set from the attached chart Symbol.
You should attach this tool on this symbol chart to avoid getting "Insufficient Data Error" when sCal is "D" and if the history file of sSym01 is not sufficient.
  • extern string sSym02    ="GBPUSD";
Source symbol#2.
It has to be and exact same name on Market Watch include prefix and/or suffix.
  • extern string sCal    ="M";
The calculation to synthesize. "M" means "Multiply", or put "D" means "Divide".
If the virtual price of vSymbol can be calculated by sSym01 multiply sSym02, put "M".
Ex: vSymbol="EURUSD"   sSym01="EURGBP"   sSym02="GBPUSD"
      vSymbol="EURJPY"   sSym01="EURGBP"   sSym02="GBPJPY"
      vSymbol="EURJPY"   sSym01="EURUSD"   sSym02="USDJPY"
      vSymbol="BTCJPY"   sSym01="BTCUSD"   sSym02="USDJPY"
      Note: sSym01 and sSym02 can be switched with each other since we multiply them. Major pair should be sSym01 for more often ticks.
If the virtual price of vSymbol can be calculated by sSym02 divided by sSym01, put "D" or any other string but "M".
Ex: vSymbol="USDJPY"   sSym01="EURUSD"   sSym02="EURJPY"
      vSymbol="ZARJPY"   sSym01="USDZAR"   sSym02="USDJPY"
     vSymbol="EURUSD"   sSym01="USDJPY"   sSym02="EURJPY"
     Note: sSym01 and sSym02 can NOT be switched with each other since we divide.
Those under-lined currencies are "media" currencies.

Comments

Popular posts from this blog

Top 5 Forex Trading Scalping Indicators for MT4/MT5 in 2020

TOP 5 Scalping Indicators in 2020 Forex Scalping is a technique used by many Forex traders to buy and sell Currency Pairs in short period of time in order to make little profit. Generally there lot size is high as compared to Long term trade for the achievement of profit. But Some Money Maker Brokers does not allow to to scalping.Brokers hate traders that cut their losses as soon as possible.Brokers need a lot more losers than winners to survive so they can't afford anything that gives you an advantage. For a scalping forex strategy to succeed, you must quickly predict where the market will go, and then open and close positions within a matter of seconds. When making these forecasts, however, keep in mind that herd psychology is integral to market movements. A perfect example of this is the sharp appreciation that certain currencies enjoyed amid China's expansion in the early 2000s. During the first decade of this millennium, both the Australian Dollar (AUD) and the Can...

Top 5 HALAL Ways To Make Money Online

TOP 5 Halal Ways To Make Money Online Majority people of Muslim community wants to work online to earn money but the first question comes in their mind that online earning is Halal or Haram? This is good sign if they thinks about that because being a Muslim it’s our duty to sure that our source of income is Halal. The answer of this question is that the online earning is Halal but there are also some Haram online ways available to make money. Here are Top 5 Halal Ways to make money online: Blogging: You can earn money by creating blog and put ads on them now the question comes in mind what is Blog? A blog is the form of Websites where you can provide knowledge and information of anything to others. When the number of daily reach at large numbers you can start earning money by putting ads on your Blog which will provide by online Advertising network after signup to their account. Be sure that your blog doesn’t contain content such as music, Adult content and any content which gu...

How to Earn Money As a Python Developer [LATEST GUIDE]

EARN MONEY AS A PYTHON DEVELOPER Money With Python! Yes, you listened to the right thing. One of the fastest-growing and popular language in today's era is Python. Due to its easy syntax and friendly understanding. Python holds his ranking among Data scientists. It has a number of growing developers, Community, and Users who are dedicating their days and nights to make it more efficient and reliable than other languages. But the common questions arise in every mind. What will be our future if we have enough skills in Python? So let me share with you some ideas and my practical experience on how to start with basics and move in deep dive with Python. CASH YOUR PYTHON SKILLS Av Average Salary of Python Developer in 2020 is $112,000. Well, that's a pretty amount to make a living in high standards. WEB SCRAPING Web scraping generally refers to extracting data from websites. Hey, it looks simple so what is wrong with it. I will visit the website daily and collect the i...