Generate signal from candle closed crossing 1 MA

İş Gereklilikleri

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;

}

Dosyalar:

Yanıtlandı

1
Geliştirici 1
Derecelendirme
(233)
Projeler
292
27%
Arabuluculuk
15
47% / 33%
Süresi dolmuş
9
3%
Çalışıyor
2
Geliştirici 2
Derecelendirme
(11)
Projeler
14
14%
Arabuluculuk
0
Süresi dolmuş
1
7%
Çalışıyor
3
Geliştirici 3
Derecelendirme
(1)
Projeler
1
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
4
Geliştirici 4
Derecelendirme
(258)
Projeler
382
25%
Arabuluculuk
24
58% / 21%
Süresi dolmuş
1
0%
Çalışıyor
5
Geliştirici 5
Derecelendirme
(51)
Projeler
74
20%
Arabuluculuk
13
15% / 23%
Süresi dolmuş
6
8%
Yüklendi
6
Geliştirici 6
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
7
Geliştirici 7
Derecelendirme
(45)
Projeler
62
40%
Arabuluculuk
1
0% / 0%
Süresi dolmuş
1
2%
Çalışıyor
8
Geliştirici 8
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
9
Geliştirici 9
Derecelendirme
(387)
Projeler
411
30%
Arabuluculuk
66
20% / 70%
Süresi dolmuş
52
13%
Yüklendi
10
Geliştirici 10
Derecelendirme
(2)
Projeler
3
33%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
11
Geliştirici 11
Derecelendirme
(419)
Projeler
662
34%
Arabuluculuk
31
74% / 6%
Süresi dolmuş
21
3%
Çalışıyor
12
Geliştirici 12
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
13
Geliştirici 13
Derecelendirme
(51)
Projeler
69
35%
Arabuluculuk
1
100% / 0%
Süresi dolmuş
0
Serbest
14
Geliştirici 14
Derecelendirme
(142)
Projeler
177
54%
Arabuluculuk
10
80% / 0%
Süresi dolmuş
0
Serbest
Yayınlandı: 1 kod
15
Geliştirici 15
Derecelendirme
(206)
Projeler
333
35%
Arabuluculuk
64
13% / 56%
Süresi dolmuş
87
26%
Serbest
16
Geliştirici 16
Derecelendirme
(451)
Projeler
561
25%
Arabuluculuk
22
41% / 36%
Süresi dolmuş
85
15%
Çalışıyor
Yayınlandı: 6 kod
17
Geliştirici 17
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Serbest
18
Geliştirici 18
Derecelendirme
Projeler
0
0%
Arabuluculuk
0
Süresi dolmuş
0
Çalışıyor
Benzer siparişler
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
Work on gold , oil , btc pairs. trail SL with last low & highs of market with control of lot size daily targets . my script is having long SL but trailing is available. news filter & time setting to trade
Category: Expert Advisors Platform: MetaTrader 5 Budget: $400 (fixed) Description: Looking for an experienced MQL5 developer to build a high-performance scalper EA for MT5 designed to for using on active private accounts and to pass a prop firm challenge within 2 weeks while fully complying with prop firm rules (daily drawdown, max loss, profit target). This is a paid job with a strict requirement for **full source

Proje bilgisi

Bütçe
30+ USD

Müşteri

Verilmiş siparişler2
Arabuluculuk sayısı0