@zentex74 Hello
It is valid anything not connected you can delete, the conditions i used to demonstrate is a simple moving average, you can replace the moving average with your own conditions
Posts made by chrisbe
-
RE: MT5 Very simple news filterposted in Tutorials by Users
-
RE: Operators as Variablesposted in Questions & Answers
@ElvisTR if you want to use the signs more flexible use the second condition block, where you can specify your variable and use && and || sign on multiple occasions, if that's what you intend to do
-
RE: MT5 Very simple news filterposted in Tutorials by Users
@Ipod Hello, if you want minutes all yu need to do is adjust the time, remember the time is in seconds, the default seconds in the constant section is 3600 seconds which is 1 hour, just convert the minutes you want to seconds and put the value there thats it
-
RE: MT5 Very simple news filterposted in Tutorials by Users
Hello Guys, been away from FXdreema in a while, n=but here is the updated news filter works very well,
https://fxdreema.com/shared/XC1HgM9Hc,THIS EA HAS BEEN MADE USING FXSSI.Calendar.ex5 AS A NEWS INDICATOR, IT DOESNT NEED TO BE IMPORTED INTO FX DREEMA TO WORK, PARAMETERS HAVE BEEN SET TO USE TRUE OR FALSE TO STOP, CLOSE AND PREVENT TRADE BEFORE NEWS HOUR, DEFAULT PARAMETER IS SET IN SECONDS, 1 HOUR BEFORE NEWS AND 30 MINUTES AFTER NEWS THIS CAN BE CHANGED, DEFAULT PARAMETER FOR STOPING TRADE IS High_Impact OR Medium_Impact, if High_Impact_Only IS SET TO TRUE, ONLY HIGH IMPACT NEWS WILL BE USED, ELSE IF SET TO FALSE BOTH HIGH AND MEDIUM IMPACT NEWS WILL BE USED
-
RE: MT5 Very simple news filterposted in Tutorials by Users
@Ipod Sure will shear it with you shortly, updating a few codes in it
-
RE: MT5 Very simple news filterposted in Tutorials by Users
@Ipod Hello, true, i workkd out a way to use the back test but for MT4 currently MT5, it involved downloading the past news data and saving to your MT Platform, will shear when am done
-
RE: MT5 Very simple news filterposted in Tutorials by Users
@Ipod Your idea of the FXSS.Cal indicator was brillent, i built an optimized version that uses different parameters, works 100% no need to find the 0, or 1, anyway any idea where i can get my hands on the .MQ5 raw file, i believe i can optimize the indicator to be used for backtesting
-
RE: EA works in one pair but not in an otherposted in Questions & Answers
@Fingon, try what ambrogio said, if you still not getting right, you need to chick the pip size for example 5 pips on BTC can be 0.005 in GBPUSD, check these
-
RE: EA works in one pair but not in an otherposted in Questions & Answers
@Fingon Hello, you will need to post project link for it to be reviewd, there are a number of reasons that could lead to this
-
RE: Successfully Implementation on Divergence without importing External Indicatorsposted in Questions & Answers
@Obis Hello Obis, its possible to implement with RSI, but when you say save to a flag, do you mean save to a variable to use later?
-
RE: QUASIMODO FOREX STRATEGYposted in General Discussions
@jstap the reason i asked that is because both produces different result, during my back testing i realised that, i used Zigzag with close price and zigzag with wick and the result is significantly different
-
RE: QUASIMODO FOREX STRATEGYposted in General Discussions
@DragonZueloTrends Here is a line
https://fxdreema.com/shared/T0NlwxRgc
You may need to refine it to your own taste, also some people use wick as BOS others use Candle Close, you gotta take that into account as well
-
RE: Project disappear in FXDreemsposted in Bug Reports
@gooseman Thanks, i had downloaded an older version i just imported it and added all the other missing part, thanks for the help
-
RE: QUASIMODO FOREX STRATEGYposted in General Discussions
I did it as an alert system instead that way i can analyse the market instead of letting the bot take the trade
-
RE: QUASIMODO FOREX STRATEGYposted in General Discussions
The Main Issue with this strategy is finding the actual reversal point, which in the market is impossible, without human factor involved, QM occurs alot in the market but up to 70% are false thats just my observation, but if you can pair with Higher TF Structure somehow, you may stand a chance, good luck
-
RE: IS THERE A WAY TO STOP EA FOR THE DAY WHEN REACHED 100 PIPS OF TOTAL PROFIT PER DAYposted in Questions & Answers
Create a variable (Example DailyPips, add a time at the start of the day to modify that variable to 0, then on your ONTRADE tab add a "closed trade block", and add a loop for "Closed/Trade order", add a "Check if winner Trade", Then add a Modify Variable Block to check the PIPS of which the wining trade was closed, and modify the "DailyPips Variable", and that's it, Be aware that when you have a loosing trade how do you intend to Mitigate for the lost pips for the day...
Otherwise the above should solve your problem..
-
RE: Project disappear in FXDreemsposted in Bug Reports
Switch to chrome still same, this is really fraustrating
-
RE: Project disappear in FXDreemsposted in Bug Reports
@jstap Well all my other projects are fine just this one, i switched browser same thin, all my constants and variables are also gone, projects is practically empty,
-
Project disappear in FXDreemsposted in Bug Reports
Hello Support, i need help, for some reason my project dissapear and shows empty blocks only, how can i retrieve my project, i have been working on this for weeks all blocks reset back to plane as if they were just imported
,