Open Trade on Price Action Closing Beyond the Support / Resistance Line Drawn on Chart

MQL4 专家

指定


Open Trade on Price Action Closing Beyond the Support / Resistance Line Manually Drawn on Chart (Set & Forget)

Price Action from Below and closing Above the Line drawn, will open a BUY Trade. (Will not open trade if it just touches or the Price action upon crossing Up and  closes below the Line drawn)
Price Action from Above and closing Below the Line drawn, will open a SELL Trade. (Will not open trade if it just touches or the Price action upon crossing Down and  closes above the Line drawn)
Once a BUY or SELL position is opened, that Support or Resistance line will be inactive and will not be considered for BUY and SELL signal in the next 24 hours. If Price Action only touches the line without meeting the BUY or SELL conditions, then it can be further considered for BUY and SELL signal. 

New positions can be opened in the same chart due to other Support and Resistance lines drawn.

StopLoss : Stop Loss = Low of the Candle which opens a BUY trade / High of the Candle that opens a SELL trade

TakeProfit: Take Profit in PIPS

MaxStopLoss: Maximum allowed Stop Loss (in PIPS). if the Signal candle is too large, to avoid having big Stop Loss, this feature will be used. If the difference in PIPS between the Signal candle's Close price and High 

(or Low) is 80 PIPS but if MaxStopLoss = 40, then StopLoss will be = 40 PIPS

MinStopLoss: Minimum allowed Stop Loss (in PIPS). if the Signal candle is too small, to avoid having small Stop Loss, this feature will be used. If the difference in PIPS between the Signal candle's Close price and 

High (or Low) is 10 PIPS but if MinStopLoss = 30, then StopLoss will be = 30 PIPS

BreakEvenTrigger: Profit in PIPS. When Break Even is Triggered

BreakEvenPoint: + / - PIPS relative to Open Trade Price. Stop Loss will be moved to this point, when BreakEvenPoint is triggered. Value = 0, will move the StopLoss to the Break Even position. Value = 5, will move the StopLoss to 5 PIPS profit. Value = - 5, will move the StopLoss to - 5 PIPS Loss. 

EquityTrailTrigger: Distance in PIPS from TakeProfit when reached, the TakeProfit will be increased by EquityTrailPIP and the StopLoss position will be moved by EquityTrailPIP to protect more profit. If it is Zero, ignore. 

Example:
TakeProfit = 40 PIPS
StopLoss = Current position is at break even
EquityTrailTrigger = 5 PIPS
EquityTrailPIP = 10 
So when the Profit reaches 35 PIPS and is 5 PIPS short of reaching initial TakeProfit of 40 PIPS, StopLoss is moved to 10 PIPS profit and the new TakeProfit = 40 + 10 PIPS = 50 PIPS.
The process will repeat till the position is closed or stopped out

EquityTrailPIP: Value in PIPS

Lot Size = Manually enter Lot size 

Multiple Orders = Yes. (if No, it will not open any New order if an existing trade is Open and ignore further Buy or Sell Signal). If Yes, It will open a BUY or SELL order at each BUY or SELL Signal. If Multiple Orders = Yes, Then TakeProfit, StopLoss, MaxStopLoss, MinStopLoss, BreakEvenTrigger and EquityTrailTrigger will be applicable to all the individual Open trades. 

Drawdown_StopLoss = % of Equity (If Multiple Orders are Open, all open positions will be closed if draw down from all the positions in that chart is equal to % of Equity). Push Notification should be generated if this event happens

Multiple_Profit =  % of Equity (If Multiple Orders are Open, all open positions will be closed if profit from all the positions in that chart is equal to % of Equity). Push Notification should be generated if this event 

happens.

反馈

1
开发者 1
等级
(414)
项目
670
33%
仲裁
60
17% / 32%
逾期
113
17%
工作中
2
开发者 2
等级
(356)
项目
590
70%
仲裁
14
43% / 7%
逾期
28
5%
空闲
3
开发者 3
等级
(25)
项目
36
17%
仲裁
14
14% / 57%
逾期
3
8%
空闲
4
开发者 4
等级
(550)
项目
827
73%
仲裁
15
53% / 13%
逾期
193
23%
工作中
5
开发者 5
等级
(187)
项目
367
56%
仲裁
45
22% / 56%
逾期
188
51%
空闲
6
开发者 6
等级
(1)
项目
1
0%
仲裁
1
0% / 100%
逾期
0
空闲
相似订单
If you think you can replicate EA ("reverse engineering") from Metarader's Market, and create a new EA from scratch that works 100% the same - please send an offer. I have already managed to find out many features of that EA (entry times, risk management, averaging, trailing...) but I still miss a few
Candle wick bot The bot will have a set amount of wick length to enter trade at candle open price, there will be a set Amount in points that the candle wick has to be to then enter that opposite of the wick direction Settings will look like this : Timeframe: (meaning which candles you’re using to measure open price from for the wick length ) If set to 5 min it’ll be using 5 min candles , if set to 15 it’ll use 15
Looking for a developer to create an MT4 EA based on a custom currency strength indicator and simple moving average. Will provide currency strength indicator code to the selected developer. Buy rules If the EA added in the EURUSD chart and EUR has a currency strength above or equal to 6 and USD has strength less than 2. Wait for the prices comes back to SMA and open the buy trade if the price closes above SMA. Place
I have an equity reporter. This equity reporter displays the maximum and minimum equity reached over a specific interval. So, if the interval is set to 24 hours, the script will generate data in the format: "Profit ATT" (profit AtThatTime) shows max./min. during the specific interval This specific report shows data in pips. It can also be set to display in price or percentages. The interval is also easily adjustable
Sistema HTF EFECTIVO 30 - 60 USD
Hola, me gustaría que un programador experimentado creea un sistema de trading EA que abra y cierre operaciones muy rápido en segundos (HFT). Sería óptimo tener una opción/botón para activar solo para comprar o solo para vender (operaciones unidireccionales). Con una buena interfaz gráfica de usuario. Se agradece la implementación de su propia experiencia con sistemas de trading HFT. Es para mercados volátiles como
Hello, I would like an experienced programmer to create an EA trading system which opens and closes trades very fast within seconds (HFT). To have an option/button to activate either for only buy or only sell (one way trading) would be optimal. With a nice GUI. Implementing your own experience with HFT trading systems is welcomed. It's for volatile markets such as XAUUSD or US30. Taking advantage of order placements
The strategy is a martingale type . i.e if it hits the stop loss , it will double the lot size and place again in that direction, and when it hits the take profit at any level of the martingale, it will start over from the first lot size used initially
I want you to make me an indicator in Training View. Its idea is very simple, and I want it to have an alarm. Here's a clearer step-by-step guide to checking the last 50 candles on your chart and applying Fibonacci retracement levels based on their colors: Identify Candle Color: Start from the 100th candle from the left on the chart and check its color. If the 100th candle is green (i.e., the close is higher than the
I'm looking for a developer to assist in creating an Expert Advisor (EA) for use in a prop firm. The EA should be designed for the MT4 trading platform and include the following features: Scalping strategy Maximum drawdown of 3% Please let me know if you're interested and capable of handling this project
Hello, is it possible to be made accommodation of provided signal for Forex for mt4? I bought a signal for multiple pairs. it is executing all pair.I want to use it on couple of pairs.Is it possible to be made some modifications?I do not have codes for the signal

项目信息

预算
50- USD
截止日期
 3 天