相關貨幣對的自動和半自動交易

0
(0)

對沖 (源自 英語 對沖 - 保險, 保證) - 在一個市場建立期貨頭寸,以補償價格風險對同等但方向相反的期貨頭寸的影響 (期貨頭寸) 在另一個市場.
避險的目的是防範股票市場價格的不利變化, 商品資產, 貨幣, interest rates, 等等.

We are interested in trading currency pairs based on hedging. What is required for this?
1) identify tools that can compensate each other. It is not difficult at all, 例如 "金子" 和 "銀".

If you trade in currencies, then the pair is better to choose with high correlation.
You can see the possible options in the table:

Name: weekly.PNG Views: 14555 Size: 23.9 KB

Title: 5.PNG Views: 13987 Size: 23.4 KB

Title: day.PNG Views: 14058 Size: 24.1 KB

Title: hourly.PNG Views: 14015 Size: 23.8 KB

2) to determine which of the tools at the moment you need to sell and which one to buy. There are many options for this, one of them is to place the quotes of both instruments in one window and, by the nature of their movement, determine the instrument for buying and selling. The MultiInstrument indicator will help you. You can open orders yourself using the cm_script_Hedge script (in the appendix)

Click on image to enlarge Name: MultiInstrument.gif Views: 1922 Size: 15.7 KB ID: 223466

extern string SYMBOL1 = "英鎊兌美元"; // first character
extern string SYMBOL2 = "歐元美元"; // second character
extern double LOT1 = 0.1; // lot of the first instrument
extern double LOT2 = 0.1; // lot of the second instrument
extern int TYPE1 = OP_BUY; // order type of the first instrument
extern int TYPE2 = OP_SELL; // order type of the second instrument
extern int stoploss = 10, // SL exposure level, 如果 0, then SL is not set
takeprofit = 10; // TP exposure level, 如果 0, then TP is not exposed
extern int Slippage = 3; // 滑移
extern int Magic = 777888;

Further action - we wait when both instruments together give us the profit we need and close both orders. You can also use the CloseProfit Expert Advisor for this purpose.

The Expert Advisor closes all orders upon reaching a specified amount of profit or loss in the deposit currency.
Advisor can work only for the pair that is thrown or for all the tools of the account.

 

ProfitClose = 10; // close all orders when receiving profit
LossClose = 1000; // close all orders when
losing money AllSymbol = false; // consider all the tools or only the one on which the adviser is standing

Naturally for this strategy, AllSymbol = true

Example of work: 成功交易! Added advisor CloseProfit 2 象徵. It closes all positions on the specified pairs when they achieve a profit or loss specified in the parameters.

Click image for larger version Name: xauxag 3days.PNG Views: 2019 Size: 39.0 KB ID: 223463

Could you make a specific example on the screen?
Above, you made the skins, where the graphics diverged and where they are together. Obviously, you need to enter when the graphics diverge. I wrote about this in the first post!
I showed an example of trading on your screen. Blue arrows - 購買, 紅色的 - sales.

Title: 2019-07-25_23-26-22.png Views: 34 Size: 326.3 KB

paperclip Thumbnails

Click image for larger version Name: hedg1.gif Views: 1 Size: 17.9 KB ID: 2890839

Click image for larger version Name: hedg2.gif Views: 4 Size: 25.4 KB ID: 2890840

paperclip 附件
  • 這篇文章有多有用?

    點擊一顆星即可對其進行評分!

    平均評分 0 / 5. 計票數: 0

    目前還沒有投票! 成為第一個評價這篇文章的人.

    很抱歉這篇文章對您沒有用!

    讓我們改進這篇文章!

    告訴我們如何改進這篇文章?



    作者: 外匯維基團隊
    我們是一支經驗豐富的外匯交易員團隊 [2000-2023] 致力於以我們自己的方式生活的人. 我們的主要目標是實現財務獨立和自由, 我們追求自我教育並在外匯市場上獲得豐富的經驗,以此作為實現自我可持續生活方式的手段.