@VHV-Profit-Masters Good One Thanks.
Latest posts made by mee.air
-
RE: How to use block "check how it was closed"posted in Questions & Answers
Used like this, the block has only Stop Loss, Take Profit options so If SL hit then I increment SL Counter and If TP Hit I put Initial Constant value to it to start again.
-
RE: How to use block "check how it was closed"posted in Questions & Answers
@jstap Thanks
This means I can use Any positions (either BUY or SELL) on top and in bottom of it I connect this "check how it was closed" if this passed through SL I can increment a Counter by modifying a variable. this will work right (please correct me if I am wrong
Please tell me how I can use the Variable value to use as a condition to do some operation as direct option was terminal variable is different thing -
How to use block "check how it was closed"posted in Questions & Answers
I wan to know the position where I can use this block. Because if I put under BUY or SELL block in "On Tick" then I guess its of no use on next tick. If Use in on Trade, then how to connect it because it will only check how the last trade was closed SL or TP right. So On Trade Can be used ?
-
How to check if both trades SL are hitposted in Questions & Answers
Suppose I am having a BUY and SELL both trades running, first SL hit of BUY trade and then SL Hit of BUY Trade. Only if these both trades when Hit SL then I have to Modify the Lot increment variable. Otherwise if BUY Hit SL then Sell trade could go to hit TP. So If any of my trade hit TP I will open fresh trades, no need to modify variable.
How should I detect the trades hitting SL or not.
-
RE: How to know the Total Commissions of running trades ?posted in Questions & Answers
Thanks, I understand it but I was asking how to calculate it on the basis of a closed trade in my Broker account. Once a trade is closed(on the asset) then EA fetch details of Lot and Commission from last closed trade, on the basis of it the EA can give me that printed on chart as well. How to do it or something else can be done, but it had to fetch the last trade commission and lot and on the basis of it prints total Lots opened Commission or something else.
-
How to know the Total Commissions of running trades ?posted in Questions & Answers
Please Experts help me in how to know the total Commissions will get charged after each opened trades, Its on Basis of Lot Size to whatever the trading volume is there total of that can be used to calculate it by just multiplication.
How to do it pls guide
-
RE: How to find the Actual Profit of the Accountposted in Questions & Answers
Thanks,

In Bottom both as Pips I need to use As money right. then only it will have the Money to be compared with when we total it. Am I correct
But the Profit will be -Commission and -Swap or it will be total including these both ?
-
How to find the Actual Profit of the Accountposted in Questions & Answers
Like

Here the Total is total Profit and it counts the Commissions and Swap as well (as I saw in live testing). I want to know the Actual Profit of the Day means deducting the Commissions and Swaps(if any) of the day. how to know that. Please experts guide me.
