Job finished

Execution time 3 days
Feedback from employee
Happy to be of service :)
Feedback from customer
Martin is a very good programmer, always willing to help you achieve your goal. Just tell him what to do and you will have it done to your satisfaction. Thanks

Specification

image



Hi,

BULLISH EXAMPLE, BULLISH EXAMPLE, BULLISH EXAMPLE (GREEN BOX)

I want you to update my indicator. If you look at the image above number 1, You will notice 2 things

a.       USD and GBP intersect at that point

b.       The color of the box is green.

What I want the Indicator to do the follow,  using example 1 in the Image:

1.       Use the Current timeframe of GBPUSD

2.       If  the box is green use this formula { (Current Price – Open)/(High – Open) } x 100

3.       Round the value up to the nearest single whole number. E.g. if the value in number 2 above is 79%, round it up to 8, if it is 73%, round it up to 7.

4.       If current M1 High  > previous M1 High, = (+) (works with M1 Timeframe Only)

5.       If current M1 High  < previous M1 High, = (-) (works with M1 Timeframe Only)

6.       If Current tick price > 10th tick price ago = Strong (Works with the Current Timeframe only)

7.       If Current tick price < 10th tick price ago = Weak (Works with the Current Timeframe only)

8.       E.g if box in this example is green, and values in number (2 and 3) are calculated, and current M1 close  > previous M1, and Current tick price > 10th tick price ago, then write value (7,strong,+) in the USD and GBP intersection box

9.       Update in real time.

================================================================================

BEARISH EXAMPLE, BEARISH EXAMPLE, BEARISH EXAMPLE (RED BOX)

If you look at the image above number 2, You will notice 2 things

a.       GBP and EUR intersect at that point

b.       The color of the box is red.

What I want the Indicator to do the follow,  using example 2 in the Image:

1.       Use the Current timeframe of EUR GBP

2.       If  the box is red use this formula { (Open - Current Price)/( Open - Low) } x 100

3.       Round the value up to the nearest single whole number. E.g. if the value in number 2 above is 85%, round it up to 9, if it is 84%, round it up to 8.

4.       If current M1 Low  < previous M1 Low, then value is (+) (works with M1 Timeframe Only)

5.       If current M1 Low  > previous M1 Low, then value is (-) (works with M1 Timeframe Only)

6.       If Current tick price < 10th tick price ago = Strong (Works with the Current Timeframe only)

7.       If Current tick price > 10th tick price ago = Weak (Works with the Current Timeframe only)

8.       E.g if box in this example is red, and values in number (2 and 3) are calculated, and current M1 close  < previous M1 close, and Current tick price < 10th tick price ago then, write the value (8,strong,+) in the GBP and EUR intersection box

9.       Update in real time.

================================================================================

BULLISH EXAMPLE, BULLISH EXAMPLE, BULLISH EXAMPLE (GREEN BOX)

If you look at the image above number 3, You will notice 2 things

a.       NZD and CAD intersect at that point

b.       The color of the box is green.

What I want the Indicator to do the follow,  using example 2 in the Image:

1.       Use the Current timeframe of NZDCAD

2.       If  the box is green use this formula { (Current Price – Open)/(High – Open) } x 100

3.       Round the value up to the nearest single whole number. E.g. if the value in number 2 above is 99%, round it up to 10, if it is 09%, round it up to 1.

4.       If current M1 High  > previous M1 High, then value is (+) (works with M1 Timeframe Only)

5.       If current M1 High  < previous M1 High, then value is (-) (works with M1 Timeframe Only)

6.       If Current tick price > 10th tick price ago = Strong (Works with the Current Timeframe only)

7.       If Current tick price < 10th tick price ago = Weak (Works with the Current Timeframe only)

8.       E.g if box in this example is green, and values in number (2 and 3) are calculated, and current M1 close  < previous M1 close, and Current tick price < 10th tick price ago then, write the value (1, weak, -) in the NZD and CAD intersection box

9.       Update in real time.

Others:

1.       Show pop up notification. E.g if all USD 7 rows are all green at a timeframe, show popup notification of “USD Strong on the value of the current timeframe e.g daily”. E.g if all NZD 7 row are all red at a timeframe, show popup notification of “NZD weak on the value of the current timeframe e.g M30”.

2.       Apply this to all boxes.

3.       There should be an option to (Turn on/ Turn off) No.4 – No. 7


Responded

1
Developer 1
Rating
(21)
Projects
23
0%
Arbitration
6
17% / 83%
Overdue
2
9%
Free
Similar orders
I'm new to this trading system wishing to get something that will guide me through the process of creating a new lifestyle. So I wish to grow my pockets in any circumstance coz life thing ain't easy any more
I need an expert in the development of a fully automated trading robot For MetaTrader. The Trading Robot must be "Web based" so it can be accessed or used through a website, You can view a screenshot here; https://www.awesomescreenshot.com/image/48030918?key=79b0ff91455d862746e9b649341f4cdb Why do i need? Simple Enough, This is what i need from my Trading Robot EA. The Trading Robot can only be accessed through a
Hello I'm in possesion of a straightforward MT% Expert AdvisorThat I want to convert into DXTrade. Are you able to do this conversion? Kindly let me know if the fil atached will be enough
Hello, I need a quote for developing a bot for my renko based trading system on ctrader platform and based on the attached specification your expertise is highly needed for this project Thanks
I am seeking a skilled programmer to develop a comprehensive machine learning solution for analyzing custom signals and predicting security prices within specified timeframes. The solution will incorporate various machine learning stacks to test a range of custom signals and determine their correlation to security prices. I will need the applicant to implement this features and other features will be shared in the
Hello, please let me know if any of these strategies can be turned into a bot (automation) and run 24/7 on a vps. Also note that they might not use the latest versions of indicators, if this matters, then please check for the latest versions. Thank you! Dan https://1drv.ms/f/s!Alr17W7ddJLYgYgiFKZYluOfokbfQg
Hello! Thanks for reading. I need an EA with an inbuilt/already made strategy that I can use for prop firms. The drawdown should be very low of only 2-4% max and another criteria is that no one else other than you are currently using it and if you happen to use it you must tell me which prop firm you are using it on to avoid us using the same EA on the same prop firm to get the account denied. As you know or may
Fyemess Hotcold 50+ USD
*Strategy:* - Buy when the 50-day moving average crosses above the 200-day moving average - Sell when the 50-day moving average crosses below the 200-day moving average *Code:* ``` //+------------------------------------------------------------------+ //| Script program start function | //+------------------------------------------------------------------+ int OnInit() { return(INIT_SUCCEEDED); }
Respected Madam I need an EA in Mql5 which can Buy at certain Increment of points like 100 then 50 then 50 then 25 then 25 then 25 then 25. Possibility of Grid increase. Buys at certain fixed level if the the Price drops like 100 points down then again 100 points down then again 100 points down like this in a grid system, Grid size I will declare. Grid order systems with stop loss and Multiple Reorders if the Stop
Trading Gold , tap in & join the ride of the trading platform and watch us grow as the days go on , we're looking forward to have you on board the journey

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD
Deadline
to 1 day(s)