Jump to content

tgtrading

Members
  • Posts

    26
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by tgtrading

  1. how do we than identify flat market and than trade i am seeing there are lot of false signal when market is in trend it might even kill the account if the market is in Yen pairs, can any one think of some thing logic where we can spot the market condition in which this system can gives us maximum returns

     

    Use fixed stop-loss, use bigger timeframes, try to identify real extremums with the indicator (increase or decrease period for different timeframes). This is for manual trading.

     

    Alternative - use averaging technique, like that one, shown in video.

  2. hi !

     

    Today I had trade ( gold ) but when I check in the setting so :

    shadow_factor =2.2

    What will I do ? Must I repair as you say shadow_factor =0.5

     

    Thanks a lot

     

     

    Well, I should tell how the candle is recognized. Let's find WHITE HAMMER (long lower shadow, short upper shadow).

    First we should find out what type of candle is it (white or black).

    If open < close // white candle

     

    Then we should recognize short upper shadow:

    If (high-close) <= ((close-open)/2) // short upper shadow

     

    Then we recognize long lower shadow:

    If (open-low) > ((high - open)*X) // recognizing long lower shadow where X is "shadow factor".

     

    So, bigger factor is - longer lower shadow is. And if shadow factor is relatively small - the shadow is shorter.

    The candles with big shadows could be found more rarely, so setting shadow factor more than 2 means that EA will open trades not so frequently, since it recognizes appropriate candles not so often.

     

    Quite easy, it's not rocket science )))

  3. Hi !

    May I have some thing wrong in the setting , I don't had any trades yet . I test on gold

    Please help !

    Thanks a lot

     

    "=== Indicator ==="

    shadow_factor = 0.5; // Candle "shadow" factor

    HummerWhiteDir = 1; // White hammer trade direction: 0 - no trade, 1 - buy, -1 - sell

    HummerBlackDir = -1; // Black hammer trade direction: 0 - no trade, 1 - buy, -1 - sell

    StarWhiteDir = 1; // White star trade direction: 0 - no trade, 1 - buy, -1 - sell

    StarBlackDir = -1; // Black star trade direction: 0 - no trade, 1 - buy, -1 - sell

     

    Make sure that candle shadow factor is not more than 2, and also make sure that direction of the trades is not equal to 0 - it has to be 1 or -1.

  4. Hi !

     

    Please help me ! I can't open manual file .

    This EA trade on the best current pairs and tf ?

     

    Thanks for your share:)

     

    Hi. The manual itself in PDF format, so install Adobe Reader (it's free) and you will be able to handle it. Manual is only in Russian language (sorry, have not much time to translate it), but I have attached the special optimization.set file - just load it in tester and start optimization.

     

    This EA can trade on EVERY instrument, which generates candles )

    Good results are for spot silver and gold, for all majors and any crosses. You need just to optimize EA for specific instrument you want to trade.

    TF from M1 to H4 - whatever you like.

  5. For those ones who might be interested in this indicator / trading system: www.telfordsystems.com

     

    You may have free trial for 15 days for one pair (EURUSD, GBPUSD etc - from available list) - just sign up and send e-mail to support with request for free trial (mention in your request that you came from indo-investasi.com).

     

    Fair service for fair price. Check it out. Hope you like it ;)

  6. Hi, will be great if anyone try to explain how these indicators work. But just noticed that spore 7 is actually 220 simple MA. Anyone noticed that too??

     

    well done )

     

    indeed, this is MA simple, that's it. I've made it for quick plug - just drop it on the chart and forget.

     

    Here is the final version of my spore12 indicator (ex spore9 indicator) - now it's more "rough" and shows signals only when highly overbought / oversold

     

    http://www.multiupload.com/1IHPMDWJX8

  7. Hello tgtrading

     

    i don't know what is on your mind ,but here we are sharing ,but i don't know why you give us only template.

    if you want to sell something than you are in the wrong place,sharing is ok.

    egaal

     

    Hi, it is stated in the very first post - it's gonna be subscription service (for very reasonable money) and I'm just trying to catch interest of potential subscribers. I did not find appropriate thread in this forum, so I've posted it here, in trading systems.

     

    i don't know why you give us only template

     

    You know, I've spent helluva much time to develop this system (manually calculating levels, searching for patterns, deleting wrong formulas, adding new formulas etc), and it was not days, weeks, months, I've spent about two years and finally it has became a very nice indicator. And as I understand, you suggest to share with you this indicator? Well, probably I will share with you, but I want you to share something interesting with me as well ;) fair game, isn't it?

     

     

    regards,

    TG Trading

×
×
  • Create New...