fxDreema

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

    Jim5129

    @Jim5129

    0
    Reputation
    210
    Profile views
    5
    Posts
    0
    Followers
    0
    Following
    Joined Last Online

    Jim5129 Unfollow Follow

    Latest posts made by Jim5129

    • RE: EA not registering RSI crossover

      @miano
      You need to be more defined, more conditions, what is to close when cross below 10 bull candle or bear candle, if the program doesn't know what you want it can't perform what you want, when you string your blocks together, think on how the the computer see it , you have a lot of blocks that are per-programmed for you to link together.

      1. Start off with (no order block) then 1st condition RSI X< 70, the current Candle would be 0, if you use 1 would be past time the candle before the current one.
        then Sell order Block, set T-P and ST-L
        Don't use connect no blocks to sell order.
      2. Use (if trade Block) sell only
        then (condition block) under (if trade block)
        condition would be RSI X< 10
        the add (Close Trade )Block- Sells only.

      you can do the same for buy, just copy and past and reverse direction. hope this helps....

      posted in Questions & Answers
      J
      Jim5129
    • RE: How to run 2 blocks having far numbers

      @faiz43
      You have to just delete the close trades block and reconnect orange lines, but if your not using stop loss then you will have to manually close the trades.

      posted in Bug Reports
      J
      Jim5129
    • RE: Open New Trade When Previous is Winning Trade

      @biztet

      send me your complete set up to look at..

      posted in Questions & Answers
      J
      Jim5129
    • RE: Open New Trade When Previous is Winning Trade

      @biztet

      No say Bulls are on a run, because the pips climb over 50 pips, then it adds more volume to the bull climb by opening another trade, you can play with the (add Volume) Block by increasing the vol at higher lots, the higher the lots, means that you have to have more starting balance , only to cover in case you have 5-6 loses at start.

      They say you can't put a pink block under the buy or sell, but i do it all the time and works great, I have made some good money with the (Add volume block) only after the trade was already in the profit.

      I looked at your set up you sent me and the only thing I see wrong it the percent, 2.5 percent should be put in 2500 I not sure why they programed it like this, but this is the only way I found it to work correct.

      Example:
      1 % = 1000
      2 %= 2000
      3 %= 3000
      and so on

      posted in Questions & Answers
      J
      Jim5129
    • RE: Open New Trade When Previous is Winning Trade

      Add a block (check take profit) under your buy block, say your take profit is 100 and you would set your( check-take-profit) at 50 pips, then add a block called (add Volume) then double your volume in the( add Volume block) when the trade reaches 50 pips it will open a another trade with double the volume, I use this same thing in one of my best EA's, it's one of the secrets the pro's won't share, hope this helps...

                                                                                                                                                         Jim
      
      posted in Questions & Answers
      J
      Jim5129