Currency Strength Meter

MQL4 Indicatori

Lavoro terminato

Tempo di esecuzione 27 giorni
Feedback del cliente
It was a pleasure working with Biantoro. Very patient and responsive to changes as needed. Will use again in future projects.
Feedback del dipendente
Thanks for the job, Great Customer !!

Specifiche

I need a simple currency strength meter. It must be accurate, and I will be backtesting to verify accuracy (I most likely will use larger timeframes for backtesting as I’m aware smaller timeframes will cause indicator change more rapidly).

I drew out and attached a visual ideal of indicator layout. It does not have to match picture 100%. This is just an idea of how to it should look.

 

Programming Notes:

1.       I am aware a lot of the parameters will fit better as a dashboard rather than an indicator.  If dashboard can be backtested, them I’m ok with using a dashboard instead

2.       The meter is meant to be integrated into my existing EAs. It should not “require” visual backtesting to run properly.

3.       The indicator must be light on Terminal Resources (it should not be in danger of locking up terminal). It should be able to run on multiple charts.

4.       In theory the higher timeframes numbers should change slower, and lower timeframe should change faster

5.       At end of project, programmer must provide explanation of speed calculations method (indicators and settings)

 

Internal Parameters:

Alert Sounds True/False (Default True) – False is Default

Alert Durations Minutes – Minutes before Alerts expire (and are removed from Button Display chart) Note: If blank, then alerts will remain until Buttons Display chart is full, and then oldest will be removed to make room for new alert

ManualDeleteWaitInMinutes – This is the number of minutes to wait before a new signal is generated “On the same pair” after user manually deletes signal

ManualDeleteWaitBars- This is the number of New Bars to wait before a new signal is generated after “On the same pair” after user manually deletes signal

·         Minutes will affect each time frame the same

·         Bars will affect be different because it is at completion of previous bar for time frame

·         “Bars” to take Priority over “Minutes” if both parameters are set

True/False for each option (13 parameters total) – “ViewAUD”, CHF, EUR, GBP, JPY, NZD, USD , XAG, XAU, DKK, RUR, RUB, SGD

·         Yellow by default will be turned off.

 

 

On Chart Parameters:

Pair Difference – This is the amount difference to cause alert and place on Button Display Chart

Weak Threshold = X (This number and below will show as red) – Default is 3

Strong Threshold = X (This number and above will show as green) – Default is 8

·         All colors in-between to show as “yellow”………Example

o   Weak = 3, Strong = 8, then 1,2,3,4,5,6,7,8,9,10

·         If there are no in-between numbers, then there will be no numbers

o   Weak = 4, Strong = 5, then 1,2,3,4,5,6,7,8,9,10

“Clear All Alerts” Button – Will delete all current alerts in Display Chart section

Number Buttons of to Display -  Max 20 – Default 9 – I do understand that the more buttons, the smaller the text. Buttons should be able to expand with normal terminal chartview expansion.



Display Button Chart – Only Boxes that are checked will display alerts. Clicking the button will open the pair’s chart and TimeFrame. The button itself will include:

·         Currency Pair

·         Signal TimeFrame

·         Direction of Trade to be placed (based on Weak and Strong of the Pair)

·         A Timer with text “X minutes ago” (will update each minute).

·         A little X (or something) for a user to delete that particular Signal (This is where ManualDeleteWaitInMinutes and ManualDeleteWaitBars will function)

·         Current Pair Difference Amount (will update each minute).

·         If trade is active on signal pair, then a comment below that says “Trade ACTIVE on pair”. Does not matter how trade was opened.

·         Repeat Signal Note: If new Alerts is given, but same Pair and Timeframe already exist in Display Button chart, then only update Alert Timer

  • If all chart buttons spaces are full, then move the oldest alert button to make room for new button Note:When the timer is updated due to a Repeat Signal, this will also resets the timer for that 

File:

ZIP
Examples.zip
213.7 Kb

Con risposta

1
Sviluppatore 1
Valutazioni
(320)
Progetti
523
66%
Arbitraggio
52
21% / 38%
In ritardo
167
32%
In elaborazione
2
Sviluppatore 2
Valutazioni
(277)
Progetti
334
55%
Arbitraggio
14
36% / 29%
In ritardo
1
0%
Gratuito
3
Sviluppatore 3
Valutazioni
(12)
Progetti
16
31%
Arbitraggio
0
In ritardo
0
Gratuito
Ordini simili
Hello, I have a protected Ninja trader Order Flow indicator and I was wondering if you can reverse engineer it to replicate the functionality. H ere are the specifications and indicator: https://docs.google.com/document/d/1KyYwQ7iTL2KWGhnZzxS1gObccu9LPMrGuMc9Mdk_3KY/edit?usp=sharing
I have an EA that need some changes including integrating the indicator code directly into the Expert Advisor. I will give the detailed doc once we settle on the candidate for the job . Please bid if you can work with the stated amount. Thanks
Hello, Need to convert Tradingview Indicator to MQL4 indicator. or if you have this one converted already, let me buy a copy please. If we're good, then will definitely buy it and ask to convert into EA on new order. Supertrend by KivancOzbilgic
Fix bug or modify an existing Trading view indicator to display correct. The indicator is working but not displaying/plotting all the information i want. So i want it adjusted to plot all the info
Here's a brief requirement you can use: **Description:** I am seeking an experienced MQL5 developer to create a (EA). The EA should include features for placing pending orders (Buy Stop and Sell Stop) based on market spread, managing trades effectively at the opening of new candlesticks, and implementing take profit and stop loss strategies. Additionally, I would like the option to adjust parameters based on market
I have an EA which i need to do below modifications. Variable Inputs to be added Order Type : Market , Pending Trade Type : Buy, Sell , Buy & Sell Pending Pips Step : ( Pips Value can be negative or positive to decide on what type of Pending Order ) // If trade type Buy is selected Close Type : Close All ( Bulk Close Option in MT5 ) , Close Individually Close Option : %of Equity , %of Balance , Amount $ , %of No
Add multiplier to grid recovery system. For example: Grid Trade 2-3 Spacing; 1.0 Multiplier Grid Trade 4-6 Spacing; 2.0 Multiplier Grid Trade 7+ Spacing; 1.6 Multiplier Need quick turn around. Need it done ASAP
Objects reader PIN 70 - 100 USD
Hi I have an indicator that create objects in the chart and using those following some rules the new indicator will create external global variables with value = 0 ( NONE ), = 1 ( BUY ) or = 2 ( SELL ). The global variable will use PIN external integer number . PINS are by now global variables (GV) whose name indicates the pair name and the PIN belonging and their value indicates it direction/action. PINS GV names
I want an indicator and its source code that returns the value of: - two moving averages in different selectable timeframes, with method Exponential and price calculation price_open; - Opening, closing, maximum and minimum of the candle in different timeframes And that returns the values ​​regardless in a chart of one minute. The input parameters: * select timeframe media1 = {1,2,3,4,5,...} * select timeframe media2
Hello, I want offline Renko chart based on pips and time. Trading View Renko chart is a perfect example of what I require, it prints renko bricks at close of time frame chosen which is more cleaner. The Trading View Renko chart wait until end of desired timeframe candle to close before final renko bricks are drawn. Best is to look at Trading View renko charts to see exactly how this works. I currently have an

Informazioni sul progetto

Budget
50 - 150 USD
Per lo sviluppatore
45 - 135 USD
Scadenze
da 1 a 10 giorno(i)