StandartDeviation and Commodity Channel Index EA

MQL4 Experts MySQL

Job finished

Execution time 3 hours
Feedback from customer
Оперативно и точно выполненное задание. Результат более хороший, чем требовалось. Дополнительные мелочи, о которых не было указано были приятным бонусом. Рекомендую разработчика.

Specification

Let's call it an "Impulse Tracker" (version 1.0)


the EA works on any timeframe it's paced to

Adjustable external settings:
--------------General settings--------------
"MagicNumber" = 888888
Direction: "Direction" = "ALL/SELL/BUY" (allows to use Buy and Sell or only Buy or Sell direction)
Use minimum profit for exit: "UseProfit" = "True/False" (switchable option)
Profit in points for buy orders: "BProfit" = 10 (1pip)
Profit in points for sell orders: "SProfit" = 10 (1pip)
Total Count of Buy orders: "CoBuy" = 50 (If "0" - Unlimided)
Total Count of Sell orders: "CoSell" = 50 (If "0" - Unlimided)
--------------Deviation----------------------
Use StandardDeviation = "True/False"
StandardDeviation Period: "StDevPeriod" = 10
StandardDeviation UpperLvL: "StDevUpperLvL" = 0.0030
StandardDeviation LowerLvL: "StDevLowerLvL" = 0.0010
--------------CCi-----------------------------
Use Commodity Channel Index  = "True/False" (switchable option)
Commodity Channel Index Period: "CciPeriod" = 10
Commodity Channel Index UpperLvL: "CciUpperLvL" = 180
Commodity Channel Index LowerLvL: "CciLowerLvL" = -180
--------------PriceAction-------------------
Count of Bull Candles: "BullCandlesCount" = 5
Count of Bear Candles: "BearCandlesCount" = 5
Bull Candles TimeFrame: "BuCanTF" = M5
Bear Candles TimeFrame: "BeCanTF" = M5
--------------Exit option-------------------
Count of Bull Candles: "ExBullCandlesCount" = 2  (If "0" - Disabled)
Count of Bear Candles: "ExBearCandlesCount" = 2 (If "0" - Disabled) 
Commodity Channel Index UpperLvL Exit: "CciUpperExitLvL" = 50
Commodity Channel Index LowerLvL Exit: "CciLowerExitLvL" = -50

explanations

The count of candles:
it is a filler that only allows the entry and the exit for each direction.
When the number is set to "5" (when the "BullCandlesCount" = 5)
So EA looks at five candles in a raw before the current candle close counting the current candle as the last of this five candles. All this candles have to be bull candles.
If all this candles are bullish - then it allows to enter. if not - not. 
Same with the use of the Count of Bear Candles: 
When the number is set to "2"  - "ExBearCandlesCount" = 2 then it will only allow exit after seeing 2 bear candles. 

----------------------------------------------------------------

(all calculations are on the candle close):

Sell entry rules:

If  Standard Deviation is above "StDevUpperLvL" and
if  Commodity Channel Index is above "CciUpperLvL" and
if  
"BullCandlesCount" is more than "5"
then enter Sell order with the volume of 0.01 lot

Sell exit rules:
If "SProfit" is more than "10"
If Standard Deviation is lower than "StDevLowerLvL"
if  Commodity Channel Index LowerLvL Exit: "CciLowerExitLvL" 
if  Count of Bear Candles: "ExBearCandlesCount" = 2  (If "0" - Disabled)
then exit all Sell orders 
------------------------------------------------------------

Buy entry rules:

If  Standard Deviation is above "StDevUpperLvL" and
if  Commodity Channel Index is below "CciLowerLvL" and
if  
"BearCandlesCount" is more than "5"
then enter Buy order with the volume of 0.01 lot

Buy exit rules:
If "BProfit" is more than "10"
If Standard Deviation is lower than "StDevLowerLvL"
if  Commodity Channel Index LowerLvL Exit: "CciLowerExitLvL" 
if  Count of Bear Candles: "ExBearCandlesCount" = 2  (If "0" - Disabled)
then exit all Buy orders

