Generate signal from candle closed crossing 1 MA

명시

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;

}

파일:

응답함

1
개발자 1
등급
(233)
프로젝트
292
27%
중재
15
47% / 33%
기한 초과
9
3%
작업중
2
개발자 2
등급
(11)
프로젝트
14
14%
중재
0
기한 초과
1
7%
작업중
3
개발자 3
등급
(1)
프로젝트
1
0%
중재
0
기한 초과
0
작업중
4
개발자 4
등급
(258)
프로젝트
382
25%
중재
24
58% / 21%
기한 초과
1
0%
작업중
5
개발자 5
등급
(51)
프로젝트
74
20%
중재
13
15% / 23%
기한 초과
6
8%
로드됨
6
개발자 6
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
7
개발자 7
등급
(45)
프로젝트
62
40%
중재
1
0% / 0%
기한 초과
1
2%
작업중
8
개발자 8
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
9
개발자 9
등급
(387)
프로젝트
411
30%
중재
66
20% / 70%
기한 초과
52
13%
로드됨
10
개발자 10
등급
(2)
프로젝트
3
33%
중재
0
기한 초과
0
무료
11
개발자 11
등급
(419)
프로젝트
662
34%
중재
31
74% / 6%
기한 초과
21
3%
작업중
12
개발자 12
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
13
개발자 13
등급
(51)
프로젝트
69
35%
중재
1
100% / 0%
기한 초과
0
무료
14
개발자 14
등급
(142)
프로젝트
177
54%
중재
10
80% / 0%
기한 초과
0
무료
게재됨: 1 코드
15
개발자 15
등급
(206)
프로젝트
333
35%
중재
64
13% / 56%
기한 초과
87
26%
무료
16
개발자 16
등급
(451)
프로젝트
561
25%
중재
22
41% / 36%
기한 초과
85
15%
작업중
게재됨: 6 코드
17
개발자 17
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
18
개발자 18
등급
프로젝트
0
0%
중재
0
기한 초과
0
작업중
19
개발자 19
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
20
개발자 20
등급
(7)
프로젝트
8
13%
중재
0
기한 초과
2
25%
무료
21
개발자 21
등급
프로젝트
0
0%
중재
0
기한 초과
0
무료
22
개발자 22
등급
(284)
프로젝트
459
39%
중재
95
43% / 19%
기한 초과
73
16%
바쁜
게재됨: 2 코드
비슷한 주문
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

프로젝트 정보

예산
30+ USD

고객

넣은 주문2
중재 수0