- Search Crypto Craft
- 361 Results (11 Threads, 350 Replies)
-
yoriz replied Sep 30, 2021I see, you just want to suppress Buy or Sell orders if needed. Not force a Buy order where otherwise a Sell would have been made. I have added the TradeDirection input parameter to version 1.20. See post #1 for download link.
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 30, 2021You got it. Added a MaxSpreadPips input parameter to version 1.15. See post #1 for download link.
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 30, 2021If the backtest stops, then the EA must have logged an error message. What does it say in the "Journal" tab?
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 30, 2021The TakeProfitPips parameter is from the original strategy. It sets the TP level of the first order opened. The BasketTakeProfitPips parameter was added on request of cescof to not close the basket at breakeven, but wait a bit longer before closing ...
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021Can you elaborate? How should we react to varying spread?
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021Yes, that is very powerful feature. Looking forward to see how a larger set of EAs running in parallel makes the equity curve more smooth (hopefully). Is it not possible to just select only the desired pairs when starting the Strategy Tester? Or ...
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021Posted version 1.05 (see post #1) EntryDelayMinutes: Entries can be delayed until few minutes after daily open for brokers that temporary stop trading at the session start, default is 15 minutes (cescof, post #2) BasketTakeProfitPips: Option to ...
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021Haven't used it myself, but I read good things about Tickstory that can download tick data from Dukascopy. Unfortunately that is hard to avoid with this strategy which doesn't have a real "edge". I tried inverting the logic, or using random buy/sell ...
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021I am not sure that is worth the effort at this point. I think we need to do a lot of experimentation to try out all sorts of settings and improvements. It does not make sense to do that in forward testing, as this would take years. Instead, we need ...
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021Yes, absolutely. You have real tick data, simulated delays/slippage, see the actual drawdown during each trade (as opposed to after closing the trade like in MT4). And very interesting: you can test multi-currency strategies. We might want to try ...
DOSI: Daily Open Strategy Improved
-
yoriz replied Sep 29, 2021What do you mean? Instead of 0:00 you want to enter at a different configurable time like 0:30? Or should we look at the spread and wait with entering until the spread is low? What do you propose? A configurable TP in Pips? A configurable profit for ...
DOSI: Daily Open Strategy Improved
-
DOSI: Daily Open Strategy Improved
Started Sep 28, 2021|Trading Journals|135 replies
User smilee89 presented a promising strategy in thread {url} based on retracement after an ...
-
yoriz replied Sep 28, 2021This forum tries to connect traders and encourages cooperation, so lets share the MT5 EA with all. I strictly followed the strategy from post #1, as per request of OP. For convenience, my EA can correct for broker GMT offset, and can be dropped on a ...
DOS. Daily Open Strategy. Easy To Trade, Simple To Win (EA..soon)
-
yoriz replied Sep 28, 2021ForexSamsam wrote: > If the first open trade is in the wrong direction.. why open the next > trade in the same direction? I think it will be better to open in the > opposite direction of the first trade... DOS uses "averaging down" to get out of a ...
DOS. Daily Open Strategy. Easy To Trade, Simple To Win (EA..soon)
-
yoriz replied May 21, 2019You seem to be confusing "comments" with line/column information. The build-in C++ compiler (some variant of MSVC) can include this information for debugging purposes. A comment is something between /* .... */ or following the // characters. Why ...
Your EA is being HACKED! Time to migrate!
-
yoriz replied Feb 1, 2019@dispersion: where have you read that it is now paid? I must have missed that.
Gain Capital historical data feed discontinued?
-
Gain Capital historical data feed discontinued?
Started Jan 31, 2019|Broker Discussion|3 replies
I have been using the historical tick data from the ratedata.gaincapital.com website over the ...
-
yoriz replied Aug 7, 2018Alright, then ;-) Made 47 + 39 pips on USDJPY,M5. Got a bit scared halfway, but decided to continue the trend. This turned out to be good decision. image
MTF Stochastics Trading
-
yoriz replied Feb 4, 2018Yes indeed, your strategy is so simple and clean that using an EA is not necessary, especially on the Daily time frame. I am trying to understand how to draw the trendline immediately after having switched between long/short direction. Typically ...
SAFE - KISS
-
yoriz replied Feb 3, 2018I am trying to capture this stategy in an Expert Advisor: url The program tries to avoid too steep trendlines, and tries to limit them to about "45 degree" lines (taking average screen size and auto-scaling of MT4 into account). The trendline is ...
SAFE - KISS