fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. DOSENPFAND
    3. Posts
    D
    • Profile
    • Following 0
    • Followers 1
    • Topics 1
    • Posts 5
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by DOSENPFAND

    • RE: Adding a Sure-Fire-Hedge, to an Startegy

      Yeah, i was suprised to see so many pre-build Money Management blocks with progression , specialy because i was looking to incorporate the "Labouchere Progression" into the EA. Not even Steve Hopwood has made public available code for this( and i guess he coded virtualy any stupid idea for anyone out there in retail forex land ๐Ÿ™‚ , btw i guess his "universal EA " where he build most of his stuff from is or was available , free , on the net. Maybe you would like it .

      But yeah that wouldnt solve the Mt4 dependency , but why have you never looked at Multicharts, or the more exotic Nanotrader ? Ok, Multicharts is not cheap but demos or even cracked versions are around the net and backtesting with this program is very good( of course it stays and falls with the data source too) , at least thats what the people say , i never tried Multicharts myself.

      By the way i ran into a (hopefuly) little problem again.

      Under the "on trade" tab of the original Sure-Fire Project http://fxdreema.com/shared/zlHZzgzXc the Lotsize of every pending-order after the 1st market-order is determined by two simple formulas(by definition the first pending order after initial order must be Grand-Martingale according to the Sure-Fire-Hedge Trademangement), the condition which formula on which order shall be used, is above, but the pending order MoneyMangement section wants to know which of the two Formulas (in my case formula of block 10 or ๐Ÿ˜Ž should be used, since this is defined by above condition and while the original Sure-Fire simply has the Term "Formula" in the pending order section where iam forced to decide which , iam a bid puzzeled.

      "My" Sure-Fire so far

      http://fxdreema.com/shared/95vCSCnxc

      If you could help me out [and you manage to escape the abyss of dreemas code core for a while ๐Ÿ™‚ ] it would be nice .

      [Edit]

      Btw, i havent tried Multicharts but the mentioned above Nanotrader , and backtesting on this thing ran very fast even on real tick data, it also has build in sensitivity analysis to prevent curve fitting and also basic tools for very easy creation( even from my noobish point of view) of automatic or semi-automatic( even automatic tactics to trade "in the spread" when hitting the "buy button" ) tradebots.... But Multicharts and Nano are just to expensive for just playing around "on the markets" not even knowing if a certain success is even possible.

      I have also read there is a bt tool for Mt4 called "Genetic builder" its supposed to exercise faster btยดs as the build in mt4 backtester but i dont know if this prog is any good .....

      And no iam not selling any of the stuff ๐Ÿ™‚

      posted in Questions & Answers
      D
      DOSENPFAND
    • RE: Adding a Sure-Fire-Hedge, to an Startegy

      I guess its called , " having no boss, so i do whatever i like most Syndrom" ๐Ÿ™‚ the cure could be either an an "EA" which is answering all redundant questions^^, or listening to my begging for some more complex examples, simply to see what is possible (or what is not ) .

      I prefer latter treatment, as you might have guessed already:)

      Annyway i see a convergence between the phpBB admin panel and fxdreema , dreema is realy kinda intuitive for people without coding experience who are aware of at least a tiny bid, how MT4 or trading in general works, but some little details, or conditions who are so easy to write in pseudo code can be very tricky , creating "logic holes" resulting in strange behavoir of the EA and the trader in front of the PC ๐Ÿ™‚
      But i guess that goes for coding in general and its not fxdreema inherent.

      Keep up the good work

      posted in Questions & Answers
      D
      DOSENPFAND
    • RE: Adding a Sure-Fire-Hedge, to an Startegy

      Well i found a Sure-Fire Project , odly enough not with the forum search but with google.
      Annyway , thanks to the Author of this EA!
      It gave me some insights what is possible with dreema i didnt know of . No insult intended but specialy for noobs like me the docs are realy lacking of a good explenation and examples, it seems they didnt even cover all parts in a "scratch the surface" way, but on the other hand thats a lot of boring work , fxdreema is extremly funny to play with it and to learn and it also seems more sophisticated,complete and flexible then all the other generators i have tried.

      [Edit]

      I already find the block , thanks anyway

      http://fxdreema.com/shared/zlHZzgzXc

      posted in Questions & Answers
      D
      DOSENPFAND
    • RE: Adding a Sure-Fire-Hedge, to an Startegy

      Thanks for your fast answer.
      of course i searched the whole forum ( the whole page actualy) for a similar hedge TM since you mentioned Sure..-Fire in another thread but i couldnt find it.

      First of all youre surely right , its bad designed since i totaly lack of experience and understanding of some of the blocks.
      But i was aware that the " in loop" might not be right. The problem is couldnt find anything simillar like this " pips away from Sl/open/Tp" block elsewhere , but recently i discovered that something similliar is in the condition block under "trade events"?? right?

      The other problem is that i have no idea so far how to make the hedge an inherent part of a "logical trading circuit" without using buy/sell stops or market orders for every hedge trade that i need. I hope the link you provided will give me some more insight , but if you have more examples i wouldnt mind that ๐Ÿ™‚

      Greeetings

      posted in Questions & Answers
      D
      DOSENPFAND
    • RE: Adding a Sure-Fire-Hedge, to an Startegy

      Hi ,

      first of all thanks for your nice WYSIWYG Editor !
      Maybe it will be a first small step into learning to code in general as well.

      I know that you dont care much about hedging strategies but it would be nice if you have the time to quickly overlook a not working EA which "i clicked togehther" with your tool.

      Iam also not sure if your familliar with the Sure-Fire-Hedge Trade Management(some use it as a stand alone strategy which will obviously let to a sure loss) which i want to implement within my strategy . It is basicly that you need a strategy with at least a slighet positive expectation where the SL is as double as high as the TP so on half way to the SL of order1 a Hedge Position +1 unit will be opened in the direction of the SL of Order 1 with the same TP and SL ( just in the other direction of course), if price fails to reach TP of the Hedge position too and goes back to the open Price of order 1 a third Hedge is opened and so on and so on .....

      In my variation there should be only 4Trades Max. at the same time and the TPยดs of the trades get also modified to BE-Spread ( I did this by simply reducing the TP of all running trades, to make it not more complicated )

      Well unfortunetly the EA doesnt do as i suppose , i tried it in almost all ways i could imagine and a lot of different combinations of blocks , but iam a completly noob EA Coding and Coding in general so i guess i just make a big logical mistake .
      For now every EA i tried just opens all Position at once an closes them in a way i never intended

      It would be very nice if you have a short look over it ( and please ignore the condition when to open a trade , that was just something random for testing purpose )

      Here is one of the Examples which dont work:

      http://fxdreema.com/shared/MVoriPI2b

      posted in Questions & Answers
      D
      DOSENPFAND
    • 1 / 1