- Search Energy EXCH
-
hasib replied Oct 13, 2020where is all wave calculator, they are buying from 1.2995. That wave doesn't work in the real world.
Cable Update (GBPUSD)
-
hasib replied Oct 13, 20201.3 and 1.2977 is a key area now, if this area breaks market will move lower. otherwise the market will move higher soon.
Cable Update (GBPUSD)
-
hasib replied Oct 13, 2020some times algo will not show edge in the system, but in manual trading, you will find a good edge. some successful traders story clearly describes it. we may call it luck we may call it his own skills, we may call it Intuition. whatever we call it, ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 12, 2020As a manual trader, I use my personal judgment to close trade earlier before tp and SL hit. some times that judgment works very well sometimes not. Here is an example of my today's GJ trade. I close Half of the trade but now the market is moving ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 12, 2020can you suggest some systematic exit strategy with little bit of explanations that work for you very well.
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 12, 2020I found a set up with our BB EA that performs much better in the last 10 years, nice gain. I want to further develop this idea. DD and RDD are less than 10. It takes advantage of the large market move too. this idea works very well, Look at the ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 12, 2020Recently I have realized that before we want to become an fx trader we have to learn MQL programming better. website, youtube, and forums are full of Mambo Jambo. Before you understand those are mambo Jambo you will west your 10 years of trading ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 12, 2020After watching 10 years of data backtest with my best setting so far I have found. The result is not Good. This BB system is just west of time this kind of BB system is good for a youtube video or trading blog but in the real market this system not ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 12, 2020I will post the Last 10 years backtest result, with the best setting I have found in 1 Year of testing. Let's see can we use this strategy for further development. If we found a good result we will use it. Yes, you are right if we stop the EA when ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020Brother, you draw this conclusion but I draw different conclusions, I think this system performed much better than my expectations. I have tried a different setup and different values with this ea all day long, I have learned so many things with ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020Can we have ATR Based Stop, Target, Trailing stop on-off options? As well as trade partial close at certain ATR value. let's say the Current ATR is 50, we want to close half 50 pips at 1 ATR hit and we want to close another half at 2 ATR hit I mean ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020Play with this ea too. Maybe you guys can come up with good suggestions.
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020# Modified Double BB strategyimport numpy as npdef initialize(context): context.stock = sid(24) schedule_function(bollinger_bands, date_rules.every_day()) context.sell = False context.buy = False def buy_and_hold(context, data): ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020Very logical explanations, I completely agree with you. If we chose to trade trend directional market like US30, DEX, and Strongest currency with most weak currency in a certain direction. I think we could find an optimal setup for consistent return ...
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020somehow we have to remove this big DD. Please if you have any suggestions let us know.
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 11, 2020I change the default setting, It open more trade and It gives small stop loss and the performance improvements.
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 10, 2020Thanks, I have tested it. Its performance Improve, I think If we can generate some ideas to improve more it will work. what you think ?
How to optimize a Trading system So That win % or RR increase
-
hasib replied Oct 10, 2020I was testing a few ea today. In my collections, I have found an ea that performed exceptionally well. I don't know what method or technical logic they use in this ea but the ea worked well. I have tested the ea in 10 years of data. it performed ...
How to optimize a Trading system So That win % or RR increase