21 Savage

MQL4 エキスパート

仕事が完了した

実行時間11 日
依頼者からのフィードバック
Hardworking and professional. Fast response. Very reliable
開発者からのフィードバック
Good customer, thank you so much!

指定

When the EA is placed on a chart, it should immediately create a  horizontal line on the close of the previous candle. This line is the baseline

  
If this candle is bullish,a buy position of Lot size, L1 is immediately opened.

If this candle is bearish, a sell Position of lot size, L1,  is opened.


After the first position is opened, the EA watches to see where the price will go. 


Opened Buy Position
1)if the first position is a buy position, and the price goes up X or more pip from the baseline, then closes above X, another horizontal line is created at X and the EA continues to monitor the position. For example, if X=5, and the candle closes 4 pips from the last created line, no line is created at X=4(Bcos, the required value of X is 5) . If the candle closes at 8 pips, a horizontal line is opened at X=5. Please note that for horizontal lines to be created, the price must first close X or more pips from the last created line(i:e, the price must be greater than X and must close above X).Once these conditions are satisfied, the line is then created( not before)


If after opening the buy position, the price then moves down below the baseline then closes X or more pips below it, another horizontal line is created at X and a Sell position of lot size L2 is opened. The position is then monitored.More lines are created X distance from  each last line as long as the price moves X or more distance from them


To close a buy position or to open a reverse position, the following conditions must be met: i)The price must open above the last created line, then go below this line and close below it. When this condition is met, the code must then check for the following

i) Is the overall trade( sum of all opened positions), positive i:e are they in profit),a) if the answer is yes, then all opened positions are closed, all old lines are erased, a new line is drawn on the close of the old candle and a  Sell position is opened of lot size L1 and the process is repeated again. b)If it is not profitable, the EA must check:

i)If a Sell position has already been opened on this line: a)If a Sell position has already been opened on this line, the  EA does nothing but continues to monitor the trade and checks for this condition again when it gets to the next line if the price continues to go down. b)If No Sell position has been opened on this line, the EA opens a Sell position with the next lot size.

Basically,  for an open buy position, any time the price opens above a line, then go below this line and close below it. the EA must  check for the above-mentioned conditions

Opened Sell Position

2)However, if the first position is a Sell position, and the price goes down X or more pip below the baseline and closes there, the next horizontal line is created at X and the EA continues to monitor the position. For example , if X=5, and the candle closes 4 pips below the last created line( in this case, the baseline), no line is created. If the candle closes at 8 pip below, a horizontal line is opened at X=5.Please note that for horizontal lines to be created, the  price must first close X or more pips from the last created line(i:e, the price be greater than X and must close above X.Once this condition are satisfied,the line is then created( not before)

If after opening the Sell position, the price then moves up above the baseline then closes X or more pips above it, another horizontal line is created at X and a Buy position of lot size L2 is opened. The position is then monitored.More lines are created X distance from the last created lines as long as the price moves X or more distance from the it

To close a Sell position and open a reverse position, the following conditions must be met: i)The price must have first opened below the last created, then go above this line and then close above it. When this condition is met,  the code must check for the following:

ii) Is the overall trade( sum of all opened positions), positive( i:e in profit), if the answer is yes, then all opened positions are closed, all old lines are erased, a new line is now drawn on the close of the old candle and a  buy position is opened of lotsize L1 and the whole process is repeated again. If it is not profitable, the EA must check for the following:

i)If a buy position has already been opened on this line: If a buy position has already been opened on this line, the  EA does nothing but continues to monitor the trade. If No Buy position has been opened on this line, the EA opens a buy position with the next lot size.

Basically, for an opened sell position, any time the price opens below a line, then goes above this line and close above it. the EA  must  check for the above-mentioned conditions


Please note that positions re-opened in an alternative order( i:e a buy than a sell, then another buy, then another sell, e.t.c).There can not be more than one buy or one sell position opened on a line.


In the EA settings tab, create a field to enter the value of X


A)In the EA settings, there should be 25 fields were the lot sizes can be entered. Values for lots size should be entered manually. In a trade, the first position should use the values in the first field, the second position should use the values in the second field, the 3rd position should use the value in the 3rd fields and so on.


B)Create True/False tab in the EA settings, such that if True is enabled, EA should trade continuously, non-stop.If the false button is enabled, then it shouldn't open another trade after a profitable trade is closed.it should be taken off the chart


