- Search Crypto Craft
-
Go5 replied Feb 12, 2026[quote=aydinsarihan;15572550]The dilemma of tester and live demo account data. I tried comparing the data from a frequently traded EA tester with data from a live demo account. The incredible difference is very interesting. This could imply that all ...
Only MQ5 and Python: EAs and indicators for everyone
-
Go5 replied Feb 4, 2026Can you post the mq4 file?
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Feb 3, 2026// Define MAs double MAslow = iMA(Symbol(), 0, MAperiodSlow, 0, MAmethodSlow, AppliedPriceSlow, 1); double MAfast = iMA(Symbol(), 0, MAperiodFast, 0, MAmethodFast, AppliedPriceFast, 1); // --- SELL SIGNAL --- if(MAfast < MAslow && High[1] > High[2] ...
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Feb 3, 2026Here's a version using high/low, let me know. file
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Feb 3, 2026According to my wife - yes, a slow forgetting robotic Zombie - haha. But yes I sort of meant the basic rules / criteria you use. I would have to change the "Ask<Open(1) part because it uses intra-bar data which we don't have when testing with open ...
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Feb 2, 2026The logic is mine, coding via AI. A trade is taken according to HA-candle, SATL, ADX and ATR (Just an example of a time filter). However, I like your wife's alternative. If you can explain the logic of your ea I could give it a try making it more ...
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Feb 2, 2026With the help of the gods in the cloud, I could give it a try. The goal is to avoid any actions taken at intra-bar data. The logic would be something like: High(1) > High(2), FastSMA(1)<SlowSMA(1): sell with fixed SL+TP ( at the open of bar(0) and ...
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Feb 2, 2026Nice, thanks for sharing! Running EA's I would always use broker sided SL/TP (mains problem, hardware failures...). Another thing that has proved to be quite handy, is adapting the logic to "open prices only" testing: no more hassle with tickdata ...
EA-Rejection Total- Testing proved really good EA
-
Go5 replied Dec 13, 2025I did some work on a DEMA based channel - have a look. If you set it to 200/1 you could even use it as a trend-picker (slope up, green dot from your other indi, closes above channel...). file
The strength of BE system
-
Go5 replied Nov 12, 2025Nice but hogging resources....do you have the code?
Download Indicator Bahram
-
Go5 replied Aug 5, 2025No I don't but in the Platform section I am shure someone can make one.
Linear Regression trading all tf
-
Go5 replied Jul 31, 2025Maybe consider using an ATR based SL/TP in order to adapt to the huge differences among many pairs; also, instead of a fixed lot base, you could use a $ based calculation due to the big tick-value differences.
Hi-Lo on H4 TF
-
Go5 replied Jul 24, 2025This one does not look like a LRC but it is - and no repainting. I use it on the D1. image file
Linear Regression trading all tf
-
Go5 replied Jun 15, 2025I wonder if they are aware of the fact that Israel is nothing more than a "frontline fortress", belonging to the House of Windsor, vintage bankers (Rothschild et.al.), the Federal Reserve (more of the same), J.P. Morgan (even more...); intimately ...
Millionaire Expert (save as EA)
-
Go5 replied Feb 12, 2025So, if those settings are what you use, the differences must come from the "volume" - part (changes with broker) - not good. Maybe something (ed:only) ATR - based can do a good job here?
Consecutive Candles with Volume
-
Go5 replied Feb 11, 2025Nice! Can you confirm the volume/volatility settings being 5-14-14-233-0.5 ? On my chart, the green bars stop after jan-21st... (ICM broker)
Consecutive Candles with Volume