fxDreema

    • Register
    • Login
    • Search
    • Back to the main page
    • Categories
    • Recent
    • Tags
    • Popular
    • Search
    1. Home
    2. everjn17
    3. Posts
    E
    • Profile
    • Following 0
    • Followers 0
    • Topics 15
    • Posts 38
    • Best 0
    • Controversial 1
    • Groups 0

    Posts made by everjn17

    • RE: [HELP] Multipair Stock Trading in MT4

      @roar , awesome it works.
      Thanks for the advice

      posted in Questions & Answers
      E
      everjn17
    • RE: [HELP] Multipair Stock Trading in MT4

      I never think that way but it might works. I was wonder if using multiple block of that can endup making the block crashing each other?

      posted in Questions & Answers
      E
      everjn17
    • [HELP] Multipair Stock Trading in MT4

      Hi'
      I was on progress to trade on stocks with my Indices EA with little modification. I got everything correctly setup until when i realize there's plenty of stocks company that my broker provide and i want to trade all of em.
      So, it's around 275 symbols that i want to trade.
      It's so annoying to open 275 charts and put the EA one by one. So i try to use a block (Set "Current Market" for next blocks) to get around it and set the EA on one chart then it'll do the rest.
      But, when i add the input of 275 symbols, it exceeds the max input character. Then i read miro's thread in here. But i was not sure how to manage the file input since the block that will receive the input need the symbol separated by commas, so in here i should divide the file into 2 or 3 files, now i got more problem on how to make the EA read those 3 files one by one.

      Is there anyone have some easier solution for this?

      Thanks

      posted in Questions & Answers
      E
      everjn17
    • RE: Project Lost for No reason

      @eks wow... it works.
      Well, i feel dumb now, i usually use that history feature during my build. But i never think that gonna work for this problem.
      thanks, you save my work for weeks.

      posted in Questions & Answers
      E
      everjn17
    • RE: Project Lost for No reason

      I did export it but with ex4 extension, i don't think it can be imported back.
      Let me know if there's any solution to this

      posted in Questions & Answers
      E
      everjn17
    • RE: Project Lost for No reason

      I did try to :

      • restart my pc
      • clear cache and cookies
      • using other browser
      • using other internet connection
      • using another pc

      but didn't solve the problem

      posted in Questions & Answers
      E
      everjn17
    • Project Lost for No reason

      Hi'
      I was creating an EA and testing it back and forward.
      but today when i open the project it just open in weird kind of state that i don't know how to describe. So i took a screenshoot here :
      And you can check the project here https://fxdreema.com/shared/NFSBnJFC
      All the variables and input setting were lost.
      Please let me know what to do to solve this.
      0_1591793119523_Screen Shot 2020-06-10 at 8.45.09 PM.png
      Regards

      posted in Questions & Answers
      E
      everjn17
    • RE: Help Error when Open Trade after certain price movement

      HI @l-andorrĂ  , thanks for your reply
      So what you want to say is COPY all block from onTick to onTrade? Doesn't it going to be redundant?

      posted in Questions & Answers
      E
      everjn17
    • Help Error when Open Trade after certain price movement

      Hi' guys,
      The concept of this EA that i want to develop is pretty simple. It gonna mimic Renko chart but I'm not gonna use Renko chart in here.
      So, this EA gonna open trade every "x" price movement. I have an input called "movementSet" to determine how much movement that the price should travel before opening a new trade.
      For example,
      Trading on EURUSD i gonna put "0.001" on "movementSet" input, then every 0.001 price increase from the last trade, it will open a new BUY trade. Also every 0.001 drops from the last trade it'll open a new SELL trade.
      At on Start i immediately put 2 trade, one BUY and one SELL for become the anchor point to calculate the price movement.
      But the problem is, it opens trade every single bar. Even when i change the input to 50, it still opens trade every single bar.
      Here's the project https://fxdreema.com/shared/2tURg427d

      Any comment will be so appreciated
      Thanks in advance

      posted in Questions & Answers
      E
      everjn17
    • Help With Error Market is Closed During Backtest MT5

      Hi' guys,
      I just run into a problem when i do backtest on MT5. I never have this problem on MT4 previously.
      So, the logic of my EA are the same both MT4 and MT5. As you can see my MT5 version here https://fxdreema.com/shared/wx9clD3Z
      But when i do the backtest, it will run couple of minutes then on some point it'll give this error
      "Closing position/trade error: Market is closed (10018)"
      "failed market buy 0.09 AUDNZD_M1, close #34 sell 0.09 AUDNZD_M1 1.10725 [Market closed]"
      And it just looping that error all the time.

      I did try to use different broker, but still have same issue. I did try to use Dukascopy data and still have the same issue.

      Anyone have thought about this?

      Regards,

      posted in Questions & Answers
      E
      everjn17
    • RE: Weird Zero Divide Error On Dukascopy Data Indices

      @trader-philipps i use SL but i don't have any TP since i put trailing stop at 1.5xATR profit. So, you mean try just delete this current block and create a new one with the fix lot size type?

      posted in Questions & Answers
      E
      everjn17
    • RE: Weird Zero Divide Error On Dukascopy Data Indices

      @trader-philipps thanks for your replies,
      i attach the screenshoot of the line that pointed by the error, it was line 14775.
      As i check on the line that getting error, i realized it was the money management section. Herei use "fixed amount of money" type and when i tried to change it into "fixed volume" i get these error (see error2 images)

      Code:
      0_1581258558297_Screenshot_69.png

      Error2:
      0_1581259751308_Screenshot_70.png

      posted in Questions & Answers
      E
      everjn17
    • Weird Zero Divide Error On Dukascopy Data Indices

      Hi'
      I was developing the EA with good results so far, the FxDreema builder is just so easy to use and still flexible. However, i just got some weird error, i ever deal with Zero Divide Error coming from my custom indicator previously and it solved. But this new error is just so weird.
      When i try to backtest my EA using default data provider (from my broker and not using Dukascopy's Data) it run smoothly, but when i use Dukascopy data it getting the Zero Divide Error (see the screenshoot). And what makes this weirder is this only happens when i backtest the EA on an Indices, if I backtest on currency pair (even using Dukascopy data) it runs smoothly.

      Anyone have thought about this error? Please help me with it.

      Screenshoot :
      0_1581234687843_Screenshot_68.png

      posted in Questions & Answers
      E
      everjn17
    • Only Allow Trade on the first 7 bar after Indicator Signal

      Hi'
      I am currently working on my EA that i think need this touch. I want to only allow trade happen on the first 7 bar after my indicator give a signal.
      For example, let's say i have MA crossover as the main indicator and William%R as the confirmation indicator, both indicator need to be on the same signal to go for a trade. So, when the MA crossover happen and it's says BUY, i want to give the William%R 7 bar to catch up giving a BUY signal as well. Otherwise i don't open the trade.
      The question, how can possibly i do this? i tried using every "n" bar but just no good result so far.

      Thanks for your attention,

      posted in Questions & Answers
      E
      everjn17
    • RE: Help me with crossover price vs custom indicator

      Could you try your test on AUDCAD from 1st April 2019 to 30th April 2019 and use the KusKus Starlight as the confirmation like i did. Like you can just draw line when price cross and close above Kijun and Kuskus value is positive. The line should drawn on 4th April 2019 according to my logic on my brain, but i just don't know why the EA just didn't take that trade or even worst for some condition it take a Short trade on 3rd April which it shouldn't be taken since Kuskus value are switch to positive at this time.

      posted in Questions & Answers
      E
      everjn17
    • RE: Help me with crossover price vs custom indicator

      Wait wait wait, so what do you mean is Width = 2 meaning the EA will check crossover on Candle +2 and still give a TRUE value for Candle +1 if it still above the baseline?

      posted in Questions & Answers
      E
      everjn17
    • RE: Help me with crossover price vs custom indicator

      @trader-philipps , yea man đŸ™‚
      Yes, i did try using candle id : 1 for the left operand, and for the right operan which my indicator sits i use value by candle id :1 as well but didn't work.

      But as i know the fxdreema admin ever said on some post that candle between the crosswidth doesn't count. Example for cross width 3, then it only count the current candle with candle + 3, not including candle +2 and candle +1.

      This what i confuse, when i set the candle id for 0, doesn't that mean the cross will be detected when current candle closed?

      posted in Questions & Answers
      E
      everjn17
    • Help me with crossover price vs custom indicator

      My problem:
      Hi' guys,
      I am a Daily chart trader and I am now on a phase to test 2 indicator, where 1 act as a baseline (i use Kijun Sen) and 1 act as a confirmation (i use KusKus Starlight). So, what i want is where there are a baseline cross happen (price cross and close above or below baseline) and the confirmation value is correct (positive value meaning long trade and negative meaning short trade). Also i have a thing called one candle rule, it's a rule when a buy signal comes from baseline (where price cross and close above baseline) and the confirmation indicator still negative at the time crossover happen, i want to wait for 1 candle to give the confirmation indicator time to catch. For example on 29september a bullish baseline cross happen (Long position signal) but at the moment, confirmation indicator that i use still has negative value, then i want to wait until the candle close on next day which is 30 september, if the confirmation indicator endup giving a positive value then i am going to take a LONG Position, but if the confirmation indicator still has negative value, then i am not taking that trade.
      Now, when backtest the EA some of the trade are open and close on expected position. But when the baseline cross are happen 2 times in a row (look at this screenshoot http://prntscr.com/pcx962) the trade doesn't taken for no reason. If you look at the screenshoot this crossover happen on 02 April 2019 and 03 April 2019. What i want is my EA take a trade on 04 April 2019 since on 02 April the Bearish Crossover happen but the Confirmation Indicator value still positive (for Bearish crossover i need a negative value to enter a short position) and the next day on 03 April the Bullish Crossover happen but the confirmation indicator are now have negative value which for Bullish Crossover i need a positive value to enter a Long position. However, since i have one candle rule, i wait one more candle to give my confirmation indicator chance to catch up. And on 04 April my confirmation indicator did catch up giving me a positive value meaning i am allowed to take a Long trade. But my EA doesn't take it. For whatever reason it didn't take that trade.

      What I tried:
      If you can see on my algorithm (https://fxdreema.com/shared/A1bKuTGde), after the No Trade block, i have a condition to check is the crossover happen or not between the candle and my baseline. I use the value of 0 for my candle id and i use 0 for my baseline candle id as well with 1 cross width. After that if this block giving False result then it'll check for the one candle rule which i check the previous candle with value 1 for candle id and 1 for baseline candle id and 1 cross width. But this doesn't give any result i expected.
      I also tried to change the value to 1 for candle id and 1 for baseline candle id with 1 cross widht for the crossover check. Then i put candle id value and baseline candle id value into 2, but cross widht still 1 for one candle rule check. Still this not solve the problem.

      I tried to mess with the once per bar block, put it before the condition block but still no good result. Lastly i move the once per bar block just before the trade taken on the last check, but still it didn't go well.

      My platform:
      I use MT4,

      Please help me with this problem, already feel lil bit frustrated since i think everything is setting up correctly but end up not working.
      If you need link to the indicator i mention, i can give it.

      Thanks for your attention,
      Regards

      posted in Questions & Answers
      E
      everjn17
    • 1
    • 2
    • 2 / 2