For BUY position, TP can not stay below current price. Vice versa SELL
Posts made by Pheaktra Capo
-
RE: Break even should reflect as TPposted in Questions & Answers
-
RE: Check Highest MA nCandleposted in Questions & Answers
Thank you brother. This kind is complex to me. But as i notice some of it, can i play around with another indicator or price by replace this "iMA(NULL, 0, 200, 0, MODE_SMA, PRICE_CLOSE, i)"?
-
Check Highest MA nCandleposted in Questions & Answers
Hello.
How can i check the highest MA within 500 candle?
Thanks . . . . -
RE: Close First and Last positionposted in Questions & Answers
@jstap now it work very well.
I just forget to modify variable of first, last, and sum value back to 0 after close trade -
RE: Close First and Last positionposted in Questions & Answers
@jstap I got it. It work fine. But get the value from first and last trade to calculate profit seem not correct value
-
RE: Close First and Last positionposted in Questions & Answers
Hello brother. There will be check last one, two or three trade to cut off the first one that holding loss. But first i need the idea how to take first and last trade.
-
Close First and Last positionposted in Questions & Answers
Hello brothers
If i have 10buy position as in Grid, First trade loss -100$ and last trade profit +100$. I want to close these two position and keep another 8position to continue.I mean whenever first trade + last trade >= 0, close it.
Believe all brothers out there can help this.
Thanks in advance and have a nice day . . . . -
Draw and delete rectangleposted in Questions & Answers
Hello everyone.
I know how to draw one, two or more rectangle. But the point is, if it reach the condition to draw, let it draw. If it draw up to 3 rectangle, i want the first rectangle to be delete. So, next time, it keep draw the third and delete the first. (total always remain only 2 rectangle).
Believe you guy have the clue to help me.
Thanks and have a nice day . . . . -
RE: Daily Closed Volumeposted in Questions & Answers
@jstap Now i can make it. Thank you very much brother
-
RE: Daily Closed Volumeposted in Questions & Answers
It no matter trade open since when! just want to know the total close in a day
-
RE: Daily Closed Volumeposted in Questions & Answers
@jstap Hello brother
yes. I mean total closed trade in a day -
Daily Closed Volumeposted in Questions & Answers
Hello everybody
How to check daily closed trade volume? -
RE: Round the number / Remainder divisionposted in Questions & Answers
No need Custom MQL block. Use Pass block instead of Custom MQL block. Put the DoubleToString in Text(code input)
-
RE: Help with Recovery Zoneposted in Questions & Answers
Hello. Do you mean you want to create Hedging EA?
-
RE: Round the number / Remainder divisionposted in Questions & Answers
@jstap add on brother jstap, i can share some example
DoubleToString(AccountEquity(),2)This will round the result number into 2decimal. If you need 3 decimal, use DoubleToString(AccountEquity(),3)
-
RE: Varius signals in EAposted in Questions & Answers
Yes. It is possible.
No Position(Buy or Sell Group0) --> Condition1 --> Open Buy or Sell (Group0)
If Position(Buy or Sell Group0) --> No Position(Buy or Sell Group1) ==> Condition2 --> Open Buy or Sell (Group1)
and so on . . . .Believe this can solve your problem
Have a nice day . . . . -
RE: How do I get the maximum float valueposted in Questions & Answers
@TXZZ You are well come brother
