@jstap but how to do that? (Separate buy and sell)
Posts made by Pheaktra Capo
-
RE: Most loss positionposted in Questions & Answers
-
RE: Most loss positionposted in Questions & Answers
@jstap Hello.
I need the most loss one (the position that highest loss) of buy and sell store separately -
Most loss positionposted in Questions & Answers
Hello.
Let's assume that i have 100 position of buy and sell. How to get the most loss of buy and sell position?I want that most loss number put into variable.
Thank you guy . . . .
-
RE: "Position Created" is not working on MT5posted in Questions & Answers
Now it back to normal. I just try to use what was work every 3-4h. Now it work normally
-
RE: "Position Created" is not working on MT5posted in Questions & Answers
Hello my friend. Let me direct to the Support. Thank you very much
-
"Position Created" is not working on MT5posted in Questions & Answers
Hello everyone, especially fxdreema
I think there was something problem of block "Position Created" in "On Trade" tab MT5.
It is not working as before. I have problem in my whole project. I got d*mn headache. I dig it out one by one block until i notice that the "Position Created" is just not working.
Does it happen to everyone too? or it is only on me?
To make sure that the block is not working, i just create new small EA and just attach "Variable" block under it. Yes 100% it(Position Created) is not working.
Please let me know the solution or leave some comment here.
-
RE: martingale. Splitting the lot into several transactionsposted in Questions & Answers
Try this brother. I didnt test yet but it way work and easy to understand
-
RE: martingale. Splitting the lot into several transactionsposted in Questions & Answers
Hello. I am not expertise in FXDreema. But i have idea that you may try.
Check trade Count <= 2
(This part for first 2 trades (10lot each)Check trade count >=2 && <=4
(This part for last 4 trades (2.5lot each)P.S. Some variable block, formula block or some custom MQL block, you may need it to fast(less block, less stress) for easy adjust and modify in your way on.
Please dont mind if it dont work.
Have a nice day . . . .
-
RE: Change color of comment blockposted in Questions & Answers
@jstap Hello. You mean
For Each Object(oragne) > Object Type (Text)
and then
Modified ColorIs that what you mean?
I will try it.
I make Currencies Strength and Dashboard interface look. So, tons of formula in Custom MQL Block, ton of object(include modified, and sometime may overlap due to color or signal)
I will reduce the block after the project finish. But now make it work first.
Otherwise, thank you for sharing.One more question. In MQL website, i upload EA for sell but some time it said not enough balance. To pass it, i must use the default config to something super terrible to avoid much trade. And i am bad in MQL coding. Do you have any custom code to pass that problem?
-
Change color of comment blockposted in Questions & Answers
Hello
how can i change color font in comment block if it met another condition? -
RE: Trade Overlapposted in Questions & Answers
@l-andorrà I just notice it work well on XAUUSD, but problem on EURUSD as i mention above
-
Trade Overlapposted in Questions & Answers
Hello.
My EA is not working as i want it to.
Condition: If no BUY then open BUY (and keep run in Grid)
Condition: If trade(BUY) close then open SELL (and keep run in Grid)
Condition: If trade(SELL) close then open BUY (and keep run in Grid)The problem is, after close the BUY bucket, it open SELL and also open BUY at the same time. and vice versa the SELL bucket close.
My purpose: If have Bucket BUY, no need open SELL. If have Bucket SELL, no need open BUY.
Please help me solve the problem.
Thanks in advance . . . . -
RE: Time to close tradesposted in Questions & Answers
Hello brother. Thanks for idea. Just wonder why use Weekday Filter?
One more thing, Time Filter have Start & End. Both use same time? -
Time to close tradesposted in Questions & Answers
Hello brothers.
Please help me how to close trade at specific time.
Thanks in advance . . . . -
RE: History High and Lowposted in Questions & Answers
Hello brother. Sorry for late reply.
With custom indicator, it kind of plug-in type. Not all in one -
History High and Lowposted in Questions & Answers
Hello everyone. Please tell me how to get the history High and Low and store it to variable.
Thanks in advance and have a nice day

-
RE: Multiplier lot size based on trade countposted in Questions & Answers
@fxpim By doing that, it will multiply every trade created. I want to multiply every three trade
-
RE: Multiplier lot size based on trade countposted in Questions & Answers
@Morpheus_0 Thank you brother. Let me try
-
Multiplier lot size based on trade countposted in Questions & Answers
Hello everyone.
Can you show me the way how to multiplier lot size for every 3 trades created?
For example: Lot size o.o1, Lot size multiplier is 2
This will be:
0.01, 0.01, 0.01, 0.02, 0.02, 0.02, 0.04, 0.04, 0.04, 0.08, 0.08, 0.08, 0.16, 0.16, 0.16, and so onBelieve everyone have the idea to do this
Thanks and have a nice day . . . .
