- Search Crypto Craft
-
ebeckers replied Nov 28, 2017You need to set allowtrading=true But pls.. do this on a demo account as we're still testing it
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017BTW if you wonder how / trailing is working, just look at the experts tab in MT4 Here's mine trailing the EURAUD order on H4 atm // EA opened an order for EURAUD @ 1.55953 19:27:44 Trail: EURAUD. Add order #0 ticket:64073257 op:1.55953 // After 30 ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017WTF ?? Did you switch between different accounts ? I noticed that my market watch window sometimes shows pairs from other accounts if i switch between my 3 demo and 2 real accounts..
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017it will show all pairs you have in your MT4 market window
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017Version 1.08 1.08 - changed default for trendline and zigzag/mbfx candles - EA send same alert every minute - made SMA15 more restrict - use the Point & Digit values from the order-symbol when trailing stoploss 1.07 - added news filter ( needs FFCal ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017How the trailing stop works: lets assume OrderTS1 =15 OrderTS1Trigger =20 OrderTS2 =25 OrderTS1Trigger =30 OrderTS2 =35 OrderTS3Trigger =40 OrderTS4 =45 OrderTS4Trigger =50 OrderTrail = 10 Now: When a new order is opened then ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017If stoplossAtZigZagArrow is set to true , then the OrderHiddenSL is set to the price at which the zigzag arrow appeared And that could easily be > 30 pips. So pls check where the zigzagarrow was and if that was > 30pips pls
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 28, 2017A little more info would be nice ;-) Why do you think it is not working ?
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 27, 2017Ok here is version 1.07 New is the news filter. Please copy FFCal.ex4 to your indicators and enable news filtering in EA settings Version 1.07 1.07 - added news filter ( needs FFCal indicator to be installed) - fixed dashboard refresh issue 1.06 - ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 27, 2017Yeah i've been looking at integrating FFCal into the EA ( see url ) However i cannot get FFCal to work. It just gives an alert that the webpage could not be downloaded Anyone of you guys who know to to get FFCal to work ? if it works i can easily ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 27, 2017please try v1.06 and check if this still occurs for you
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 27, 2017version 1.06: 1.06 - fixed bug with trailing stop - fixed bug that EA was opening just 1 order even if there where valid signals on multiple pairs - dashboard: show buy/sell signal when all indicators are valid - cleaned up code
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 27, 2017Think i fixed the problem.. EA is running good atm ;-) Will let it trade a couple of trades and if all goes well upload the new version afterwards
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 27, 2017Yes.. seems to be something wrong with the trailing stoploss code. Working on it!
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 26, 2017New version of the dashboard. Fixed the problem that the dashboard was not refreshing sometimes when switching timeframes Version 1.05 1.05 : - fixed bug dashboard was not refreshing somtimes when switching between timeframes 1.04 - added (hidden) ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 26, 2017yes there seems to be a bug that the dashboard does not refresh sometimes if you switch between timeframes. will fix that today
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 26, 2017This is correct price did NOT close below SMA15 on previous candle, so no green check mark is shown the price is below MA15 on the current candle, but under normal conditions when the market is open the current candle is still open and in progress, ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 26, 2017Yes and no ;-) for buy signals it checks: - MBFX green at previous candle - trend green at previous candle - price above the SMA15 at previous candle But.. it also looks back MBFXCandles candles to check if MBFX was below 30, if MBFX was never below ...
Simple Daily Trend Reversal Trading System
-
ebeckers replied Nov 26, 2017No.. these are no longer used and thus removed ;-) How it works now: for buy signals (sell is same but reverse) - EA will look ZigZagCandles back for a buy arrow - MBFX 1) should be green at previous candle and 2) should have reached a level < 30 ...
Simple Daily Trend Reversal Trading System