Pivot Point levels

MQL4 エキスパート

仕事が完了した

実行時間6 日
開発者からのフィードバック
it's a pleasure to work with you
依頼者からのフィードバック
Good programmer always ready to help me any time

指定

 

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

     


応答済み

1
開発者 1
評価
(97)
プロジェクト
121
25%
仲裁
5
20% / 60%
期限切れ
17
14%
2
開発者 2
評価
(769)
プロジェクト
1033
44%
仲裁
50
8% / 50%
期限切れ
117
11%
3
開発者 3
評価
(586)
プロジェクト
1048
49%
仲裁
39
28% / 41%
期限切れ
49
5%
4
開発者 4
評価
(304)
プロジェクト
509
47%
仲裁
29
10% / 45%
期限切れ
138
27%
5
開発者 5
評価
(467)
プロジェクト
701
56%
仲裁
44
30% / 32%
期限切れ
114
16%
仕事中
6
開発者 6
評価
(33)
プロジェクト
35
40%
仲裁
11
9% / 91%
期限切れ
4
11%
7
開発者 7
評価
(121)
プロジェクト
134
66%
仲裁
36
25% / 56%
期限切れ
22
16%
8
開発者 8
評価
(53)
プロジェクト
79
18%
仲裁
13
15% / 54%
期限切れ
5
6%
9
開発者 9
評価
プロジェクト
0
0%
仲裁
0
期限切れ
0
10
開発者 10
評価
(128)
プロジェクト
206
49%
仲裁
29
28% / 48%
期限切れ
33
16%
類似した注文
SCALP MARTINCALE SPY TIMEFRAME 1MIN CANDLE - SHORT SIDE ONLY 1-SET RISK : A IS A VARIABLE (HOW MUCH $) 2-SET ATR(3) : SET THE TIME AT WHICH THE ATR SHOULD BE TAKEN, IF SET 933AM THEN THE ATR OF THE 1MIN CANDLE AT 933AM CANDLE WILL BE USED (ROUND AT 0.25 UP OR DOWN) *USE NEW YORK TIME 3-SET MAX NUMBER OF ENTRY : B IS A VARIABLE 4-SET RSI(14) / C IS A VARIABLE, IF RSI(14) > C = ORDERS OPEN 5-IF RSI(14) > C IS TRIGGERED
I WRITE a code i want to conect this for automatic trading through vps .and als advanced features for this code .i attached afile please watch .and give me perfect ea
Hello, I need a martingale and grid bot. The programmer must provide a test of about 5 minutes for the EA to see how it works and if everything is fine, it will be selected to make some modifications for personal use to that EA that you provide. If it has a lot of graphics or buttons. better It doesn't matter if the robot is bad, I'm more interested in its functionalities to use with my strategy
Hi Developer, I would like to create the Scalping EA based for Mt4 on the investing.com data https://www.investing.com/currencies/eur-usd-technical EA have timing to adjust time to trade. follow the broker time. From starting time to end time EA have a adjustable Lot size (0.01 incremental to 0.01) EA have a adjustable TP (1pip to 100pip incremental 1pip) EA have a adjustable SL (1pip to 100pip incremental 1pip) EA
Here is the Idea: I want a Semi Auto Trade Panel Manager EA that only activates when I press the BUY or SELL or BUY LIMIT or SELL LIMIT then the EA will do the rest : that includes the BUY STOP 0r SELL STOP and the hedging calculations according to below diagram. So overall , my only intervention is entering the lot size , hedge zone distance and TP ratio or entering the price for buy limit/sell limit then pressing
Hi, I'm looking for a martingale MT4 EA that performs a lot of trading volume per day. If you have the robot, you'll need to send me the demo so I can backtest it. Thank you very much
Hello potential Freelancers I’m very new to trading so please bear with me as I try to explain what ‘m looking for. I'm currently getting signals ( XAUUSD )sent to me and I’m looking to find a person who can look at the data either watch account live, or I send the trade history. The bot my provider is using makes 100’s of trades a day and does very well on average. I’m also looking to have the following features
we want to build a dashboard ea that would display on another chart key metrics : i will foward screeshot of what i want to dashboard to look like : the function i would need to get display are the following: 1. classified past performance ea by magic number ( with classic : total trade , total profit , return/dd , max dd (base on history) , ) 2. equity chart of performance if we click on a magic number we should
the task will be actually quiet simple , i need an active develloper to devellope out of 3 updates an ea STEP 1 (this job): make a classical pair trading ea , that can calculate correlation between assets and trade when the correlation diverge above a specified % the develloper that will postulate for the job will need : 1- to be ok to do the full project this job and the update following 2- very low arbitration , i
Hello, I want to create an EA that can be able to take and optimise trade bids using the trend tracker concept I have developed. The tracker will monitor the 2 lines in the below pictures and then start to activate bids once they cross each other and then be able to manage all bids afterwards towards the direction of the market by opening and closing them intermittently and profitably until the position at the other

プロジェクト情報

予算
40 - 50 USD
VAT(付加価値税) (22%): 8.8 - 11 USD
合計: 48.8 - 61 USD
開発者用
36 - 45 USD
締め切り
最低 5 最高 10 日