fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. mee.air
    3. Posts
    M
    • Profile
    • Following 0
    • Followers 0
    • Topics 13
    • Posts 36
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by mee.air

    • RE: How to get max Drawdown of the Day of current running trades

      @VHV-Profit-Masters Good One Thanks.

      posted in Questions & Answers
      M
      mee.air
    • RE: How to use block "check how it was closed"

      @jstap f263682f-4b5b-4ff6-be35-1fb5ef08a5bd-image.png

      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.

      posted in Questions & Answers
      M
      mee.air
    • RE: How to use block "check how it was closed"

      @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

      posted in Questions & Answers
      M
      mee.air
    • How to use block "check how it was closed"

      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 ?

      posted in Questions & Answers
      M
      mee.air
    • How to check if both trades SL are hit

      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.

      posted in Questions & Answers
      M
      mee.air
    • RE: How to know the Total Commissions of running trades ?

      @l-andorrĂ  Thanks

      posted in Questions & Answers
      M
      mee.air
    • RE: How to know the Total Commissions of running trades ?

      @bb-2

      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.

      posted in Questions & Answers
      M
      mee.air
    • How to know the Total Commissions of running trades ?

      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

      posted in Questions & Answers
      M
      mee.air
    • RE: How to find the Actual Profit of the Account

      Thanks,

      image.png

      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 ?

      posted in Questions & Answers
      M
      mee.air
    • How to find the Actual Profit of the Account

      Like b1d3c060-916a-44d2-8fd6-b39b386dd90d-image.png
      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.

      posted in Questions & Answers
      M
      mee.air
    • RE: How to get max Drawdown of the Day of current running trades

      @jstap Thanks I have done like that. and added variable as Comment on Chart to get display of it

      posted in Questions & Answers
      M
      mee.air
    • How to get max Drawdown of the Day of current running trades

      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 đŸ™‚

      posted in Questions & Answers
      M
      mee.air
    • RE: How to Compare Value of Variables and use as Condition

      @TipsyWisdom Thanks I will try that

      posted in Questions & Answers
      M
      mee.air
    • RE: How to Compare Value of Variables and use as Condition

      @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.

      posted in Questions & Answers
      M
      mee.air
    • How to Compare Value of Variables and use as Condition

      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.05

      i 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

      posted in Questions & Answers
      M
      mee.air
    • RE: How to Round a Variable by 2 Decimal digits

      @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

      posted in Questions & Answers
      M
      mee.air
    • RE: How to Stop EA after Daily Target in % of Day's Starting Balance

      @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

      posted in Questions & Answers
      M
      mee.air
    • RE: How to Round a Variable by 2 Decimal digits

      OK I have Used a Multiplication factor instead of Division so its Done temporarily

      posted in Questions & Answers
      M
      mee.air
    • How to Round a Variable by 2 Decimal digits

      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.

      posted in Questions & Answers
      M
      mee.air
    • RE: How to Stop EA after Daily Target in % of Day's Starting Balance

      @jstap
      3264d053-06cc-4375-87bf-16de4e49fc97-image.png
      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

      posted in Questions & Answers
      M
      mee.air
    • 1
    • 2
    • 1 / 2