I am not primium acc, so could you send it for me via my email
Printable View
I am not primium acc, so could you send it for me via my email
Great job...thank you!
Yesterday brainwashing system gave good signal for GBPUSD and EURGBP, example 15 chart.
Attachment 24604
Attachment 24605
Currently that's what Brainwashing signal have on EURUSD chart.
The situation Sell signal on MT4 :
Attachment 24607
The situation sell signal on MT5 :
Attachment 24608
A reminder again Brainwashing trading system for Metatrader 4 can be download at premium section.
For Metatrader 5 can be download from 1st page of this thread.
Hi,
It is iStockTime indicator and you can download it here Trading Tools : Market Hours.
Here are today Brainwashing signal on some several major currency pairs, i didn't trade because i'm away for something else.
Attachment 24651
Attachment 24652
Attachment 24653
Attachment 24654
Good trade for USDJPY, and stop loss was moved to breakeven:
Attachment 25074
It may be interesting setup to use Murreys_Math_Oscillator_v1 600+ indicator from premium section instead of iTrend for example:
Attachment 26944
Attachment 26945
Murrey math are recalculating ? Or it drawing normaly ?
This is the chart related to the recent news events - ECB Interest rate so how it looks like concerning BrainTrading system (MT5):
Attachment 29281
and this is Brainwashing system -
Attachment 29282
hi .. i am new to this thread.. i downloaded your temp and indicators given in 1st post..but i did bot see any white dotted line on i-trend indicator while i changes it to different TF..!
iTrend indicator from the first post of the thread was fixed and updated, and it was placed to the premium section sorry.
Attachment 30699
------------------
Brainwashing Trading System is on this thread
- for MT4 is on this post; improved version for MT4 build 600 for build 600+ is on this post (premium section).
- for MT5 is on this post
And those are the links from the premium section:
BrainWashing EAs
- Brainwashing_Expert_v2 EA is on this post, indicators for this EA is here.
- The settings for M15 timeframe is on this post.
- Brainwashing_Expert_v2.1 EA together with indicators are on this post. This version works with Metatrader 4 build 600 and above.
- Brainwashing_Expert_v2.2 600+ EA is on this post. This version is using indicators from here The settings for this version - read this post. This version works with Metatrader 4 build 600 and above.
- Brainwashing_Expert_v2.2.1 600+ EA is on this post. This version is is able to use the new (unofficial) version of PriceChannel_Stop_9.3.2. Now the EA can use a bigger set of choices for Up/Low bands and for BreakOut mode. This version works with Metatrader 4 build 600 and above.
Maybe try this version(doubt if it is as good as the premium version), but it's pretty good.
I am using one EA from the premium section now -
Attachment 32357
As to Brainwashing so - yes, it should be iTrend (because Brainwashing system as an original one is related to iTrend indicator as well).
Attachment 32356
OK, thanks for the answer
I still have false signals in ranging market, what would you use to avoid such market, and stick to trending ones ?
Brainwashing?
iTrend indicator.
If you see sell or buy signal on the main chart so this signal is confirmed if the value of iTrend is above the level.
And stop loss/trailing stop is the line of the indicator on the main chart.
In this case - we may have good profitl with small losses (stop loss value are very small one).
Yes brainwashing with itrend
But sometimes in news more often when we have spikes, the itrend will also have spike and will cross the level, but no trend will follow.
It happen also during ranging markets.
Event can be filtered out, but ranging market are a problem, do you have an idea how to avoid such market ?
Use timefilter, for example, if you are trading EUR/USD so trade it since 8 am till 6 pm GMP time (for example).
Or change timeframe from M5 to M30 or to H1 (or to H4 for example).
Thanks !
it was on gbp chf a range for a few days but my bad started probably during inactivity ... timefilter is a good option
thanks !
I am looking at this thread and have a question before I join premium and et iTrend_V1.03 600+.
Does it alert when the candle breaks the line (which I assume is a dynamic line)
Hi, why if i put RenkoBoxSize in 5.0, the indicator no found ! ?
RenkoLiveChart_v1 600+
now found ok in RenkoBoxSize 7, Thanks you Igorad for try help me.
Good morning Igorad, can you add alert cross linea to the indicator, " Cronex T3 RSI BB_mtf nmc " please ?Attachment 33060Attachment 33061
iTrend indicator was improved for premium section -
iTrend_v1.09 600+ indicator is on this post. This is the updated iTrend indicator with allows, alerts, emails and push notifications.
Attachment 35053
Attachment 35054
iTrend_new - indicator for MetaTrader 4
Attachment 36029
Attachment 36030
Attachment 36031
Quote:
iTrend_new is base on iTrend Indicator by MetaQuotes Software Corp. Update and modify by Roberto Jacobs 3rjfx @ 2019/03/18, for MT4 with Signal and Alert and options to display signal on the chart.
I am not sure whether anybody is still reading this. I try to use the PCSv9 in my EA, but fail to retrieve the signal, i.e. the "dot" in the chart. This is the code I use to retrieve the signal from PCSv9:
ArrayInitialize(UpSignal,EMPTY_VALUE);
ArrayInitialize(DnSignal,EMPTY_VALUE);
********************
CopyBuffer(PCS,1,0,2,UpSignal)<=0 ||
CopyBuffer(PCS,4,0,2,DnSignal)<=0 ||
and this is the code to create the signal in my EA:
bool PCS_BuySignal()
{
return(UpSignal[0] && UpSignal[0] !=EMPTY_VALUE) ? true:false;
}
Is there something obviously wrong??
Thanks in advance for any hints.
Attachment 45310
German exports rebounded at a stronger-than-expected pace in February, data from Destatis showed on Monday. Exports grew 6.4 percent on a monthly basis, reversing a 3.0 percent fall in January. Shipments were forecast to climb 1.5 percent.
more...
Attachment 45557
Total nonfarm payroll employment increased by 428,000 in April, and the unemployment rate was unchanged at 3.6 percent, the U.S. Bureau of Labor Statistics reported today. Job growth was widespread, led by gains in leisure and hospitality, in manufacturing, and in transportation and warehousing.
more...
Attachment 45747
A report released by the National Association of Realtors on Thursday showed pending home sales in the U.S. plummeted by much more than expected in the month of April. NAR said its pending home sales plunged by 3.9 percent to 99.3 in April after tumbling by 1.6 percent to a revised 103.3 in March.
more...
more...Quote:
Opting for MQL5's matrix and vector capabilities over alternatives like ONNX and Python has considerable benefits. Using an ONNX model would require separate model instances for each trading symbol and new models for any minor parameter changes, such as time frame adjustments. MQL5, however, offers adaptability without the need to manage numerous models for varying conditions.