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 10 Websites To Buy and Sell Mobile Phones

Top 10 Websites To Buy and Sell Mobile Phones OLX OLX is the biggest online market to purchase and offer utilized things. You can purchase any second-hand mobiles, devices, sorts of furniture, instruments and that's only the tip of the iceberg. You can trust on OLX even with shut eyes. Image Credit: Pixabay Instacash InstaCash is the best site where you can offer your old cell phone in only 60 seconds and get the best esteem. They give home pickup administration and moment installment alternative. Thus, you don't have to go and meet anybody or sit tight for the installment. This site doesn't offer anything for purchasers. Amazon I've sold bunches of tech on Amazon, and in general, I prescribe it for the usability and straightforwardness in charges you pay. In any case, I have a couple of provisos. First off, you may not discover the item you need to offer in Amazon's database. My original, 42mm silver hardened steel Apple Watch with dar...

Top 8 Ways to Make Money by Python Language

Make Money By Your Python Programming Skills If you're bored by your 9 to 5 Job and giving your best for promotion and bonuses, but still in the same position then you need to find some ways to make legit money while you sleep. So What to do? Well, today everyone is looking for automation stuff and everyone is trying to do work online. So you can also do it by learning some programming cool stuff. As I told in my previous blog article. Python is robust and much efficient and syntax friendly than other programming languages. You just need to spend some little time in order to learn it well and earn it well. But before learning and after learning what applications of python language you can apply in your practical life. So in this article. I'm going to share with you some cool techniques by which you can utilize your Python Skills into the Machine Maker tool. Peopleperhour projects Web Scraping Web scraping has such a demand in the market because of the growi...