fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. vonmunchy
    3. Posts
    V
    • Profile
    • Following 4
    • Followers 2
    • Topics 11
    • Posts 142
    • Best 8
    • Controversial 4
    • Groups 0

    Posts made by vonmunchy

    • RE: Logic check: Pending buy and sell orders at candle open

      @laudable222 the logic seems right. but i guess it comes down to personal preference as there are many ways to achieve the same goal. If i were you id use the below mentioned way. The order expires after 4 hours. If you want the order to be deleted after the bar ends and dont know which tf to use. You can use once "ever n bars", set it 1 and than delete all pending order block.

      0_1622880710843_09c4a6c6-6cef-4cac-bdbc-eaf0c988b2e5-image.png

      posted in Questions & Answers
      V
      vonmunchy
    • Write To File Block

      When i use write to file block. It slows down my optimization/backrests speed significantly.

      Is it either a bug or im not using the block properly?

      posted in Questions & Answers
      V
      vonmunchy
    • RE: About the spread!!

      @jemmyca i meant, check unrealized profit>spread filter>close trade

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Lines on high and low of range

      @jstap found a solution?

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Read Prices from object on chart

      @zedeai2 For each object on buy tree subwindow value is -1. Its 1 in sell so thats why sell wasnt working.

      As for closing of trade when opposite arrow appears is not working because you have given a group number of 292 for both buy and sell and the same group number should apply to "if trade" and "close trade" blocks

      posted in Questions & Answers
      V
      vonmunchy
    • RE: About the spread!!

      @jemmyca replace market properties with "Spread Filter" under Time filters and see if it works

      posted in Questions & Answers
      V
      vonmunchy
    • RE: How to set trades lot size from newest to oldest?

      @q8carpenter something like this i guess.

      https://fxdreema.com/shared/UmZlZ4jV

      posted in Questions & Answers
      V
      vonmunchy
    • RE: using fxdreema variables with on OnTester()

      @supersako thanks for sharing. Let me rephrase my question.

      The return gives 1 output. In this case it was a variable. Im trying to have more than 1 variable. Any suggestions on that

      posted in Questions & Answers
      V
      vonmunchy
    • RE: How to set trades lot size from newest to oldest?

      @q8carpenter how would the logic be if it were to be used in a loop

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Exiting a Trade using an Indicator.

      @gozey here you go.

      0_1622736227529_acb39b1b-6d15-425c-bb92-ec2f7056f4ad-image.png

      posted in Questions & Answers
      V
      vonmunchy
    • RE: NO TRADE BLOCK

      @jpsam 0_1622732425527_fbeed854-7883-4e0a-90f8-0418a0413555-image.png

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Custom Trailing Step true Break even offset?

      @tho401 i havent tested this but this was the idea i had.

      https://fxdreema.com/shared/eKqjHMiud

      When no position the step amount is set to default 1. Different step levels at different tp%. Tho im not sure if this method would work for multiple trades. You need to test and find out

      0_1622731371661_ee7b0570-824f-4f8f-b039-cc72dac58d91-image.png

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Custom Trailing Step true Break even offset?

      @tho401 off the top of my head and definitely not tested.

      Why not try using "pips away from tp" put that into a variable. Example. 10 pips away (step 5). 20 pips away (step 2).

      Hope you get idea of what I'm trying to explain

      posted in Questions & Answers
      V
      vonmunchy
    • RE: using fxdreema variables with on OnTester()

      @supersako said in using fxdreema variables with on OnTester():

      @l-andorrà @CDWilder1 I know this topic is very old, but I actually figured out how to do this, its as simple as putting
      v::(your variable name)
      inside the return function, so for me, I want to test based on my winrate variable, so my MQL studio function would look like this

      double OnTester()
      {
      return(v::WINRATE);
      }

      Mind sharing how you calculate your win rate into a variable.

      The right now I'm able to output 1 parameters to csv.

      Any suggestions on outputting multiple?

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Trading between 2 horizontal trend lines

      @ladydolares oh my god. I wrote in private to be poliet. I rest my case. Good luck 🙂

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Trading between 2 horizontal trend lines

      @ladydolares hmm maybe you seemed to misunderstand what I meant.

      I meant to post the project link and than I would correct what you were doing wrong. That way you learn as well.

      FYI: The only reason why I offered to rebuild/correct someone else's project was your logic is similar to a mean reversion system which I'm in the process of building ✌️

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Getting below 1.5 lot multiplier with a martingale sequence

      @monstermann456 change the varible to int if its in double already.

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Turn off EA after 4 consecutive losses

      @lrswatson well just turn algo trading off and on than. Its two clicks tho. lol

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Trading between 2 horizontal trend lines

      @ladydolares post your latest project and i will help 🙂

      posted in Questions & Answers
      V
      vonmunchy
    • RE: Get Existing SL Value In Currency & Pips

      @raveon

      https://fxdreema.com/shared/tBgHbwkcc

      use that as a reference. From total SL pip is stored into a variable its visible in comments. Plus i added a simple trail so you can check SL getting modified and the calculation getting updated as it happens.

      posted in Questions & Answers
      V
      vonmunchy
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 8
    • 4 / 8