Re: Millionaire Maker 🔥💰

375
Sensei Beattle / Other senior and experienced members,
I would really appreciate your inputs on this trade setup for XAGUSD.
I am assuming that I have just opened the chart and want to trade on the M30 timeframe.
I have checked the higher timeframes , H4 and H1 and both are in a downtrend.

The CSW in both timeframes indicates down.

The price is below the 34 LWMA lines in both.

The histograms in both timeframes are SaddleBrown (DownTrend).

So both higher timeframes are clearly favoring a SELL trade.

Now moving to the M30 chart: My Queries

1) Since the price has already moved down quite a bit, I am waiting for a pullback.
When the CSW shows blue bars (indicating a pullback) and they touch the +50 level,
Should I enter the trade immediately once the blue bar touches +50?
Or should I wait for the next brown bar to form?
Or better yet, wait for the next brown bar to close and then enter?

2) Could someone please explain the role of the brown dots on top of the candles (and blue dots at the bottom)?
How should these be interpreted or used for better trading decisions?

3) If all the three Fibon targets have already been achieved, is it still advisable to enter a trade on that pair?

4) Finally, how many pairs would you recommend monitoring, and what’s the best way to manage multiple pairs efficiently?
Is it a good idea to first look for pairs where H1 and H4 are in the same direction, and then move to the M30 chart for entries?

Thank you in advance for your time and guidance. I’m looking forward to learning from your experience.


Re: Millionaire Maker 🔥💰

376
# Currency Strength Dashboard EA (THIS IS AN EA, not an Indicator)
## 📍 **Dashboard Position & Appearance**

| Setting | Default | Description |
| **DashboardX** | 20 | Horizontal position of dashboard (pixels from left edge) |
| **DashboardY** | 20 | Vertical position of dashboard (pixels from top edge) |
| **FullChartBackground** | true | `true` = covers entire chart, `false` = standard dashboard size |
| **DashboardFont** | "Arial Bold" | Font family for dashboard text |
| **DashboardTitleSize** | 14 | Font size for main title |
| **DashboardFontSize** | 9 | Font size for table content |

## 🎨 **Colors & Visual Settings**

| Setting | Default | Description |
| **DashboardBgColor** | C'255,228,181' | Main background color (Moccasin) |
| **HeaderBgColor** | C'0,100,200' | Column headers background (Blue) |
| **HeaderTextColor** | clrWhite | Column headers text color |
| **TableTextColor** | clrBlack | Table content text color |
| **UpSignalColor** | clrBlue | Color for UP arrows (↗) |
| **DownSignalColor** | clrRed | Color for DOWN arrows (↘) |
| **NeutralColor** | clrYellow | Color for NEUTRAL arrows (→) |
| **ShowGridLines** | true | Show/hide grid lines between cells |
| **GridLineColor** | clrBlack | Color of grid lines |

## 📊 **Currency Pairs Selection**

| Setting | Default | Description |
| **PairSelectionMode** | "MarketWatch" | `"MarketWatch"` = use pairs from Market Watch`"CommaList"` = use custom list |
| **PairsList** | "EURUSD,GBPUSD,USDJPY" | Comma-separated pairs (only used when mode = "CommaList") |
| **MaxPairs** | 5 | Maximum number of pairs to display |
| **ShowCurrentPair** | true | Always include current chart's pair in dashboard |

## ⏰ **Timeframes Configuration**

| Setting | Default | Description |
| **NumTimeframes** | 3 | Number of timeframe columns (1-4) |
| **Timeframe1** | PERIOD_D1 | First timeframe column (D1 = Daily) |
| **Timeframe2** | PERIOD_H1 | Second timeframe column (H1 = Hourly) |
| **Timeframe3** | PERIOD_M5 | Third timeframe column (M5 = 5-minute) |
| **Timeframe4** | PERIOD_MN1 | Fourth timeframe column (MN1 = Monthly) |

## 🚨 **Alert Settings**

