- Search Metals Mine
-
daengrani07 replied Jan 22, 2022Here you go... file image image You can edit the code to add some pips above High and/or below Low. For High, you better add spread as well
I will code your EAs and Indicators for no charge
-
daengrani07 replied Jan 22, 2022here you go indicator, for move every rectangle to the right (you can set) file image and this is Drag and drop script for make rectangle. You can make limitless rectangle with this script It will draw a new rectangle everytime you drop it on ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 8, 2021You can change : ObjectsDeleteAll(0,short_name); to : ObjectsDeleteAll();
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 8, 2021I have an old EA, that embedded Renko code in it. It doesn't display Renko on Chart but uses inside EA for calculation I'm not using Renko anymore, nor indis. Just simple market structure manually picked by my eyes Everybody could consistenly ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 8, 2021This is catchy EA, do you like it? url we can edit this EA easily to fit your need
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 8, 2021Those script on your post work. I add line to make your life easier... For DROP_PENDING_BUY_SCRIPT, Price for Long (BuyLimit & BuyStop) must be add Spread to it. Because it'll trigger by Ask Price not Bid Price image file file There are ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 8, 2021it works normally. Don't make an assumption.. image Cek all your mt4 setting, i'm not go further with this topic. Every trader should learn general knowledge about platform that they use. Learn all the basic about mt4 if you use it...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021it's mt4 arrow, not indicator... i'm not using any indicator anymore, just line. Market structure is the first every trader know.
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021It needs donchian-channel indicator.. I'll share sample EA that use MA for trailing Pending Order. Here are some examples of manual choose levels image image image RR always very good, and many winner than loser.. I preferred my eyes than any ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021It needs donchian-channel indicator.. I'll share sample EA that use MA for trailing Pending Order.
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021Please take a look at this tes EA, it might give some people idea file This EA only update 2 Trendlines (Buy & Sell) based on donchian-channel indicator. This is part of my EA file I use it for Semi-automatic trading. I pick level manually based ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021For trendline, i have manage to separate Line for StopLosses. I use independent line just for StopLoss.. You can add separate line too for takeprofit.. I have EA for this kind of logics that have many purposes. It automatic modify Price, SL, TP Tell ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021i include drag and drop script to draw trendline on my previous respon, for draw horizontal line, here are some scripts file file btw, u can use all the line on any chart to your EA by getting their value read carefully my previous post, i added ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021You don't have to re-write all the input indicators, except you don't want to be bother of visualization of that indicator. If you have indicator source code, you can set input variables according to your need.. Some people like clean chart, just ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021Dear Samalin, here they are... file file !DROP_TRENDLINE script is the script you can use to draw trendline by Drag and drop to chart, example : image !DROP_ORDER sciprt is the script for opening 6 kind of Order according to your choose, i'm ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 7, 2021All follow trend indis always have the same issue, it's late.. There are 3 main data on chart that we're all know : Price, Volume, Time.. Maybe 70-80% technical analysis based on Price Data, other 2 are optional.. Volume maybe 15-20% used. This is ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 6, 2021Nobody will help you with compiled file (ex4/ex5). You have to post mql4/mql5 file (source code)
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 6, 2021I'll help you sir, if i'm on my laptop.. For Stop & Limit order, do you prefer pip range/distance? Or based on trendline / horizontal line?
I will code your EAs and Indicators for no charge
-
daengrani07 replied Nov 6, 2021Dear pathum, i have exactly what you're looking for. I have this many years ago. You have to considered any other possible scenarios, it's not as simple as you explain. I have some variations of this kind of logic.. For Stop Order Level, you can use ...
I will code your EAs and Indicators for no charge
-
daengrani07 replied Jan 29, 2011Asking about Renko auto-trading — Dear Zen_Leow, Dear Chris_B, I see that you're a programmer & wiseguy too. I need help about Renko auto-trading. I'm testing it now on VPS (Renko pure candle EA by SteveHopwood) & got some idea for improvement ...
MTF indicators don't work during backtests?