p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica}
p.p2 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Helvetica; min-height: 14.0px}
Hello,
I am looking for an expert advisor to create a trading robot for the EURUSD currency pair.
Key: a red candle is when the open price is higher than the close price , a green candle is when the open price is lower than the close price.
Time frames are based on Eastern Standard Time Charts Using the 24 hour clock.
Criteria:
When on the 4 hour chart timeframe, every time the 01:00 candle closes RED (the open price is higher than the close price) I want to open a SELL position. The open is 01:00 and close of this candle is 05:00.
When on the 4 hour chart timeframe, every time the 05:00 candle closes RED (the open price is higher than the close price) I want to open a SELL position. The open is 05:00 and close of this candle is 09:00.
When on the 4 hour chart timeframe, every time the 09:00 candle closes GREEN (the open price is lower than the close price) I want to open a SELL position. The open is 09:00 and close of this candle is 13:00.
When on the 4 hour chart timeframe, every time the 17:00 candle closes RED (the open price is higher than the close price) I want to open a BUY position. The open is 17:00 and close of this candle is 21:00.
When on the 4 hour chart timeframe, every time the 21:00 candle closes red (the open price is higher than the close price) I want to open a sell position. The open is 21:00 and close of this candle is 01:00.
I want to be able to adjust the take profit and lot size.
Thank you for your help, please feel free to ask any questions.
Best Regards,
Justin Viola
Yanıtlandı
Arabuluculuk
123
32%
/
41%
Yayınlandı: 1 kod
Arabuluculuk
159
17%
/
74%
Arabuluculuk
29
10%
/
45%
Arabuluculuk
309
58%
/
27%
Arabuluculuk
14
36%
/
29%
Arabuluculuk
66
12%
/
58%
Benzer siparişler
I am looking for a professional developer to build a custom trading analysis software for me. This tool is NOT an automated trading bot (EA); it is an analysis dashboard to help me identify high-probability setups based on my strategy. Key Requirements: Multi-Timeframe Analysis: The software should scan 4 different timeframes (M15, M30, H1, H4, D1, WK1, MTH1) and alert me when my conditions are met. Indicator
I need a AI signal generating bot for forex trading that use the latest ai technology to track real time forex market, analyse and give signals. The bot should operate such that when i put it in a chart it will analyse the market, after several minutes it will display whether the trade is buying or selling. It should display the one minute, five minute,15minute, 30 minute, one hour, 4 hours and daily time frame
step by step and structure this into a full IEEE 830 / ISO/IEC/IEEE 29148 style Requirements Specification. This format will include: Introduction System Overview Functional and Performance Requirements Traceability Matrix (linking requirements to test cases) Verification and Validation Compliance Standards 1. Introduction 1.1 Purpose The purpose of this document is to define the technical requirements for the
I am looking for an experienced MQL5 developer to convert a complex TradingView Pine Script (will provide the script from tradingview) into a fully automated MT5 Expert Advisor -bot. The TradingView script includes: Market Structure (BOS, CHoCH, Swing BOS) Strong / Weak High & Low Equilibrium (Premium / Discount zones) Volumetric Order Blocks Fair Value Gaps (FVG / VI / OG) Accumulation & Distribution zones Equal
// Add this to your EA after ExportState() function void SendToBase44(const string state, const string dir, double entry, double sl, double tp) { string url = " https://preview-sandbox--ee0a32a725b788974de435e8cef40b7a.base44.app/api/functions/receiveEAState "; string headers = "Content-Type: application/json\r\n"; string json = "{" "\"symbol\":\""+_Symbol+"\","