- Search Energy EXCH
-
rekon67 replied Sep 28, 2018One of the root cause of error is - multiple positions opened in almost same price - it means there was not much volume in the market when those positions got opened. Therefore, one validation needs to be applied - not to open a trade within 20 pips ...
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 28, 2018The snap here showing clear failure to handle the scenarios - with a powerful downtrend the EA is ended up with 17 Open positions with 0.20 lots. There is no counter strategy activated yet to cutdown losing positions and free up trading margins. In ...
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018Yes, this is due to lack of defencing strategy for the EA, caught up with open positions. It will be tricky to have a counter strategy on this situation, but you may have noticed, i am already working on this. Do come up with your theory what EA ...
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018I am planning to release the updated version on Oct 1st.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018It has to target a particular trading hour say UK session to do so.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018To do that - we need to identify a negative position for closing and a trade set up for new trade with greater lot than the target close. Although no gurantee whether this will turn good or bad.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018When the account negative is more then 10% ... EA should start applying a different strategy to close each negative position with a positive trade, however, this needs to be treated unique and should be again put on sleep as soon as account negative ...
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018#Update 3 Trailing Stop is enabled Lot size max is capped at 0.04 Open positions can go upto 15, +5 positions are just to recover from stalemate situations - with CCI filter added image
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 20186th Day - 22.52 % profit as of now with 11.91% negative positions - 14 Buy (0.14 lot) and 0 sell (0.00 lot) open
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018Note: Single position closing starts when you have 6 positions opened and overall in loss.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018Yes, you got the flow mostly correct. Max open position size is 10. lots can be 0.01, 0.03, 0.04 and 0.05, depends on situation
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 27, 2018It checks 2 vs 5 MA on M5 timeframe and place trades. Next, bunch of other rules to make that trade entry profitable, saving equity, do more trades etc.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 2018This EA is not yet ready for Mass, let us see this for couple of months more.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 2018I am not sure, there are freelance coder or software is available. Please Google.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 2018# Update - 2 Timegap added for next trade about 25 minutes, after closing all positions.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 20185th Day - 15.45 % profit as of now with 5.87% negative positions - 4 Buy (0.04 lot) and 4 sell (0.07 lot) open
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 2018With this new logic EA is going to close old positions with minimal profit. image
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 2018I assume it opened those - spot orders when there was zero open position. EA can take 0.05 as MAX when there is no position, otherwise it will take lot between 0.01 to 0.04.
Random Walk Theory applying in Expert Advisor
-
rekon67 replied Sep 26, 2018Few updates on the EA: A) Check for old positions to close when total open positions are exceded max limit eg.10. B) Open a new position with CCI validation image
Random Walk Theory applying in Expert Advisor