- Search Crypto Craft
-
ebeckers replied Jan 5, 2018This has discussed before: PLEASE don't load .set files from v1.17 or earlier.. they don't work anymore!!
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 5, 2018Version 1.18.2 This version just fixes a small bug. Sometimes the EA keeps on saying === UNABLE TO CLOSE ORDER === in the experts log This happened because the EA was trying to close an order which was already closed.
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018just try loading the ea on a new chart
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018I'll put it on my todo list ;-)
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018EA Version 1.18.1 Here's is v1.18.1 fixes a bug some people found: invalid pointer access in 'CPair.mqh' (537,17) Please note.. if things are not working, always check the experts log. Any crashes will be shown there..
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018look in the experts log to see if it shows an error
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018Excellent work ! What timeframe are you trading and could you share your thoughts on how you check if a signal is good enough for trading, and when its not ? That might help a lot of us manual trades, and perhaps we could modify the EA also if ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018Thanks buddy !! guess i got some more work todo now :-)
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018yeah i think the time between christmas and 8 jan isnt a good time to be trading. lets hope it picks up next week when the holidays are over
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018Thx, pls let me know is the 'AllowReEntries' is working ok for you
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018Version 1.18 New: - 'new' GUI - added MaxSpreadInPips. The EA won't open/close trades for a pair if the spread on that pair is greater then MaxSpreadInPips - added MaxOpenTrades. The EA won't open more then MaxOpenTrades at any times (this is for ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 4, 2018Thx i think the best thing would be to add a 'AllowReEntries' setting When enabled the EA won't take buy orders after buy orders, or sell orders after sell orders within the time specified with minsBetween2Trades so buy->sell->buy->sell signals will ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018I don't see how this is related to the thing Nihilist suggested. He's talking about avoiding re-entries, and you seem to be talking about EA starting up ??
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018true, but that depends on what you specify for minsbetween2trade ? If you set it to 12 hrs ( = 720 mins ) you will be fine in 99,9999% of all cases. Or do you expect the trend to reverse 2x times within 12 hours ? Anyway I still don't see how only ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018first the question is if it did loose the signal. the ea only looks at the last 10 bars (by default). so when a new bar arrives it could be that the valid signal just moved out of scope but that the trade is still valid. 2nd its pretty common to see ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018I like this idea. Will think about it
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018Again not answering my question, and not reading my answers ? If you set minsBetween2TradesOnSamePair to lets say 720, then the EA won't reopen trades for the pair for 720 minutes Now this is the last time i'm telling you this. From now on.. you're ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018You are not answering my question ? Instead you raise another question ? 1) Why should we (according to you) only open new orders @ candle close. Doesn't make sense to me.. 2) And to answer your 2nd question. Thats why we have a setting for this. ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018i see nothing wrong with this method so why should it be corrected??
Simple Daily Trend Reversal Trading System
-
ebeckers replied Jan 3, 2018No you are wrong. The EA will open orders at ANY time, not only at candle closes ! So if you start your EA at 15:24 and there are valid buy/sell signals then it will open orders for them right away. It won't wait for the current candle to close ...
Simple Daily Trend Reversal Trading System