Simple EA for London Breakout Strategy:
I have tested this strategy and it has proven to be pretty successful.
For a certain pair compare the highs and lows of the 7, 8, and 9 Candles when they close. Then based on some simple guidelines, when the 10 candle closes we will put in buy and sell stops. For instance:

When comparing the 7, 8, and 9 candle close, the 8 candle had the highest out of the three (1.30905) and 9 had the lowest (1.30753).
Opening the BUY/SELL Stop:
1) If the high and Low subtracted is less than 31 pips we will put a buy/sell stop. If it exceeds 31 no trades will executed. For the charts high and lows it comes out to 15.2 pips, so we will place orders. This number is also used as our "risk" number.
2) Calculate the high and low of candle 10.
3) For the Buy stop place the entry price 13 pips above the candle 10 high, with a 30 pip take profit (total of 43 pip movement upward from candle high). Set SL to 15.2 pips from candle high and have the order expire at 14:00.
3) For the Sell stop place the entry price 13 pips below the candle 10 low, with a 30 pip take profit (total of 43 pip movement downward from candle low). Set SL to 15.2 pips from candle low and have the order expire at 14.00.
And that's it! Below is example of lines where entry, tp, and SL would be. Let me know if you have any questions.

相似订单
I have the Fisher Indicator shown below the chart. I need an alert added for when the Fisher Indicator hits the 50 point at the end of each period. GBPUSD and EURUSD 4H charts are provided and I can provide additional
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
Hello everybody, I'm looking for an experienced MQL4/MQL5 developer to optimize a High-Frequency Trading (HFT) Expert Advisor for both MT4 and MT5. The EA performs consistently and profitably on demo accounts, but when it is run on Raw and Standard live accounts under what appear to be the same trading conditions, it begins generating losses. I do not have the original source code (.mq4/.mq5); I only have the
I need an Expert Advisor (EA) programmed and designed to help me with trading. Requirements: * The programmer must have experience in implementing software projects. * The script must be high-quality, clean, clear, and editable at any time, with ownership of the script provided. * It must work on the MT4 platform. * The maximum project completion time is 7 to 14 days. * The programmer must be cooperative and