Pivot Point levels

MQL4 Experts

Job finished

Execution time 6 days
Feedback from employee
it's a pleasure to work with you
Feedback from customer
Good programmer always ready to help me any time

Specification

 

Input :

  1. Choose The pivot point formula :  Classic , Tom DeMark, Camarilla (see beloved the formulas)

  2. Trading Method : Jump / Broke     Jump : buy at the support level (S1,S2,S3 and S4 if there is S4)  and Sell at resistance (R1, R2,R3 and R4 if there is any) ; Broke : Sell at support  buy at resistance

  3. Time Frame : Daily, 4Hours, 1Hour (to calculate the levels use the data for the time frame chose)

  4. Stop loss  and  Stop profit in point (if 0 no stop)

  5. Start lot size (Sls): default 0.01

  6. Only when we use  Trading Method Jump  if after a lose trade (still open or close) increase the size for the next trade but only with fixed value in input…example : if I have 4 level  set up enter long and if I punt in input this series : 1 ,4, 6, 10 ….if means  that at S1 (fist support) I buy   Sls x 1 if at the S2 the  trade is lose (even if it is still open ) buy Sls x 4….if at S3 if even the second  trade is lose I but Sls x 6…and so on….

     

    Once is choose the Time Frame and the pivot point formula the EA  calculate the set up entry point with the formulas belove. After that put the orders depending if the trading method is Jump or Broke whit the initial lot size and ST/SP make in input.

     

     

    Pivot Point Formula:

     

    Camarilla

    R4 = C + RANGE * 1.1/2
    R3 = C + RANGE * 1.1/4
    R2 = C + RANGE * 1.1/6
    R1 = C + RANGE * 1.1/12
    PP = (HIGH + LOW + CLOSE) / 3
    S1 = C - RANGE * 1.1/12
    S2 = C - RANGE * 1.1/6
    S3 = C - RANGE * 1.1/4
    S4 = C - RANGE * 1.1/2

    Where R1 through R4 are Resistance levels 1 to 4, PP is the Pivot Point, S1 through S4 are support levels 1 to 4, RANGE is the High minus the Low for the given time frame (usually daily). C stands for the Closing price.

     

     

    Classic

    R4 = R3 + RANGE (same as: PP + RANGE * 3)
    R3 = R2 + RANGE (same as: PP + RANGE * 2)
    R2 = PP + RANGE
    R1 = (2 * PP) - LOW
    PP = (HIGH + LOW + CLOSE) / 3
    S1 = (2 * PP) - HIGH
    S2 = PP - RANGE
    S3 = S2 - RANGE (same as: PP - RANGE * 2)
    S4 = S3 - RANGE (same as: PP - RANGE * 3)

    Where R1 through R4 are Resistance levels 1 to 4, PP is the Pivot Point, S1 through S4 are support levels 1 to 4, RANGE is the High minus the Low for the given time frame (usually daily).

     

     

     

    Tom DeMark

     

    Pivot = ((2*H ) + L + C ) / 4  if  close was  greater than open
    ((2*L ) + H + C ) / 4 if  close is  less than open
    ((2*C ) + H + L ) / 4 if  close unchanged

    R1 = 2*Pivot - Previous day Low
    R2 = Pivot + Previous day Range {H-L}
    R3 = R1 + Previous Day Range

    S1 = 2*Pivot - Previous day high
    S2 = Pivot - Previous day Range
    S3 = S1 - Previous day Range

     


Responded

1
Developer 1
Rating
(97)
Projects
121
25%
Arbitration
5
20% / 60%
Overdue
17
14%
Free
2
Developer 2
Rating
(769)
Projects
1033
44%
Arbitration
50
8% / 50%
Overdue
117
11%
Free
3
Developer 3
Rating
(586)
Projects
1047
49%
Arbitration
39
28% / 41%
Overdue
49
5%
Free
4
Developer 4
Rating
(304)
Projects
509
47%
Arbitration
29
10% / 45%
Overdue
138
27%
Free
5
Developer 5
Rating
(466)
Projects
697
56%
Arbitration
43
30% / 33%
Overdue
113
16%
Working
6
Developer 6
Rating
(33)
Projects
35
40%
Arbitration
11
9% / 91%
Overdue
4
11%
Free
7
Developer 7
Rating
(121)
Projects
134
66%
Arbitration
36
25% / 56%
Overdue
22
16%
Free
8
Developer 8
Rating
(53)
Projects
79
18%
Arbitration
13
15% / 54%
Overdue
5
6%
Free
9
Developer 9
Rating
Projects
0
0%
Arbitration
0
Overdue
0
Free
10
Developer 10
Rating
(128)
Projects
206
49%
Arbitration
29
28% / 48%
Overdue
33
16%
Free
Similar orders
We are looking for an experienced Expert Advisor Developer who can build a customized MT5 Expert Advisor for us. The Expert Advisor would use two built-in indicators as entry/exit signals and our own risk management strategy with customizable inputs. The goal is to create a reliable and efficient trading tool that can automate our trading process on the MT5 platform. Skills required: - Strong understanding of
I need stochastic div (hidden &regular ea) that should perform task in all tf's ..divergence is a repaint stly so i want to use it with candlestick flips .. so bet for it
Hello, I have an indicator from a friend and I'd like to replicate it on my own TradingView or MT5 platform. Could you assist me with that?. Here is the link
so basically I have an EA(mql5), AI script(python), flask server and socket server both on python. Now this is an experimental script as I am trying to learn. However the EA is not entering any trades. How much would it cost for you to troubleshoot this for me? Thank you in advance
NEW FUNCTION 50+ USD
La idea es la siguiente, sería un EA semi automático. Yo como trader opero en zonas. En adelante las vamos a denominar ``zonas calientes´´. El EA debe que necesito debe operar conforme a 4 zonas calientes que yo configure en el mismo. ¿Qué hará el EA en cada una de esas zonas calientes que yo he configurado? En cada una de estas zonas el EA debe realizar hedging (crear un rango en el cual el EA entrara en sell o en
I have the bot just over half made, from another developer who let me down and decided they no longer wished to finish the project, so I have a basic example of the fundamentals of what it could look like, although multiple functions I require do not work, but I can show this to you on request. There are multiple features that I require, so please read the in depth requirement sheet on the attachment. Function: To
I need EA that works on MT5 to be able to do the following: - Can recognize Support/Resistance area - Can recognize VWAP direction. - Can recognize RSI. - Can recognize Double Top/bottom, Bullish/Bearish hammer candle, Bullish/bearish engulfing candle. - Ability to set Stoploss below/above support/resistance, but risk must be fixed at a certain price. - Stoploss
I want a program that will help calculate and enter the market on full margin for me. I just need to put in the price for entry, Stop loss and TP then it will calculate the lot sizes for entering the trade on full margin on Mt5
"I need an expert advisor (EA) based on stochastic divergence and candlestick formation. It should be able to identify both hidden and regular divergences. The EA should also include modified risk-reward ratios, modified timeframes, and a trailing stop loss. It is important that the EA is 100% accurate. Once an experienced developer applies, I will share the complete strategy."
I am seeking a highly skilled and experienced developer to assist with an important project. I need a development of an automated trading bot for NinjaTrader, utilizing a 4 SMA (Simple Moving Average) crossing strategy, with additional custom diversions for trade entries. The bot needs to be based on a strategy involving the crossing of four different SMAs. The exact periods for these SMAs and the conditions for

Project information

Budget
40 - 50 USD
VAT (22%): 8.8 - 11 USD
Total: 48.8 - 61 USD
For the developer
36 - 45 USD
Deadline
from 5 to 10 day(s)