@VHV-Profit-Masters Good One Thanks.
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. -
RE: How to get max Drawdown of the Day of current running tradesposted in Questions & Answers
@jstap Thanks I have done like that. and added variable as Comment on Chart to get display of it
-
How to get max Drawdown of the Day of current running tradesposted in Questions & Answers
I want to know on chart the max DD went of the Day. Suppose If I took trades or a EA is taking the trades so in any case even if i am not on screen the max value of DD recorded should get noted either in file or on Chart display.
Please experts guide me how to do it. Thanks and Appreciating the Support I get from experts here in advance, hope to get solution of this issue too

-
RE: How to Compare Value of Variables and use as Conditionposted in Questions & Answers
@TipsyWisdom Thanks I will try that
-
RE: How to Compare Value of Variables and use as Conditionposted in Questions & Answers
@l-andorrĂ
Thanks. In Condition Box there is no option to select the defined variable and the one has it(terminal variable) is not working for normal variable.I kind of tried all options in Condition box there is no option to use a pre defined Constant or Variable to use in it. Can you please guide me may be I am missing something.
-
How to Compare Value of Variables and use as Conditionposted in Questions & Answers
Like I have a variable which is Lot starting with 0.01 and after passing once I increment it by 0.01
But when It reaches 2 I want to increment it by 0.05 so i want to use a condition where I can compare it if it is <= 2 then increment by 0.01 and If not then 0.05i used simple way to modify variable and it was working But this checking value and deciding the increment according to the value 2 I need Help from Experts.
Thanks
-
RE: How to Round a Variable by 2 Decimal digitsposted in Questions & Answers
@seb-0 Thanks I will try to use it. b_var and a_var are what here can they be same. like I hvae a variable which i want to round off to 2 digits so can I use same var in this syntax or I have to create another one and use my intended to round one as a_var and use b_var to replace the old one.
Its too jumbled this way I hope you can understand
-
RE: How to Stop EA after Daily Target in % of Day's Starting Balanceposted in Questions & Answers
@jstap Thanks a lot. I guess the method is good and You taught me something good that we can use basic maths and constants/variables to make our things work whenever FXDREEMA Allows them in adjust
-
RE: How to Round a Variable by 2 Decimal digitsposted in Questions & Answers
OK I have Used a Multiplication factor instead of Division so its Done temporarily
-
How to Round a Variable by 2 Decimal digitsposted in Questions & Answers
Like I have a Variable on Chart which is Fixed for a day but since Its Calculated so it has Decimal Digits which i want to save only 2 Decimal Digits. How can I do it.
-
RE: How to Stop EA after Daily Target in % of Day's Starting Balanceposted in Questions & Answers
@jstap

Can I use like this. Create a variable that on 00:00 will be assigned Account balance value and Other Variable of Profit target. When checking target Profit_Target Variable is selected. Its 10% of the Daily Starting Balance (stored in variable and also Updated daily at beginning of the Day).You once told me that *(multiply and selecting a constant will work in adjust field and it worked as I used it earlier, Can this Work too in this manner ?
I Hope this Simple Solution Works as well to use a Percentage Profit track and operations based on this can be done. Need Experts View this please
