I want to know how can i used these conditions in fxdreema
-
Hey,
I want to create a EA with the help of fxdreema, and i am asking from past 20 days @jstap sir how to create things and he helped me alot. He is a great person. Now i decided to ask everything in one post so it will be easy to answerI want these things in my EA
- Fixed Lot Size
- % of equity lotsize
(Problem is I can used only one in buy block fron these two money management conditions, Question is how can i used these 2 conditions in my EA) - After buy/sell 1 I want to buy/sell orders after every 40 pips.
(Buy orders at below buy 1 & sell orders above sell 1) - I want to used martingale also for every three order. Means lot size increased after every 3 orders. If trade is against me, but the issue is same, we can used only one money management method and also I don't know how to used Martingale changed after 3 trades)
- Closed all trades of one direction buy or sell if sum of all trades is profit of 30 pips.
- I want to closed all trades and orders if equity is 25% down, same for up.
Note: I want to control these option in input menu of MT4
@jstap or any other person please guide me how can i used these condition. I know it's a long job but if you help others, others will help you. Ignore my English. Heheheh
I will be very thankfull to you, Thanks
-
@talalkhan
1,2. use condition block with a bool constant to decide between the two options.
3. Use pink for each trade block then pips away block (- = below) (+ =above) with the buy/sell underneath.
4. Never used martingale but you can use a condition to switch off/on certain actions.
5. Pink blocks will give you pips as an average for buy/sell then have a close under a condition that is activated when average pips is made, the blue blocks will also do this for you.
6. This can be done by taking the balance at a set point in time, /100* the constant percent, if equity matches this number all trades are closed, trading is stopped until it's reset. -
@jstap Bro I am not a advance level player who can do all these six things by reading a message.
-
@talalkhan Try ask any questions if you struggle and help will be given, start with 1 and anything you cant do can be assessed from a shared link.
-
@jstap ok its a good idea.
Check this no 1 & 2
https://fxdreema.com/shared/t2XdUgB1b -
@talalkhan Yes that will work.
-
@jstap I done it have a look
https://fxdreema.com/shared/CnJgFsDNc
Skip point 3 for a while, come to point no 4 how can i use 3rd money management method martingale. i dont want multiply lot on every trade i want multiply after 3-4 floating lose trades -
@talalkhan This is the easiest way.

-
@jstap Its one of my friend's EA he is using martingale multiply after 3 trades. Means if running buy 1, buy 2, buy 3 is is loss then buy 4 open multiply lot

-
@talalkhan I don't think this is simple, to set this up you will need to set up buys and sells by group, when the conditions to open the martingale trade are met it does so, then it will need to return to original settings and start again. So you would buy trade 1, 2, 3 as group 1, 2, 3, when group 3 closes it activates the martingale trade.
-
@jstap but in above picture 3 is changeable, we can change it to 4, 2 or 6. I need to put these conditions in my EA . In fxdreema martingale option, there is no settings for how many trades after martingale multiply
-
@talalkhan There is no option for this, you can try check pending order count then delete.
-
@jstap there is always a solution, and I know there is any method that we don't know
-
@l-andorrà
Did you know how to manage this condition.
After X number of running losing trades martingale multiply.
I saw your EA on youtube in which you talking about after how many trades martingale multuply, i need little bit changing like After X number of running losing trades martingale multiply.
Please must reply -
@jstap Bro leave martingale's problem, will see it later.
Come to problem no 3,
I want to buy or sell after X no of pips if trades against me.
I tried like this but i don't want like this
https://fxdreema.com/shared/fmMnMmLad
I want a one constant input from where i can control for buy and sell grid size.I tried and the result is if i am using - bot is buying below my trades in a bulk number of trades not only one
-
@talalkhan I'll get something together for - you need some way of only allowing 1 trade, another no trade block will do but you have to use different group number
-
@talalkhan This will put your positive constant into a negative variable.
-
@jstap Sir where to place these blocks? or used these as separate tree??
https://fxdreema.com/shared/5yDZvDMsb I used like this.
If did it right my next question is how to used this same constant pips_away in sell tree (which i will create later) -
@talalkhan Put in a separate tree, where you have the constant for buys replace with the variable, use the constant for sells.
-
@jstap Same problem ea is buying above my buy order and also buying in bulks. i think i did it wrong
Check: https://fxdreema.com/shared/nUY7Ggd8c