@Pheaktra-Capo
Intuition is intuition. Maybe you can re-check yours with reality.
Posts made by sktsec
-
RE: BUY+SELL Break Even Pointposted in Questions & Answers
-
RE: Fx dreama for tabletposted in Questions & Answers
@Yaserjafarnia
It's the double click issue for chrome in android. An issue for years, you can goggle it.But there is a workaround solution:
Pre-requisite:
PC with Windows Pro.
The PC is always on
Enable remote desktop management. (rdp)
On your phone, install Microsoft rdp from Play Store.Remote connect to you PC whenever you want and do whatever you want.
I do this all day!
-
RE: BUY+SELL Break Even Pointposted in Questions & Answers
@Pheaktra-Capo
Really? Put it in another way:Buy average: 1846.83 0.06 lot
Sell average: 1859.25 0.12 lotLet x be the balance price, i.e.
0.06(x - 1846.83)=0.12(1859.25 - x)
(0.06-0.12)x = 0.06(1846.83)-0.12(1859.25)
x = 1871.67You really need such a higher price to get break even!
-
RE: BUY+SELL Break Even Pointposted in Questions & Answers
@Pheaktra-Capo
Considered weighted sum:
Buy weighed: 1850 x 0.01 + 1848 x 0.02 + 1845 x 0.03
Sell weighted: 1855 x0.01 + 1858 x 0.02 + 1860 x 0.09Buy volume: 0.01 + 0.02 + 0.03
Sell volume: 0.01 + 0.02 + 0.09Break even
= (Buy weighted - Sell weighted)/(Buy volume - Sell volume)In your case, 1871.67
-
RE: Close the order with the largest loss?posted in Questions & Answers
@kingvu
For closing the most losable trade, try:

-
RE: EA Doesnt open live trades.posted in Questions & Answers
@Nakul
You need to see the outputs in Journal and Experts sessions to see any error. If it doesn't work, you can add comment to dump the value of the variables -
RE: Cross terminal broker data sharing EA.posted in Questions & Answers
@l-andorrà
Agree. HFT needs generic C++ and even broker API. I even wonder if HFT were even achievable through MT4/5 brokers -
RE: How to take profit using indicatorposted in Questions & Answers
Are you sure Buffer0 of the indicator HMA is the value you want?
-
RE: Comment (ugly) block doesn't work on MT5posted in Bug Reports
@l-andorrà
Does it happen every time? Sometime objects were not removed from the chart successfully due to malfunction of Deinit() processes.Such case requires manually deleting (all) objects, and then close and re-open the MT4/MT5
-
RE: Duplicating indicator windowsposted in Questions & Answers
It's likely that it is your EA that created multiple instances of the indicator, not because any error in your indicator definition.
-
RE: Would it be a bug??? Sum in Loop for 2 or more orders not working!posted in Questions & Answers
@OntradingX
How does your logic give you the sum? -
RE: Would it be a bug??? Sum in Loop for 2 or more orders not working!posted in Questions & Answers
@OntradingX
Not a bug. I am afraid your EA does not have any logic of summation as you claim. Maybe checking your own logic can help -
RE: meta trader in surfaceposted in Questions & Answers
I think you mean Microsoft notebook model Surface? What exactly is your problem? Chart historical data not loaded? What does it mean?
-
RE: singal from trading view to mt5posted in Questions & Answers
@danyz1989
That's what I said: change group mode to ALL.What do you mean "cant close the pending order if the prediction from trading view is correct"