C)VERY, VERY, IMPORTANT: The EA MUST  have continuity and memory. By this I mean, if it is taken off the chart , if any type of interruption takes place,  if trading stops on Friday or on holiday,  or if for any reason there is an interruption, when the interruption is over,  it should immediately recognise all trade it started before the interruption and  should continue monitoring it again like there was no interruption. This is very important.


D)Please include a True/False button the in the EA settings tab. If True, The horizontal lines should be visible on the chart.If  False, the Horizontal lines should not be visible on the chart. 


E)There should be a button in the settings tab for changing the colors of the first line(baseline), the lines above the baseline and the lines below the baseline


F)The EA should be able to work independently of other EA in the same MT4 account. i:e if other EA's are attached to other charts, they must work independently of each other, No interference.


G)Create A dashboard on the top left-hand corner of the chart that displays the following information:

i)Total Buy Positions;

ii)Total Buy Lots

iii)Total Sell Position

iv)Total Sell Lots

v)Profit Loss

vi)Time First Position was opened

vii)EA Status: Connected or  Not Connected


応答済み

1
開発者 1
評価
(188)
プロジェクト
212
58%
仲裁
9
11% / 89%
期限切れ
8
4%
2
開発者 2
評価
(109)
プロジェクト
139
43%
仲裁
19
16% / 53%
期限切れ
20
14%
取り込み中
3
開発者 3
評価
(586)
プロジェクト
1048
49%
仲裁
39
28% / 41%
期限切れ
49
5%
類似した注文
Create a robot trading automatically. Condition to open a trade: - Determine the current trend of TF around 100-200 bars - Determine when the reverse trend happen - Determine when the reverse trend exhausted - Determine the candle reverse trend - Entry when at least 2R
Add parameters to an existing EA. >>>>>>>>>>>>>>>>>>>>>>>>><<<<<<<<<<<<<< Trading Session : True/False Timezone : UTC Asian Session : xx:xx - xx:xx London Session : xx:xx - xx:xx Newyork Session : xx:xx - xx:xx If trading Session is TRUE then the EA will take trades as long as its trading condition for BUY or Sells are met. The time for each session is variable so I can change to what ever time I want the EA to trade
Simple EA with Hedge 30 - 60 USD
Hi Coders.. I need A simple EA which works with Candle Colour Change ( option to open trade on 1,2,3 or 4 th candle) with EMA (buy above/ sell below) condition. It should work with all types particularly with RENKO charts.I also need to add Hedge function with on/off function. Experienced developers reply
Hello, I need a developer to connect my Python crypto trading bot to DEXs in order to fetch up to the second real-time price, slippage, and liquidity data. Would I use a websocket connection directly with DEX APIs and/or connect with DEXs using QuickNode? Again, the main idea is to fetch up to the second real-time data directly from DEXs. Please let me know if you can do this. Thank you. Note: Attach file and other
Hello, i need this EA attached to be able to apply to one chart and should monitor and open trades on all active symbols in the Metatrader acount. Please check it and let me know if you can make the EA multichart able. It should remain the same configs when attaching to one chart. Thanks
Using 3 MA’s, Bollinger Bands and price action, I need an EA made for mt4 and mt5 (preferably) should have good knowledge of forex, risk management and candle stick patterns, and how to incorporate them in the codes. I need a very efficient code. * For the price, I just out anything there, but if you can do it I’ll pay the negotiated price*
Hello programmers, I'm looking for a skilled and knowledgeable programmer that can code me a Signals copier EA that takes the signals from Telegram channels. The program needs to feature the following settings: Signal format (Entry, TP and SL prices); Choose between multiple TP/SL levels with partial closure at each level; Add/Remove random points to TP and SL; Enter with random delay (with option to enter only if
need hedging grid EA for MT5 with these properties: continues to open a buy and a sell trade simultaneously at the same price after a specific points move. (the points should be set in input) Hits TP for each trade after specific price (should be set in input) If a buy trade hits its TP and is closed, it should open a buy trade again at the same price where the closed buy trade was opened, whereas the sell trade
Hi I need to create a EA that can receive trade signal from another EA and open trade base on that. this is not should be done inside the same computer as other trading accounts are in different countries and different locations you can let me know the best way to do this. I'm open for suggestions. what I want is when there is trade open by main EA. Other EAs should receive the same trade entry this should be for MT4
Look for a highly qualified programmer who can create AI-like EA codes that are scanning orders on the chart,I need the source code of the design as the AI ​​is scanning commands to assign to other source codes

プロジェクト情報

予算
70 - 80 USD
開発者用
63 - 72 USD
締め切り
最低 1 最高 6 日