Inputs:
RSI length
RSI smoothing
Fast QQE factor
Threshold:
Lot size( buy / sell lot size):
News-filter -Input:
Y- minutes before high and medium impact news: the EA shall not take new entry before certain minutes ahead of such news.
S- minute :The EA shall close the running trade before S minutes of high impact/ medium impact news.
Z - minutes: the EA shall start taking new entry after Z minutes of medium/ high impact news.
Function : as per TradingView indicator QQE pops up as Short and Long . The EA in MQL5(MT5) should be prepared as in such a manner so that when QQE would print Long, this EA will take buy entry with predefined lot size and when QQE will print the short , the EA should close the previously taken long position and open the new short position and vice versa( no need to print ). For our case, I wish the characteristics of EA shall act in line with the QQE indicator of TradingView. But this EA shall not have any relationship with TradingView. It shall run on MT5 independently.
Requirement: Must provide the source code also.
Magic number to run on multiple charts of the same account
Option to bind the EA with specific account for running
Bewerbungen
Frist nicht eingehalten
1
50%
Frist nicht eingehalten
0
Veröffentlicht: 1 Beispiel
Schlichtung
123
32%
/
41%
Frist nicht eingehalten
217
15%
Veröffentlicht: 1 Beispiel
Ähnliche Aufträge
//———————————————————————————————————————————————————————————————————— struct S_MCAV { double matureSum; double totalSum; double value; void Init () { matureSum = 0.0; totalSum = 0.0; value = 0.5; } void AddContext (int ctx) { totalSum += 1.0; if (ctx == 1) matureSum += 1.0; } void ApplyDecay (double rate) { matureSum *= rate; totalSum *= rate; } void Update () {
1. Title Development of a Custom MQL5 Expert Advisor for XAUUSD (MetaTrader 5) 2. Requirements Specification Overview: I am looking for an experienced MQL5 developer to build a robust, fully custom Expert Advisor (EA) for MetaTrader 5 tailored for trading Gold (XAUUSD). Core Specifications & Features: Asset & Timeframe: Designed specifically for XAUUSD. Timeframe should be selectable directly from the EA inputs
MetaTrader 5 (MT5) Price-Level Monitoring & Automated Phone Call Alert System Developer Needed Project Overview I am looking for an experienced developer to build a custom trading assistant for MetaTrader 5 (MT5) that monitors important price levels I manually mark on my charts and immediately calls my phone when the market reaches or interacts with those levels. This is Phase 1 of a larger trading assistant project
I want a highfrequency straddle scalping mt5 ea,that is excellent for news event trading. Must be fully configurable and the pending stop orders must be used fast with the OCO style. It must trade cycles ultra-fast and dynamically increase lotSize bases on the current balance or equity