| Setting | Default | Description |
| **AlertTF1** | false | Alert on direction changes in Timeframe1 |
| **AlertTF2** | false | Alert on direction changes in Timeframe2 |
| **AlertTF3** | false | Alert on direction changes in Timeframe3 |
| **AlertTF4** | false | Alert on direction changes in Timeframe4 |
| **popupAlert** | true | Show popup alerts in MT4 |
| **pushAlert** | false | Send push notifications to mobile |
| **emailAlert** | false | Send email alerts |

## 📈 **Indicator Configuration**

| Setting | Default | Description |
| **IndicatorName** | "CurrencyStrengthWizard" | Name of the indicator to read signals from |
| **Line1Buffer** | 0 | Buffer number for first indicator line |
| **Line2Buffer** | 1 | Buffer number for second indicator line |
| **BarsToLookBack** | 100 | Number of bars to analyze for signals |

## 📋 **Template Settings**

| Setting | Default | Description |
| **TemplateName** | "" (empty) | Template to apply when clicking arrows<br>Leave empty for no template |
Let me know what you guys think.
These users thanked the author opita for the post (total 4):
Hunter45, Asante, Abdi, RollerAndTrading
Cheers,

Opita

Re: Millionaire Maker 🔥💰

377
opita wrote: Wed Nov 05, 2025 7:50 am # Currency Strength Dashboard

2025-11-04_12-17-31.png

## 📍 **Dashboard Position & Appearance**

| Setting | Default | Description |
| **DashboardX** | 20 | Horizontal position of dashboard (pixels from left edge) |
| **DashboardY** | 20 | Vertical position of dashboard (pixels from top edge) |
| **FullChartBackground** | true | `true` = covers entire chart, `false` = standard dashboard size |
| **DashboardFont** | "Arial Bold" | Font family for dashboard text |
| **DashboardTitleSize** | 14 | Font size for main title |
| **DashboardFontSize** | 9 | Font size for table content |

## 🎨 **Colors & Visual Settings**

| Setting | Default | Description |
| **DashboardBgColor** | C'255,228,181' | Main background color (Moccasin) |
| **HeaderBgColor** | C'0,100,200' | Column headers background (Blue) |
| **HeaderTextColor** | clrWhite | Column headers text color |
| **TableTextColor** | clrBlack | Table content text color |
| **UpSignalColor** | clrBlue | Color for UP arrows (↗) |
| **DownSignalColor** | clrRed | Color for DOWN arrows (↘) |
| **NeutralColor** | clrYellow | Color for NEUTRAL arrows (→) |
| **ShowGridLines** | true | Show/hide grid lines between cells |
| **GridLineColor** | clrBlack | Color of grid lines |

## 📊 **Currency Pairs Selection**

| Setting | Default | Description |
| **PairSelectionMode** | "MarketWatch" | `"MarketWatch"` = use pairs from Market Watch`"CommaList"` = use custom list |
| **PairsList** | "EURUSD,GBPUSD,USDJPY" | Comma-separated pairs (only used when mode = "CommaList") |
| **MaxPairs** | 5 | Maximum number of pairs to display |
| **ShowCurrentPair** | true | Always include current chart's pair in dashboard |

## ⏰ **Timeframes Configuration**

| Setting | Default | Description |
| **NumTimeframes** | 3 | Number of timeframe columns (1-4) |
| **Timeframe1** | PERIOD_D1 | First timeframe column (D1 = Daily) |
| **Timeframe2** | PERIOD_H1 | Second timeframe column (H1 = Hourly) |
| **Timeframe3** | PERIOD_M5 | Third timeframe column (M5 = 5-minute) |
| **Timeframe4** | PERIOD_MN1 | Fourth timeframe column (MN1 = Monthly) |

## 🚨 **Alert Settings**

