Generate signal from candle closed crossing 1 MA

Spécifications

i need help to generate candle closed crossing MA, if 1 candle closed crossing signal MA follow candle comes with signal for buy when closed up and for sell when closed down.

Note: Please this is help not have money to pay, just help me please

Bellow is the logic code.


// Calculate the indicator values

    for (int i = prev_calculated - (rates_total==prev_calculated); i < rates_total; i++){

    

         indvalue[i] = slowma[i];

         value_buf_a[i] = 0;

         value_buf_b[i] = 0; 

         

         // Check for MA crossovers

         if (i >= 0 && (i - 2) >= 0 && close[i] > (indvalue[i] + pointNum * _Point) && close[i - 2] < indvalue[i]){

         

            value_buf_a[i] = low[i];                 

         } 

         else{

            value_buf_a[i] = 0;

         }

         

         

         if (i >= 0 && (i - 2) >= 0 && close[i] < (indvalue[i] - pointNum * _Point) && close[i - 2] > indvalue[i]){      

            value_buf_b[i] = high[i];     

         }

         else{

            value_buf_b[i] = 0; 

         }  


    }

         

    return rates_total;

}

Dossiers :

Répondu

1
Développeur 1
Évaluation
(233)
Projets
292
27%
Arbitrage
15
47% / 33%
En retard
9
3%
Travail
2
Développeur 2
Évaluation
(11)
Projets
14
14%
Arbitrage
0
En retard
1
7%
Travail
3
Développeur 3
Évaluation
(1)
Projets
1
0%
Arbitrage
0
En retard
0
Travail
4
Développeur 4
Évaluation
(258)
Projets
382
25%
Arbitrage
24
58% / 21%
En retard
1
0%
Travail
5
Développeur 5
Évaluation
(51)
Projets
74
20%
Arbitrage
13
15% / 23%
En retard
6
8%
Chargé
6
Développeur 6
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Travail
7
Développeur 7
Évaluation
(45)
Projets
62
40%
Arbitrage
1
0% / 0%
En retard
1
2%
Travail
8
Développeur 8
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
9
Développeur 9
Évaluation
(387)
Projets
411
30%
Arbitrage
66
20% / 70%
En retard
52
13%
Chargé
10
Développeur 10
Évaluation
(2)
Projets
3
33%
Arbitrage
0
En retard
0
Gratuit
11
Développeur 11
Évaluation
(419)
Projets
662
34%
Arbitrage
31
74% / 6%
En retard
21
3%
Travail
12
Développeur 12
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Travail
13
Développeur 13
Évaluation
(51)
Projets
69
35%
Arbitrage
1
100% / 0%
En retard
0
Gratuit
14
Développeur 14
Évaluation
(142)
Projets
177
54%
Arbitrage
10
80% / 0%
En retard
0
Gratuit
Publié : 1 code
15
Développeur 15
Évaluation
(206)
Projets
333
35%
Arbitrage
64
13% / 56%
En retard
87
26%
Gratuit
16
Développeur 16
Évaluation
(451)
Projets
561
25%
Arbitrage
22
41% / 36%
En retard
85
15%
Travail
Publié : 6 codes
17
Développeur 17
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
18
Développeur 18
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Travail
19
Développeur 19
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
20
Développeur 20
Évaluation
(7)
Projets
8
13%
Arbitrage
0
En retard
2
25%
Gratuit
21
Développeur 21
Évaluation
Projets
0
0%
Arbitrage
0
En retard
0
Gratuit
22
Développeur 22
Évaluation
(284)
Projets
459
39%
Arbitrage
95
43% / 19%
En retard
73
16%
Occupé
Publié : 2 codes
Commandes similaires
Develop an MQL5 Expert Advisor for a scalping strategy with multi-timeframe confirmation. The EA should be designed for MetaTrader 5 and incorporate indicators such as Moving Averages and RSI for generating entry and exit signals. It should include risk management features like stop-loss and take-profit levels, and allow for customization of trading hours, currency pairs, and position sizing. The EA should also
Project Proposal: Automated Forex Trading Bot with In-built Currency Strength / Index Scanner Overview I am seeking a developer to design and build an automated forex trading bot that uses an integrated currency-strength (forex index) scanner to identify and trade pairs where one currency shows clear strength and the other shows clear weakness. The bot must follow the direction of the stronger currency
I need an experience programmer to review the coding and logic of my EA, remove the bugs identified along with all the irrelevant coding. I also need a new feature to be added to be used as a filter
Looking for someone to design EA to deliver high-probability trades (~90% win rate) with low drawdown (~3%) using AI, multi-timeframe SMC/ICT logic, and advanced risk management. Please share your previous work. 1. Core Strategy Entry Logic: Trades primarily on 5M timeframe HTF Zones (4H) : Order Blocks (OB), Fair Value Gaps (FVG), Equilibrium Zones (EQ) 1H OB Conflict Validation to avoid high-risk areas Full HTF
وصف المشروع: أحتاج إلى مطور MQL4 خبير لإصلاح مشاكل حرجة في برنامج التداول الآلي Deep+ Scalper الخاص بي. يعمل البرنامج بمؤشرات جيدة، ولكنه يواجه مشاكل خطيرة في إغلاق المحفظة والأوامر المعلقة العشوائية. القضايا الحرجة: إغلاق المحفظة لا يعمل عند الوصول إلى إجمالي ربح قدره 4 دولارات تفتح الأوامر المعلقة بشكل عشوائي دون إشارات قوية صراعات الاستراتيجية بين الأطر الزمنية المتعددة تضارب TP الفردي مع نظام إغلاق المحفظة متطلب
1. Trading Logic Supertrend Indicator : Inputs: ATR Period, ATR Multiplier, Timeframe. Signal is generated when the Supertrend line flips direction. Buy Condition: When price closes above the Supertrend line and the Supertrend flips from bearish (above price) to bullish (below price). EA opens a Buy order. Sell Condition: When price closes below the Supertrend line and the Supertrend flips from bullish (below
EA require 50+ USD
Hello I have an EA that i am looking to develop similar one, i also have a strategy but not sure, what do you suggest? are you able to utilize those data to create similar one EA or not? I can share files if you require Regards
EASE IF THERE IS A DEVELOPER FROM AUSTRALIA WHO KNOWS ABOUT THE PROJECT BELOW. HE KNOWS HIMSELF, PLEASE MAY I KINDLY ASK THAT HE GET BACK TO ME PLEASE. IF NOT, I ALSO NEED SOMEONE WHO WILL DO THE WORK FIRST AND THEN CREATE A BUILT-IN DEMO INDI AS PER SPECIFICATIONS BELOW WHICH HAS AN EXPIRY (A DAY OR 2) SO THAT I TEST THE INDI BEFORE WE CREATE THE ORDER. I HAVE HAD PEOPLE WHO PRESSURE ME TO CREATE THE ORDER AND THEN
I currently have a functioning trading bot that needs these improvements and overall optimization to work flawlessly in backtesting, since currently it mainly works well only in live trading. Separate Grid Spacing Settings for Long and Short Positions: • Requirement: It should be possible to set different spacing between grid levels for buy (long) and sell (short) positions. For example, long positions can be opened
I need someone who can get a very profitable set-file for my EA I have an EA which opens trade based on the account % equitity and SL and TP also based on the balance , i need someone who can get best inputs numbers and set files to prepared based on account balance

Informations sur le projet

Budget
30+ USD

Client

Commandes passées2
Nombre d'arbitrages0