Watch how to download trading robots for free
Find us on Telegram!
Join our fan page
Interesting script?
So post a link to it -
let others appraise it
You liked the script? Try it in the MetaTrader 5 terminal
Experts

FORTS Currency Powers - expert for MetaTrader 5

Views:
5320
Rating:
(17)
Published:
2018.01.22 10:01
\MQL5\Include\
Need a robot or indicator based on this code? Order it on Freelance Go to Freelance

Description:

FOREX Currency Powers provides an example of calculation of Forex currency strengths using synthetic financial instruments.

Similarly, we can calculate the strengths of RTS, USD and RUB of the FORTS futures market.

Using the values of futures contracts "MIX-3.18" (~RTSRUB), "RTS-3.18" (~RTSUSD),  "Si-3.18" (~USDRUB), "Eu-3.18" (~EURRUB), we can create an indicator of currency strengths:

<FORTS.RTS> = (RTSUSD+RTSRUB)/2
<
FORTS.USD> = (USDRTS+USDRUB)/2
<
FORTS.RUB> = (RUBRTS+RUBUSD+RUBEUR)/3

Copy the CurrencyPowerIndex.mqh file to <terminal_data_folder>\MQL5\Include.

After you launch FORTS_Currency_Power.mq5, the following synthetic instruments will appear in the Market Watch window: FORTS.RTS.M5, FORTS.USD.M5, FORTS.RUB.M5:

Fig.1. Synthetic symbols FORTS.RTS.M5, FORTS.USD.M5, FORTS.RUB.M5

Fig.1. Synthetic symbols FORTS.RTS.M5, FORTS.USD.M5, FORTS.RUB.M5

Fig. 2. Tick charts of the synthetic instrument FORTS.RTS.M5

Fig. 2. A tick chart of the synthetic instrument FORTS.RTS.M5


Fig. 3. A tick chart of the synthetic instrument FORTS.USD.M5

Fig. 3. A tick chart of the synthetic instrument FORTS.USD.M5


Fig. 4. A tick chart of the synthetic instrument FORTS.RUB.M5

Fig. 4. A tick chart of the synthetic instrument FORTS.RUB.M5


Fig. 5. Strength of RTS, USD, RUB calculated based on FORTS futures contracts

Fig. 5. Strength of RTS, USD, RUB calculated based on FORTS futures contracts

Translated from Russian by MetaQuotes Ltd.
Original code: https://www.mql5.com/ru/code/19545

FOREX Currency Powers FOREX Currency Powers

MetaTrader 5 allows creating synthetic instruments. The price of such instruments can depend on the current values of a number of financial instruments. In trading, such symbols allow spotting the beginning and end of global market movements at an early stage. In this example we create synthetic instruments to analyze the strength of Forex currencies EUR, USD, GBP, JPY and CHF.

x1 x1

Simultaneous opening of opposing positions. Lot management

EMA 6.12 EMA 6.12

The Expert Advisor uses the signals of "crossover of two iMAs (Moving Average, MA)". The EA uses Trailing Stop and Take Profit.

ichimok2005 ichimok2005

An Expert Advisor based on the iIchimoku (Ichimoku Kinko Hyo) indicator. Fixed lot.