----------------------------------------------------------------
Visible on the chart:
In the upper right Conner 
Balance: 
Equity:
Current DD:
Max DD:
Spread:
in the lower left corner

Button "Close BUY"
Button "Close SELL"

 


 


Responded

1
Developer 1
Rating
(376)
Projects
398
31%
Arbitration
62
19% / 69%
Overdue
50
13%
Working
2
Developer 2
Rating
(23)
Projects
45
20%
Arbitration
24
29% / 46%
Overdue
12
27%
Free
3
Developer 3
Rating
(24)
Projects
26
42%
Arbitration
1
0% / 100%
Overdue
2
8%
Free
4
Developer 4
Rating
(356)
Projects
632
26%
Arbitration
89
73% / 13%
Overdue
12
2%
Free
5
Developer 5
Rating
(221)
Projects
369
66%
Arbitration
10
50% / 0%
Overdue
46
12%
Free
6
Developer 6
Rating
(253)
Projects
407
38%
Arbitration
85
42% / 19%
Overdue
70
17%
Loaded
7
Developer 7
Rating
(87)
Projects
114
26%
Arbitration
7
29% / 57%
Overdue
5
4%
Free
8
Developer 8
Rating
(5)
Projects
7
14%
Arbitration
1
0% / 100%
Overdue
0
Free
9
Developer 9
Rating
(41)
Projects
88
14%
Arbitration
30
30% / 53%
Overdue
36
41%
Working
10
Developer 10
Rating
(114)
Projects
154
47%
Arbitration
2
0% / 50%
Overdue
4
3%
Free
Similar orders
I have an EA and want to add few new logic to fetch profit taking factors and other values from an external master data and use it in existing EA
Hello, send robot models with a solid strategy (to trade forex), I want to use it to make money for the week. It is important that you present me with your profitability graph and a test. I also want to hire him for future jobs
I want to design a website like https://www.ngnrates.com/ we will change some stuff but not much, if you can deliver a website like this let me know your budget and readiness to implement
An EA that executes when the 21 and 55 SMA Cross on certain time frame also the EA will understand supply and demand levels and executes when price reacts on this levels specified and target/stoploss levels will be predetermined...also the robot will also comprise stochastic oscillator
hi. I hv a strategy on tradingview need to convert to MT4/MT5 expert advisor for algo trading. would like to add some tradingview strategy setting to the EA(not included in my tradingview code): recalculate after order is filled, order size: xx% of equity
looking for help to get my ibkr automated, i have strategies already built in composer and have JSON for them, i really just need to he setup and explanation on how to maintain it and add new strategies
Specify your Requirements Specification here point by point. Try to describe your requirements briefly and clearly, so that your potential developer is able to correctly assess its complexity and cost, as well as the required execution time. A bad or too generic description will result in your order being ignored, or you will spend a lot of time negotiating the details with each applicant. Remember: It is better to
hey friends, I am looking to build a smart trading robot, for the capital market. He knew how to trade in all the different types of trade. Example - in shares, currencies, index, indices, ETFs, funds, commodities, options, futures and so on. Suitable for trading on all stock exchanges in the world. It will be possible to install the trading robot in the MetaTrader 5 trading software. But it will also be possible to
Hi I need a software like Mirror trade copier ( https://www.antonnel.net/mirror/ ) which directly connect to the Accounts over api with out MT4 terminal and copies trades from mater to client. I want the same and possible improvement like can be accessed over a url and dashboard for some basic metrics (optional)
Using Bollinger Band only. When price closes above upper BB, open Buy. If the length of the candle body that closed above the upper BB is more than Y pips, then do not Buy and remove the EA. Otherwise, continue to open Buy if crosses and close above upper BB and the number of positions is not more than Max No of Positions. The user will choose either Buy or Sell only. When price closes below the lower BB, close all

Project information

Budget
30 - 50 USD
For the developer
27 - 45 USD