A simple TEMA cross over and under signal - Trading Robot

MQL4 エキスパート

仕事が完了した

実行時間16 時間
依頼者からのフィードバック
Positive - the trading bot is working. Negative - There were alot of bugs to work out.

指定

The idea of the trading system is as follows: Using the Triple Exponential Moving averages as a an indicator to get in and out of a trade. Using the TEMA 55, TEMA 21 indicators, when one line crosses over the other it will trigger a buy or close event.

FOREX BASED EXPERT ONLY.

Trading Signals: - When the TEMA 55 crosses over the TEMA 21 a buy instruction must take place.

                         - When the TEMA 55 crosses under the TEMA 21 the buy instruction must be closed.


-This must repeat for every crossover and under event-


NB*: There must be an input parameter for lot size as the leverage will be 100:1. My account will be small so I will need that functionality. 


No stop-loss needed as the opposite signal will close out the position.


I don't know if this is relevant but this program needs to only run on the 5 MINUTE chart. This is important as the strat is only profitable on this timeframe.


Additional info:


Pine editor script used on Trading View: 

//@version=4

strategy("Triple EMA 55 vs Triple EMA 21", overlay=true)


// Define Triple EMA indicators

tema55 = ema(close, 55)

tema21 = ema(close, 21)


// Define buy and sell conditions

buy = crossover(tema55, tema21)

sell = crossunder(tema55, tema21)


// Buy

if (buy)

    strategy.entry("Buy", strategy.long)

// Close Buy

if (sell)

    strategy.close("Buy")


SEE ATTACHED SCREEN SHOT OF TRADINGVIEW. Trading view screenshot





応答済み

1
開発者 1
評価
(302)
プロジェクト
383
20%
仲裁
43
60% / 23%
期限切れ
45
12%
取り込み中
2
開発者 2
評価
(198)
プロジェクト
320
16%
仲裁
21
38% / 33%
期限切れ
16
5%
多忙
3
開発者 3
評価
(36)
プロジェクト
45
2%
仲裁
6
33% / 17%
期限切れ
1
2%
4
開発者 4
評価
(7)
プロジェクト
11
18%
仲裁
5
40% / 60%
期限切れ
4
36%
仕事中
5
開発者 5
評価
(192)
プロジェクト
247
61%
仲裁
8
25% / 38%
期限切れ
8
3%
仕事中
6
開発者 6
評価
(298)
プロジェクト
442
64%
仲裁
5
40% / 0%
期限切れ
4
1%
仕事中
7
開発者 7
評価
(16)
プロジェクト
17
12%
仲裁
1
0% / 100%
期限切れ
0
8
開発者 8
評価
(549)
プロジェクト
1332
59%
仲裁
28
82% / 0%
期限切れ
10
1%
9
開発者 9
評価
(243)
プロジェクト
430
34%
仲裁
54
37% / 39%
期限切れ
157
37%
取り込み中
10
開発者 10
評価
(196)
プロジェクト
318
35%
仲裁
64
13% / 56%
期限切れ
82
26%
11
開発者 11
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
12
開発者 12
評価
(304)
プロジェクト
509
47%
仲裁
29
10% / 45%
期限切れ
138
27%
13
開発者 13
評価
(376)
プロジェクト
475
40%
仲裁
83
36% / 33%
期限切れ
13
3%
多忙
類似した注文
I need a simple panel to execute both buy and sell operations with very basic things like stopp loss take profit that functions for both market orders such as buy stop sell stop buy limit sell limit I don't care about colors or design I just want how you can do it what interests me most are the functions
I want to create an EA that can take bids according to information of a logic I have developed to give indication of a BUY or SELL opportunity. The EA will then be able to activate the BUY at the lowest possible position once the indicator clears it for a BUY and take bid upwards or identify the highest point and clears it for a SELL and take bids downwards. As you can see from example of JULY 2024 data to see how
We are seeking a skilled developer who can convert a Tradingview indicator written in Pinescript to a NinjaTrader indicator written in C#. The goal is to create a profitable trading strategy using this indicator. The successful candidate will have expertise in both Pinescript and C# programming languages, as well as a strong understanding of trading indicators and strategies. The main responsibilities will include
I am seeking an experienced MQL5 developer to create a user-friendly manual Grid Trading Expert Advisor (EA) with the following key features: Dynamic Grid Trading: Adjustable Grid Distance: Traders can manually input grid distance in pips via an intuitive, movable table. Take Profit Management: Fixed TP for the initial positions (e.g., first 5 trades). Stop-Loss (Optional): Traders can choose to use a stop-loss with
I want have the possibility to increase lotsize not alone by Lot-multiplier rather I want add a fix-lot increase for excample for 0,05 lot. I want have this for buy / sell and hedge-buy and hedge sell
Develop EA to track performance metrics of strategies I would like to develop an EA that will track the performance metrics of the strategies I have running on a terminal, If any of the metrics start to under perform then the EA/Indictor should alert me with a pop up alert that specify's the metric that has triggered the alert. The EA should also display the metrics in a dashboard - please see my example screen shot
I would like to modify the RSI Epert Avisor with a developer. I would like to use the RSI Expert on the inverse mode and the base setting doesnt conatain this strategy mode
Profitable EA HFT 50 - 300 USD
From a long time i am searching for a profitable EA i have lost a lot , and now i have only 300$ to buy a profitable EA , i wish to say with 0 losses but some or most traders they don't want to hear this i am really tired of searching for a programmer to just create me a profitable EA with the least losses or zero losses maybe nearly 1 year i am searching i just need an HFT EA that can work very well on MT4,MT5
I need help fixing my EA for MT5. It’s a very simple EA, and I currently cannot solve an issue where webrequest communicates with OpenAi API without error. Please only apply if you can help solve this issue
у нас есть стратегия, нам нужно написать mql5-код ​​для тестера стратегий МТ5,Цена договорная. Мой контакт @abbosaliyev из Telegram Программист должен знать РУССКИЙ ИЛИ УЗБЕКСКИЙ язык. Задание: разработать тестер, который использует шаблон условий на открытие и проверит весь исторический график на всех доступных таймфреймах. Остальная информация будет предоставлена ​​после согласования цены

プロジェクト情報

予算
30+ USD
開発者用
27 USD