@od In this EA that is with buttons (you eliminate them and it is a normal EA) open 4 operations 2 SELL and 2 BUY with a difference of distance between them and the BUY and SELL opposite each other in distance. Look at it.
Posts made by XYON126
-
RE: Can one open multiple trades using one condition ?posted in Questions & Answers
-
RE: I want hedging blocksposted in Questions & Answers
@pramod-1 Here I attach an EA with buttons where you can open 2 operations at the same time and so you see the structure, one button opens the operations the other closes them, the operations are at 0.5% of Equity, try it in demo always and so you have two examples one of panels and another of coverage in the same EA for reference.
https://fxdreema.com/shared/MzddOQx3
Hope it helps you.
Ah! It also has the sequences so that the colored text that appears in the lower left corner disappears when opening the EA (design by miro1360) and in the "on Deinit" tab the structure so that all the buttons are removed when you close the EA and you keep the screen clean.
-
RE: I want hedging blocksposted in Questions & Answers
@pramod-1 It seems perfect and very intelligent to me. The first thing would be that you have a structure or scheme of what you want to obtain, and since you have talked about Hedging, this Brazilian EA will be based on opening two operations at the same time but opposite, that is, a SELL and a BUY and as the price rotates In one direction or another a new couple was opening but with opposite values ​​that counteracted the losses of the previous one. If you have the rules, raise them since there was a distance between one operation and another that is the key. Ask yourself this and pass the link and we will begin to correct you and help you.
-
RE: I want hedging blocksposted in Questions & Answers
@pramod-1 Hi. There is currently that EA in two versions, both improved to the original or Brazilian, it has them free for Demo and at a very low cost in real account, I have tried them but as I have already mentioned in another post, the coverage EAs already blow your account that when you must start to win the lot is so high that the European Brockers by the current regulations close all the operations when you exceed 20% of your balance. If you still want to have it, I'll give you the link, but privately since I don't think it should be around here.Naturally they are not mine, they are from a Spanish website that has many very good and free applications (indicators), even panels.
-
RE: simple panelposted in Questions & Answers
@bacardi2001 Hello, I am doing and in fact I already have a finished pair (see my post) but if you clarify more exactly what you need we can help you, myself, I started from scratch and now I have several half and others finished. Say what you need and we will help you. I attach photos of some of my projects as a guide:


o un proyecto a medias:
https://fxdreema.com/shared/nLc2omNS
The first photo works 100%, it opens operations with a 5: 1 Ratio and a Stop Loss of 20 pips and the "open Trades" button opens two identical operations, one in SELL and the other in BUY. The rest do what you put on the button. I hope I've helped.
That if and very important, you will need a payment account since there is a minimum of 15 blocks in the simplest and the free one only allows 10. -
RE: helpposted in Questions & Answers
@tuhand The link you have put is the one on the page to program EAs and Scripts, and what you want an EA with Bollinger bands and Martingale is like ordering pears from the orange tree, here we can help you solve your doubts and create your EAs but I doubt very much that Here and nowhere do you perform a complete EA from scratch, here we help and teach but not further, or so I think.
-
RE: Making Profit from EAsposted in Questions & Answers
@biztet It is clear that trading with € 1,000 is not the same as with € 10,000 and much less with € 30,000, but as a general rule it is always 20% per year of the capital you have, it is possible that a month you will earn 150% or 200% But it will be a month of 12, then the catastrophic events will come to you that although I am not an old trader, what they have been for years will confirm it, there are more months in losses than in profits and the annual average is 20% commented, it is also true that it is easier to bust a € 1,000 account than a € 10,000 account, and it is not a matter of slowness but of statistics.
-
RE: Hi . Is there a simple way to create a recovery cap ?posted in Questions & Answers
@mustapha I see that you are trying to do a Brazilian EA called Coverage EA, it is a fallacy and it bursts accounts, statistically it is impossible no matter how much they sell it to you since with a percentage of the account of 2% you can only fail 68 operations and that technique to The one that you have 6 operations is already above 20% of the account, a European Brocker only allows you 20% of consecutive losses and once that limit closes all the operations automatically, only if you are a Company they allow you 30% so don't waste time on something impossible, it's advice unless it's for fun.

-
RE: Making Profit from EAsposted in Questions & Answers
@jazzybhai My answer is YES and NO, it is not a joke, any EA you design, no matter how good it is, even if you have a Profit Factor of 10 (it is impossible, the maximum would be 3) you will not earn more than 20%, the rest are fallacies, let me explain , I have several (3 with profit factor 2.1, 1.83 and 1.72) that would owe me according to Backtest a profit of 62%, 54% and 35% and actually making them run in demo a month in a row and alone, I have only obtained 20% and the first 15 days it had losses of 30% until it started to win and got to 20% profit, think that every EA needs a life of use of one year to obtain its profitability but you can have months with large losses and others with great gains to compensate and balance being very good at max. 20% everything they tell you later is a lie. I personally know an algorithmic Trader who says that he earns a lot on YouTube but it is only to sell his EAs, the reality is that he is in front of the screen 6 hours a day following his EAs, all with fixed hours and when he can apply the Breackeven He puts it on manually and the Stop Loss is raised manually so as not to lose so much, and even so he has to renew the EAs, every 6 or 9 months at least as they expire.
-
RE: get the pip price in the current pair (Solved)posted in Questions & Answers
@l-andorrà Sorry, I think I have explained myself wrong, what I need when I say the value of the pip of the pair is for example in the EURUSD pair the pip is usually worth € 0.981, it is this value that I need. The reason is to be able to calculate the lot in a Stop Loss for example of 20 pips and that the risk is € 10, which is the lot I have to place, for that I need it and be able to put it in a variable for the calculation.
-
get the pip price in the current pair (Solved)posted in Questions & Answers
How can I get the price of the pip in the current pair and put it in a variable?
-
RE: Mark price level with mouse clickposted in Questions & Answers
@fenixtrading Your idea is the same as mine, to obtain the distance from the price to a horizontal line and calculate the necessary lot according to a risk predefined by you or by a percentage?
-
RE: Please help (Solved)posted in Questions & Answers
@l-andorrà Exactly what I say, it stays blocked and does nothing, you see the button pressed and nothing else, at least I press it again and the button deactivates and I have not obtained anything. At least it is the result that has given me in the MT4 demo account since in the Backtest it can not be tested and in the demo I do not lose anything.
-
RE: How to calculate Total Wins & Total Lossesposted in Questions & Answers
@mabz_h I started to make a panel that should give me that information, look in the forum for my panels and possibly someone will help you.

-
RE: How do draw a line on the candle clicked?posted in Questions & Answers
@supersako The best option is to use a button that executes or draws the lines you want, I have something similar and it is the only way I have been able to obtain.
-
RE: I´m looking to create a screener, showing me several instruments in some particular order and click on them. Any clue?posted in Questions & Answers
@ancient199 It would be appreciated if you later share your EA as it would answer a lot of unanswered questions in the forum.

-
RE: Chart and Object Blocks Do Not Workposted in Questions & Answers
@vancedavid You must go here:



press the link "shared"

and when the window opens, give us the link that is framed in red (yours)

-
RE: How to calculate Total Wins & Total Lossesposted in Questions & Answers
@mabz_h Have you tried whit the "Buckets "?