Seasonality Forex Indicator
I want you to design a MT4 forex indicator based on seasonality.

Conditions:
1. The indicator uses monthly candles only
2. The indicator identifies the current month, e.g June, and goes back in history 10 year for the same month:
a. Year 1 = June 2020
b. Year 2 = June 2019
c. Year 3 = June 2018
d. Year 4 = June 2017 … continue this to year 10.
3. e.g if the current month is July, the indicator will go back in history 10 year for the same month:
a. Year 1 = July 2020
b. Year 2 = July 2019
c. Year 3 = July 2018
d. Year 4 = July 2017 … continue this to year 10.
4. For each year, use the monthly candle.
5. If the month’s candle for any year is bullish show green.
6. If the month’s candle for any year is bearish show red.
7. Do the same for all the currency symbol listed above.
8. Bull % column = ((number of green in a row for a currency pair)/10) *100
9. Bear % column = ((number of red in a row for a currency pair)/10) *100
10. Entry column = If Bull % > Bear %, then use the formula (Month0 High > Month1 High, && Month2 High > Month1 High)
a. If this is true for any currency pair, then let the cell color be green.
b. Send a buy entry pop-up notification for the currency pair.
11. Entry column = If Bull % < Bear %, then use the formula (Month0 Low < Month1 Low, && Month2 Low > Month1 Low)
a. If this is true for any currency pair, then let the cell color be red.
b. Send a sell entry pop-up notification for the currency pair.
Similar orders
buy condition when blue color appears sell condition when yellow color appears close all buys when there is a sell order close all sells when there is a buy order
I want to create a loss recovery account.I have a zone recovery EA.It sometimes gives more buy sell entries than the target. This causes a lot of loss. I want to create an EA to reduce that loss by 40% to 50%. Example: My EA has lost $2200 with a buy sell entry. Now the new EA will give an entry that can reduce the loss from $2200 to $700
I need a fully automated trading robot designed to generate consistent profits while strictly controlling risk and minimizing losses. The robot should use a combination of strategies, including trend-following, scalping, and price action, and must be able to adapt to different market conditions such as trending and ranging markets. It should analyze the market using indicators like Moving Averages, RSI, MACD, and
1. IF price forms: - Higher highs + higher lows → TREND = BUY - Lower highs + lower lows → TREND = SELL ELSE → NO TRADE 2. IF: - Trend = BUY - Price retraces to support zone - Bullish engulfing candle forms - TDI green crosses above red (optional) THEN: - Execute BUY 3. IF: - Trend = SELL - Price retraces to resistance - Bearish engulfing forms - TDI confirms THEN: - Execute SELL 4. Risk per trade = 1% of account Lot
Project Overview I am looking for a high-level Algorithmic Trader / Developer to build a sophisticated, fully automated scalping system for the Nasdaq-100 Future (NQ) . The system must integrate institutional order flow logic with market structure analysis. The core logic must be written in Python , acting as a central hub that bridges ATAS (as the primary data source for Order Flow) and MetaTrader 5 (as the
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer