Insider Trading
- Experts
- Volodymyr Hrybachov
- 버전: 1.1
- 업데이트됨: 4 3월 2022
- 활성화: 5
Arbitrage-news trading EA. Works at a user-defined deviation from the price during the news release (optional). The trade is opened when the fast broker gets ahead of the slow one by the specified amount of points. The trades are opened by the direction of the fast broker price movement, works both during the news release and without the news filter. The news filter automatically determines the time zone and the currency the news is released on.
To enable the news filter you need to do the following:
In the trading terminal of the Slow Broker (Priority = _SlowBroker) open "Tools" ---> "Options" ---> "Expert Advisors" ---> add "http://calendar.fxstreet.com" to the "Allow WebRequest for listed URL list" field.
Important! The EA cannot be tested in the Strategy Tester, therefore download the Demo version of the EA for testing.
Setup
The EA should be run on 2 trading terminals of different brokers. Choose the Priority in the EA settings – the EA priority, either fast broker (_FastBroker) or slow broker (_SlowBroker).
- _FastBroker – the EA stored the quotes in a file in the common folder for further analysis;
- _SlowBroker – the EA reads and analyzes the quotes received from the fast broker and opens trades.
The trading itself is performed on the terminal with the Priority = _SlowBroker (slow broker).
Parameters
- Priority – the EA priority, fast or slow broker;
- DifferencePrice – price deviation;
- NewsFilter – enable the news filter;
- MinutesNewsFilter – minutes after the news release to enable trading;
- NewsImpotance – news importance;
- Lot – traded lot if AutoLot = 0;
- AutoLot – automatic trading lot calculation depending on the balance. Not used if set to 0;
- TakeProfit – take profit in points;
- StopLoss – initial stop loss in points;
- TrailingStopLoss – enable trailing stop loss;
- Magic – magic number. If 0, it works with all orders;
- Comment – order comment;
- DrawInfo – display information on the chart;
- Language – select the language to display the information on the chart:
- _English – English;
- _Русский – Russian;
- TextColor – text color.