Create EA to read buy and sell alerts from trading-view platform. It must work like plug and play.
I want these parameters in the EA:
Max Spread in Points: 2 (Varies)
Slippage in Points: 3 (Varies)
Allow Long: (True or False Parameter)
Allow Short: (True or False Parameter)
Lot Size : Value (Parameter)
Take Profit (1 pip =10 points): 3 (Varies)
Stop Loss (1 pip =10 points) : 2 (varies)
Use Trailing ? = (True or False Parameter)
Trailing Stop (1 pip =10 points) : 15 (varies)
Trailing stop in points: (Should automatically adjust)
Take Profit in points: (varies)
Stop Loss in points: (varies)
Start Time: 14:28 (varies - Time based on Broker charts)
Stop Time: 14:28 (varies - Time based on Broker charts)
Trade on Monday : (True or False parameter)
Trade on Tuesday: (True or False parameter)
Trade on Wednesday: (True or False parameter)
Trade on Thursday: (True or False parameter)
Trade on Friday: (True or False parameter)
Trade on Saturday: (True or False parameter)
Trade on Sunday: (True or False parameter)
Similar orders
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+"\","
1.Sinyal Perdagangan : Sinyal beli: garis MACD utama memotong garis sinyal ke atas (macd_current>signal_current && macd_previous<signal_previous). Sinyal jual: garis MACD utama memotong garis sinyal ke bawah (macd_current<signal_current && macd_previous>signal_previous). Gambar di bawah menunjukkan kasus beli dan jual. 2. Posisi ditutup pada sinyal yang berlawanan: Posisi beli ditutup pada sinyal jual, dan posisi
can anyone help me with building a complete automated pine code strategy and indicator that work for both FXs & CFDs and have a high winning rate proved through back testing. I have a very complex current code that developed mostly using AI but lots of gaps are there although it translate exactly what I have in my mind. So, you are free to decide whether wo build a complete new code or fix my current working code ( i