fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. Ipod
    3. Posts
    I
    • Profile
    • Following 2
    • Followers 2
    • Topics 18
    • Posts 121
    • Best 7
    • Controversial 0
    • Groups 0

    Posts made by Ipod

    • RE: Spread variable trouble

      The spread filter has an average system built into it, you choose seconds and then an offset.

      I just want to put the data into variable so I can see it function and tweak it.

      So I want to use a long average spread, so keep under a pair volatility during news or close of the day. Say a daily average spread but right now I my variable doesn’t grab the spread so I can see it work. If I have a set spread that needs tweaking for every pair which I don’t want to do.

      Spread filter uses seconds.
      Ea input I use in minutes so, 1 x60 to convert it for the spread filter.
      Offset of 10 for now while testing.

      I want to display the average spread on the chart.
      The average + offset.

      How can I read what the spread filter is putting out in a variable form which I can modify and display?

      posted in Questions & Answers
      I
      Ipod
    • RE: modify stop loss in percent calculation?

      @l-andorrà ahhh fair enough, thanks for the advice on this. I’ll park it and come back when I have more experience and knowledge.

      posted in Questions & Answers
      I
      Ipod
    • Spread variable trouble

      Hi, hope someone can spare some time to assist.

      Just having some issues trying to get variables to work how I want, essentially all I am doing is trying to get the average spread filter to put the average spread value into a variable so I can see it working on the chart, then add that value + the offset and display that on the chart too.

      Am a bit slow, can't figure it out. The comments are just displaying information on the chart to test it's all working.

      9a5e2bb9-45ca-4f5f-843b-33e2f9cf9e05-image.png

      https://fxdreema.com/shared/v73pg0lD

      ATR Base EA.mq5

      posted in Questions & Answers
      I
      Ipod
    • RE: What does indicator appear and indicator disappear block do.

      You can turn an indicator on and off visually with those blocks. The trade takes data directly and does not take the data from an indicator being put on the chart, almost like a seperate block really

      posted in Questions & Answers
      I
      Ipod
    • RE: modify stop loss in percent calculation?

      True I appreciate what you are saying, but hear my out. Some prop firms require a stop loss of a maximun size of say 2%. For every trade that opens I would want to set a max stop loss of 1.9% to comply with the rules (realistically it does not matter the total risk on the account)

      Trade 1 = 0.01 lots so in theory 1.9% stop loss the distance in pips is 1000 to make things easy.
      Trade 2 = 0.02 lots now the stop loss would be 500 pips away.
      Trade 3 = 0.03 lots and stop loss is now 333 pips away.
      trade 4 = 0.04 lots with a stop of 250 pips.

      My aim is not to change the stops for every trade as a basket, just have a stop distance of 1.9% in this example per trade so the bigger the lot size the shorter the stops. or an overall loss calculation but with hard stops rather than caclulated per tick based on a fraction of the account balance.

      posted in Questions & Answers
      I
      Ipod
    • RE: ATR pips

      Thanks for sharing this @jstap

      posted in Tutorials by Users
      I
      Ipod
    • RE: modify stop loss in percent calculation?

      ohh sorry, let me try again.

      https://fxdreema.com/shared/4MlJfwdI

      posted in Questions & Answers
      I
      Ipod
    • modify stop loss in percent calculation?

      Hi

      Basically I run a very simple EA on my prop accounts to ensure I always have a stop loss enabled, the issue is i want to calculate that in percent say 1% and set the stop there for each trade.

      Would be great if someone had the time to assist me, i know we can set it when an order opens but is there an easy way to modify an existing pips distance SL into a %SL?

      Kind regards

      SL in pips project

      SL in Pips.mq5

      posted in Questions & Answers
      I
      Ipod
    • RE: Easy way to make ENUM

      This is pretty epic thank you

      posted in Tutorials by Users
      I
      Ipod
    • RE: Cannot get Hedging basics to work, Master coder required :)

      No problem I will stick to my variable martingale for now 🙂 building a good base and then adding conditions, news filters and maybe some other stuff 😄

      Thank you for the assistance though

      posted in Questions & Answers
      I
      Ipod
    • RE: Cannot get Hedging basics to work, Master coder required :)

      Yes, it was going to form part of my overall EA which has several parts involved but I just cannot get this to work.

      If it is a lot of work and you believe it's not worth looking into don't worry too much. If you think something else is better in the long run I could research that instead.

      posted in Questions & Answers
      I
      Ipod
    • RE: Cannot get Hedging basics to work, Master coder required :)

      @l-andorrà

      Oops didn't realise it hadn't uploaded.

      Sure-Fire_Forex_Hedging_Strategy.pdf

      posted in Questions & Answers
      I
      Ipod
    • Cannot get Hedging basics to work, Master coder required :)

      Hello

      I've been trying to create a hedging strategy as per this PDF but cannot for the life of me figure it out, can someone smart please give me a helping hand.

      Basically open a buy, then if -10 pips negative open a sell x3 the lot size and close at 10 pips for profit, if the trade swings back up open another buy when the sell is -10 pips x3 from the previous "sell trade" etc etc.

      Any help would be greatly appreciated.

      [0_1558901190110_Sure-Fire_Forex_Hedging_Strategy.pdf](Uploading 100%)
      0_1558901201240_Sure Fire Hedging.mq5

      posted in Questions & Answers
      I
      Ipod
    • RE: MT5: Prolem with programm code since Build 2006 and 2007: ENUM_TIMEFRAMES not working ok.

      Works for me but I use

      ENUM_TIMEFRAMES and then PERIOD_H1

      Optimisation works though for me

      posted in Bug Reports
      I
      Ipod
    • Martingale via add volume ADX used for grid distance issue

      Hi Guys

      I am trying to make an EA that uses martingale via the add volume from pips distance, I would like to add an option to use ADX or maybe ADR so the grid distance will be variable depending on the market conditions but cannot get it to work.

      One method worked but the ADX value was positive so only added volume on the wrong side of the trade.

      Any help is appreciated.

      https://fxdreema.com/shared/KykLx25jc

      posted in Questions & Answers
      I
      Ipod
    • RE: Trading statistics on chart accuracy %

      NVM I have figured it out, I was using flags instead of condition true or false

      posted in Questions & Answers
      I
      Ipod
    • Trading statistics on chart accuracy %

      I would like to add trading percent accuracy on my chart but the only options are profit factor, trade count etc

      Does anyone know how I could count my losers / winners and create a display on the chart with a percentage ratio from previous trades on that magic number?

      I had trading stats on display just no clue how to do a win ratio.

      Thanks.
      Greatly appreciate anyone's time on this.

      posted in Questions & Answers
      I
      Ipod
    • My first fxdreema scalping EA, I wish to add martingale / grid

      Hi Folks,

      So basically I have created my first USDCHF 1m scalping EA I wish to further test this theory out and add grid of x amount in pips maybe 0.5 pip spacing with and without averaging profit to test each method out.

      I currently do not have knowledge on how to do this properly if anyone can help that would be great, you're more than welcome to test and use my EA though if you so wish.

      Scalper v1

      posted in Questions & Answers
      I
      Ipod
    • RE: Creating a drop down menu?

      Okay thanks for the code and advice, I think I will just stick to creating seperate EA's and not complicate things exponentially 😄

      posted in General Discussions
      I
      Ipod
    • 1
    • 2
    • 3
    • 4
    • 5
    • 6
    • 7
    • 6 / 7