▼ Popular
Mql4
Free mode
100% free
Freemium
Free Trial
-
3162255Released 1y ago100% FreeBaik, saya akan membuat kode EA MT4 sesuai dengan spesifikasi yang Anda berikan dalam bahasa MQL4. Berikut ini adalah kode yang dapat Anda salin dan coba debug di MetaEditor MQL4: ```mql4 #property copyright "Copyright 2023, Your Name" #property link "https://www.yourwebsite.com" #property version "1.00" #property strict // Input parameters input double LotSize = 0.01; // Ukuran lot input int TakeProfit = 100; // Take Profit dalam poin input int StopLoss = 100; // Stop Loss dalam poin input int OrderDistance = 100; // Jarak order dari harga pembukaan candle input ENUM_TIMEFRAMES TimeFrame = PERIOD_H1; // Timeframe // Global variables int ticket_buy = 0; int ticket_sell = 0; datetime lastCandleTime = 0; int OnInit() { return(INIT_SUCCEEDED); } void OnDeinit(const int reason) { } void OnTick() { if(NewCandle()) { CloseOrders(); DeletePendingOrders(); PlaceOrders(); } CheckAndReopenOrders(); } bool NewCandle() { datetime currentCandleTime = iTime(Symbol(), TimeFrame, 0); if(currentCandleTime != lastCandleTime) { lastCandleTime = currentCandleTime; return true; } return false; } void CloseOrders() { if(OrderSelect(ticket_buy, SELECT_BY_TICKET) && OrderType() == OP_BUY) OrderClose(ticket_buy, OrderLots(), Bid, 3, clrRed); if(OrderSelect(ticket_sell, SELECT_BY_TICKET) && OrderType() == OP_SELL) OrderClose(ticket_sell, OrderLots(), Ask, 3, clrRed); } void DeletePendingOrders() { if(OrderSelect(ticket_buy, SELECT_BY_TICKET) && (OrderType() == OP_BUYSTOP || OrderType() == OP_BUYLIMIT)) OrderDelete(ticket_buy); if(OrderSelect(ticket_sell, SELECT_BY_TICKET) && (OrderType() == OP_SELLSTOP || OrderType() == OP_SELLLIMIT)) OrderDelete(ticket_sell); } void PlaceOrders() { double openPrice = iOpen(Symbol(), TimeFrame, 0); double buyPrice = openPrice + OrderDistance * Point; double sellPrice = openPrice - OrderDistance * Point; ticket_buy = OrderSend(Symbol(), OP_BUYSTOP, LotSize, buyPrice, 3, buyPrice - StopLoss * Point, buyPrice + TakeProfit * Point); ticket_sell = OrderSend(Symbol(), OP_SELLSTOP, LotSize, sellPrice, 3, sellPrice + StopLoss * Point, sellPrice - TakeProfit * Point); } void CheckAndReopenOrders() { if(OrderSelect(ticket_buy, SELECT_BY_TICKET)) { if(OrderType() == OP_BUY && (OrderProfit() >= TakeProfit * Point * OrderLots() * MarketInfo(Symbol(), MODE_TICKVALUE) || OrderProfit() <= -StopLoss * Point * OrderLots() * MarketInfo(Symbol(), MODE_TICKVALUE))) { OrderClose(ticket_buy, OrderLots(), Bid, 3, clrGreen); double openPrice = iOpen(Symbol(), TimeFrame, 0); double buyPrice = openPrice + OrderDistance * Point; ticket_buy = OrderSend(Symbol(), OP_BUYSTOP, LotSize, buyPrice, 3, buyPrice - StopLoss * Point, buyPrice + TakeProfit * Point); } } if(OrderSelect(ticket_sell, SELECT_BY_TICKET)) { if(OrderType() == OP_SELL && (OrderProfit() >= TakeProfit * Point * OrderLots() * MarketInfo(Symbol(), MODE_TICKVALUE) || OrderProfit() <= -StopLoss * Point * OrderLots() * MarketInfo(Symbol(), MODE_TICKVALUE))) { OrderClose(ticket_sell, OrderLots(), Ask, 3, clrGreen); double openPrice = iOpen(Symbol(), TimeFrame, 0); double sellPrice = openPrice - OrderDistance * Point; ticket_sell = OrderSend(Symbol(), OP_SELLSTOP, LotSize, sellPrice, 3, sellPrice + StopLoss * Point, sellPrice - TakeProfit * Point); } } } ``` Kode ini mencakup semua fitur yang Anda minta: 1. Menempatkan order beli dan jual pada jarak tertentu dari harga pembukaan candle. 2. Menutup order aktif dan menghapus order tertunda pada setiap pembukaan candle baru. 3. Membuka kembali order tertunda ketika TP atau SL tercapai. 4. Bekerja pada setiap candle baru. 5. Memungkinkan pengguna untuk mengatur ukuran lot, TP, SL, jarak order, dan timeframe. Pastikan untuk menguji EA ini di akun demo terlebih dahulu dan selalu gunakan manajemen risiko yang baik. Selamat mencoba!
Featured matches
-
4,41422Released 10mo agoFree + from $59/mo
-
14,60717Released 1mo agoNo pricing
-
14,1503Released 26d agoFree + from $16.48/mo
Other tools
-
40,687856Released 3y agoNo pricingOran Kangas🙏 3 karmaJul 28, 2023Code varies from run to run. Still it is a helpful app. You can specify coding languages that are not in the dropdown menu.
-
Open23,223260Released 1y ago100% FreeAnythingLLM is easy to use, and allows us to build private databases using several (any) kinds of media (text, pdf, audio, etc) and use it as a source of knowledge for any LLM you might wonder to experiment!
-
7,36531Released 3y agoFree + from $19/mo
-
7,19345Released 2y ago100% Free
- Sponsor:Rocket
-
5,57148Released 2y agoFree + from $39/moWhile Mazaal still has a ways to go in terms of product stability, it has lots of potential and can potentially one day be a competitor to Zapier.
-
5,512138Released 1y agoFree + from $9.99/moI've been using the free trial to use different chatbot models in the same conversation and it's way more efficient than having 3 or 4 different browser tabs open at the same time. It was really cool to see that when changing a model in the middle of a chat, it keeps the context! Can't wait to start using the image and speech features!
-
3,89237Released 2y ago100% FreeI have used this for several personal assistant applications and it works amazingly. Obviously it is still restricted to the flaws of any model you are using it with, but the ability to constrain prompts is incredibly helpful (especially when it comes to getting things like JSON format from the AI).
-
2,77215Released 2y agoFree + from $20/mo
-
2,0608Released 2y agoNo pricing
-
1,9965Released 2y agoFree + from $0.060
-
1,3627Released 1y agoNo pricing
-
8455Released 5y agoNo pricing
- Didn't find the AI you were looking for?
-
8095Released 2y agoFree + from $19/mo
-
7906Released 1y agoFree + from $89.90/mo
-
6076Released 1y agoNo pricing
-
1,5054Released 1mo agoFree + from $99/motried quickdata on a stack of rent rolls (pdf+xls), a couple T12s and one chunky OM. setup's just an excel add in, super barebones ribbon button and it goes straight to work (no gimmicks). it mapped a lot of line items correctly and dumped them into my model fast. i like that it plugs into your existing model instead of forcing theirs. a clearer "why" for each auto category would be good.
-
5624Released 2y agoFree + from $99/yr
-
5168Released 1y agoNo pricing
-
4807Released 1y agoFrom $1.99/mo
-
2566Released 2y agoNo pricing
-
1,82232125Released 1y ago100% Free
-
1,01068Released 1y ago100% Free
-
5614242Released 1y ago100% Free
-
3245Released 1y ago100% Free
Post