Trading system

MQL4 Esperti

Lavoro terminato

Tempo di esecuzione 22 giorni
Feedback del cliente
It was good. cant complain
Feedback del dipendente
Thanks so much!!!!!

Specifiche




Metatrader 4 System

Variables are painted red below

Please create different modules (.mp4 files), for each rule.

  • Time frame variable 1 Hour


  • Entry rule (entry.mp4):

Use A heiken Ashi indicator, to define trends:

A high is defined as: 3 BLUE heiken Ashi candles followed by 3 RED candles.

A low is defined as: 3 RED heiken Ashi candles followed by 3 BLUE candles.


Set a limit in the last high and last low:

  • If no transactions are open:

    • When last high is broken (surpassed) then buy.

    • When last low is broken then sell

  • If we have a bullish open position (bough contracts):

    • when last high is broken, do nothing.

    • When last low is broken then close position, and sell another one. Now we are bearish.

  • If we have a bearish open position (sold contracts):

    • when last high is broken,close position, and BUY. Now we are bullish, going up.

    • When last low is broken then do nothing.





  • Stop loss rule (StopLoss.mp4):

Set stop in the last high or low. (as in entry.mp4)

  • If we sell, the set stop in the last high

  • If we buy, set stop in the last low

  • Position sizing Rules (how much to buy) (PositionSizing.mp4):

Create a variable for % of the account risked. Example: 1%

And divide that 1% of the account for the # of pips to the last high or low.

That will equal the number of contract we can buy.


  • Print on screen (Comment)

Units (microlots) = ___

1 pip = __ $USD

Trade Value =   ___USD

Margin Used =  ___USD

Take Profit in USD= ___

Take Profit in PIPS =___

Stop loss in USD =___

Stop loss in PIPS = ___

Risk reward ratio =___


Con risposta

1
Sviluppatore 1
Valutazioni
(212)
Progetti
246
45%
Arbitraggio
42
10% / 57%
In ritardo
5
2%
Gratuito
2
Sviluppatore 2
Valutazioni
(365)
Progetti
412
36%
Arbitraggio
35
26% / 57%
In ritardo
63
15%
Gratuito
3
Sviluppatore 3
Valutazioni
(225)
Progetti
284
42%
Arbitraggio
15
13% / 47%
In ritardo
67
24%
Gratuito
4
Sviluppatore 4
Valutazioni
(620)
Progetti
680
57%
Arbitraggio
25
16% / 60%
In ritardo
228
34%
Gratuito
5
Sviluppatore 5
Valutazioni
(189)
Progetti
232
56%
Arbitraggio
12
17% / 50%
In ritardo
43
19%
Gratuito
6
Sviluppatore 6
Valutazioni
(2428)
Progetti
3057
66%
Arbitraggio
77
48% / 14%
In ritardo
340
11%
In elaborazione
8
Sviluppatore 8
Valutazioni
(221)
Progetti
369
66%
Arbitraggio
10
50% / 0%
In ritardo
46
12%
Gratuito
9
Sviluppatore 9
Valutazioni
(769)
Progetti
1033
44%
Arbitraggio
50
8% / 50%
In ritardo
117
11%
Gratuito
10
Sviluppatore 10
Valutazioni
(196)
Progetti
318
35%
Arbitraggio
64
13% / 56%
In ritardo
82
26%
Gratuito
11
Sviluppatore 11
Valutazioni
(66)
Progetti
143
34%
Arbitraggio
10
10% / 60%
In ritardo
26
18%
Gratuito
Ordini simili
Creating of an expert advisor or trading bot that uses a Top Down analysis (using monthly, weekly, daily, hourly, minutes ( 30, 15, 5, 1) to determine trade direction or trend direction and makes multiple trade decisions for mt4. You can use or combine accurate trend indicators
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
I am looking forward to automate my trading strategy where I use renko bars on Tradingview. I really want to use unirenkos too, but unfortunately I couldn't figure out how to use ninjatrader on my MacBook and Tradingview does not offer unirenkos. As far as I see from your offered services you are very familiar with ninjatrader. I wanted to ask you if you could code me an Indicator for unirenkos for Tradingview so I
Hello The EA will work on particular zone choose by the user and can mark it on any TF and with some rules can open trades and mange the trade by some unique rules. the EA need to check the difference by RSI as well and with some extra rules . developer should have good attitude and good communication (englsih) with high performence and knowledge with coding EA
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 2 lines to determine the trend of the market and afterwards take bids towards the correct direction. It will also be able to use a distance between the bids for the direction of the trend and plan a reverse bid when the price of the extreme doesn’t change again. The
Gradient boosting and L2 100 - 200 USD
I am looking for a well experienced programmer to put/implement a gradient boosting algorithm and an L2 to reduce overfitting in my ea which l already have which uses indicators . If you are experienced please adhere
Hello, I'm looking for a developer for repair calendar in EA MT4/MT5 (News Filter - https://ec.forexprostools.com ) for all windows servers. Note: EA MT4/MT5 works with calendar on PC Win 10, 11 but not on all windows servers. I have the source code and will post within the comments section for review. If you are able to do this and quality. Please apply. Thanks
Create mt4 ea 50+ USD
To convert the provided MT4 indicator script into an Expert Advisor (EA) and implement prompt functionality for user input, we need to modify the code to handle external parameters and provide a user-friendly interface. Below is the EA code that incorporates prompts for user inputs
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

Informazioni sul progetto

Budget
30 - 60 USD
Per lo sviluppatore
27 - 54 USD