| Setting | Default | Description |
| **AlertTF1** | false | Alert on direction changes in Timeframe1 |
| **AlertTF2** | false | Alert on direction changes in Timeframe2 |
| **AlertTF3** | false | Alert on direction changes in Timeframe3 |
| **AlertTF4** | false | Alert on direction changes in Timeframe4 |
| **popupAlert** | true | Show popup alerts in MT4 |
| **pushAlert** | false | Send push notifications to mobile |
| **emailAlert** | false | Send email alerts |

## 📈 **Indicator Configuration**

| Setting | Default | Description |
| **IndicatorName** | "CurrencyStrengthWizard" | Name of the indicator to read signals from |
| **Line1Buffer** | 0 | Buffer number for first indicator line |
| **Line2Buffer** | 1 | Buffer number for second indicator line |
| **BarsToLookBack** | 100 | Number of bars to analyze for signals |

## 📋 **Template Settings**

| Setting | Default | Description |
| **TemplateName** | "" (empty) | Template to apply when clicking arrows<br>Leave empty for no template |

CurrencyStrenghtDB.ex4

Let me know what you guys think.
the indicator most be on indicators folder? beacouse dont worj for me

Re: Millionaire Maker 🔥💰

379
mazibee wrote: Wed Nov 05, 2025 7:44 am Sensei Beattle / Other senior and experienced members,
I would really appreciate your inputs on this trade setup for XAGUSD.
I am assuming that I have just opened the chart and want to trade on the M30 timeframe.
I have checked the higher timeframes , H4 and H1 and both are in a downtrend.

The CSW in both timeframes indicates down.

The price is below the 34 LWMA lines in both.

The histograms in both timeframes are SaddleBrown (DownTrend).

So both higher timeframes are clearly favoring a SELL trade.

Now moving to the M30 chart: My Queries

1) Since the price has already moved down quite a bit, I am waiting for a pullback.
When the CSW shows blue bars (indicating a pullback) and they touch the +50 level,
Should I enter the trade immediately once the blue bar touches +50?
Or should I wait for the next brown bar to form?
Or better yet, wait for the next brown bar to close and then enter?

2) Could someone please explain the role of the brown dots on top of the candles (and blue dots at the bottom)?
How should these be interpreted or used for better trading decisions?

3) If all the three Fibon targets have already been achieved, is it still advisable to enter a trade on that pair?

4) Finally, how many pairs would you recommend monitoring, and what’s the best way to manage multiple pairs efficiently?
Is it a good idea to first look for pairs where H1 and H4 are in the same direction, and then move to the M30 chart for entries?

Thank you in advance for your time and guidance. I’m looking forward to learning from your experience.
Hello mazibee.
I will spell out my approach, others may do it differently.
Here's what I look for.
I trade H1 as my entry timeframe for MM.
I start at H1 to see where the current trend is. Let's assume it's down.
H4 is the next. LWMA is brown and TMA is still below it. 3x Xuma is brown . Trend is down.
Daily trend can be up but better if it's down too. I take a look at the daily candle .
If it was down yesterday I'm biased for it to go down again. ( No guarantee)
Let's assume that the price is already below yesterday's daily low. Good sign.
Now I'm waiting for a pullback on the H1.
I get a big strength bar crossing 50.
Now my eyes widen up like a cat's eyes at the fish market.
I wait for that candle to close.
I'm sitting and watching the next candle. If it moves higher yet again and the strength bar is above 50 again, I do nothing till the candle closes.
Let's assume that is what happened.
The 3rd candle starts to move lower and that strength bar is a very small blue bar or it turns into a brown bar.
I will enter at the break of the low of the previous candle.
If it doesn't break the low of that candle I will enter at the open of the next candle, as long as the strength bar stays small blue or a brown bar of any size.
I aim for the Target 1 as long as it gives me at least 1:2 RR.
That's it my friend. Simple with no brain torture.

Another thing: Those dots below and above candles are entry signals to go long if below a candle and short if above a candle.
Fib targets change with a new day .
These users thanked the author firesword for the post (total 6):
Abdi, specialkey, ricosuaveiii, cladi53, verthigo, RollerAndTrading