1‐ Printing on Chart: As per attached picture
2‐ Optimize code for fastest testing possible
3‐ Fix trading after stoploss bug as indicated in the pictures – after stoploss EA to start trading using original cycle and not exit
strategy.
4‐ EA Functionality:
a. Trading start with Original Cycle using “original Cycle slope “by choosing trading with every candle or by no. of pips. If by
no. of pips then EA to open cycle immediately after previous cycle is closed and not wait for more pips to be achieved.
b. If Positions Close, then start new cycle (step a)
c. EA will start “Exit Strategy “and start using “Exit strategy Slope” if any of the 2 following conditions are achieved combined
or separately:
i. Parameter: No. of Positions exceed set number (Condition 1)
ii. Parameter: Drawdown to activate (Condition 2)
d. If Cycle Close, then start new cycle (step a)
e. StopLoss : EA will close cycle by profit or loss if any of the following 3 conditions meet combined or separately:
i. Parameter: No. of open positions exceed set number (Condition 1)
ii. Parameter: Drawdown reach certain amount in Dollars (Condition 2)
iii. Parameter: Slope Direction Line indicator is reversed ‐ Original Cycle Slope (Condition 3)
f. EA to start new cycle (step a)
Parameters:
Time Filter:
1‐ Weekly Start Day : Drop Down list Monday to Friday – First day in the week to open new positions
2‐ Weekly End Day : Drop Down list Monday to Friday – Last Day in the week to open new positions
3‐ Daily Start Hour : hour when EA will start opening new positions
4‐ Daily End Hour : Hour when EA will stop opening new cycles and will keep and manage existing ones as per “Close ALL by end hour”
parameter
5‐ Close All by Daily End Hour: TRUE OR FALSE
6‐ Weekly Close All: TRUE OR FALSE –
a. if True then EA will close all positions at loss or profit by two parameters:
i. Weekly End Day (2)
ii. Weekly Close Hour (7)
7‐ Weekly Close All Hour: Close all positions by this hour and wait for new Weekly start day (1) and weekly start hour to start opening
positions again.
Original Cycle
1‐ Slope direction line period: Buy or Sell as per slope direction line color
2‐ Trading Style (drop down list):
a. Open every candle: ( Open position at the open price of every candle )
b. Open by no. of pips: ( Open positions after number of pips distance – parameter no. (3)
3‐ No. of Pips: (distance between each position ‐ if 0 then not active)
4‐ TP of Cycle $ : Desired take profit value of total cycle in dollars
5‐ Sell below slope only: (True or False) – check attached pictures
6‐ Buy above slope only: (True or False) – check attached pictures
Exit Strategy:
1‐ No. of positions to activate Exit : ( if 0 then not active)
2‐ Drawdown $ to activate Exit : ( if 0 then not active)
3‐ Slope direction line period:
4‐ Exit Strategy TP : (if zero then no profit needed or breakeven with last account equity)
5‐ Exit Strategy every position TP
Stop Loss :
1‐ No. of open positions to activate SL : ( if 0 then not active)
2‐ Drawdown $ to activate SL: ( if 0 then not active)
3‐ Slope Direction Line reversal: ( if 0 then not active)
Benzer siparişler
#property indicator_chart_window #property indicator_buffers 2 #property indicator_plots 2 #property indicator_type1 DRAW_ARROW #property indicator_color1 Blue #property indicator_label1 "Buy Signal" #property indicator_type2 DRAW_ARROW #property indicator_color2 Red #property indicator_label2 "Sell Signal" double BuyBuffer[]; double SellBuffer[]; input int MA_Period = 50; input int RSI_Period = 14; int maHandle;
Need Python developer to use MetaApi.cloud Python API (ready SDK) to build a real-time equity curve chart. Project is simple and details will be shared privately. Only apply if you have strong Python experience
Code pour créer un robot //+------------------------------------------------------------------+ #include <Trade/Trade.mqh> CTrade trade; // SYMBOLS string symbols[3] = {"Volatility 10 Index","Volatility 25 Index","Volatility 75 Index"}; string bestSymbol = ""; // VARIABLES double startBalance; int tradeCount = 0; int lossStreak = 0; bool tradingStopped = false; bool profitMode = false; datetime lastDay; // PARAMÈTRES
I need someone to recreate this indicator for mt5 for $60 it has to be non repaint ,I've been trying to code this indicator so if someone can do it my contact is , sebokomorobi6@gmail.com ,or 073 923 0151 you can contact the number on Whatsapp no calls allowed
Hi Im working with a Crypto trading company and we want to branch out with our indicator, i'm researching the bot automation and need some hands on board. i i want to hear your opinion about the indicator that i would like you to build. in the PDF i explain the whole indicator and how it need to look like. happy to hear form you
I want someone to hold a session for me and explain in details on how to implement them in. I would really appreciate your guidance on how to properly set up GoCharting and get access to CME futures data
When the super trend changes from buy to sell and crosses the fast moving average and the 200 moving average is above the price, send email notification and/or sms (text) to sell . When the super trend change from sell to buy and crosses the fast moving average and the 200 moving average is below the price, send email notification and /or sms (text) to buy. Please note that there are two moving averages(fast and
Hola comunidad, Estoy buscando un desarrollador que tenga el archivo de instalación de MetaTrader 4 build 1443 o que pueda ayudarme a volver a esa versión. Tengo un robot (EA) que funcionaba perfectamente en build 1443, pero mi plataforma se actualizó automáticamente a build 1470 y ahora el robot ya no funciona correctamente. Necesito alguien que: • Tenga el instalador de MT4 build 1443, o • Sepa cómo reinstalar esa
have the Beatrix Inventor Expert Advisor (EA) that was profitable in the past but has been losing money recently. I need an experienced EA developer/optimizer to study the trade history (especially Stop Loss hits, drawdown periods, SL/TP behavior, win/loss ratio, etc.) and recommend + implement specific tweaks so it becomes consistently profitable again. Your job: 1. Deep analysis of why the EA is no longer
want to develop a trading robot (EA) for MetaTrader 5 based on 10 specific rules. The robot should include a professional interface to control all settings, including: Fixed lot size (0.50), Stop Loss (10 USD), RSI indicators for entry/exit, News filter, Trailing stop, and daily profit targets. I have the full logic ready to discuss with the developer. Please ensure high-quality code and testing