• Home
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • User/Email: Password:
  • 10:12pm
Menu
  • Forums
  • Trades
  • News
  • Calendar
  • Market
  • Brokers
  • Login
  • Join
  • 10:12pm
Sister Sites
  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Options

Bookmark Thread

First Page First Unread Last Page Last Post

Print Thread

Similar Threads

Trading Dashboard For Currency Basket Trader (EA) 27 replies

I need a Trading Dashboard or Trading Panel 1 reply

Dashboard DB_CCFp-Diff Sessions/News Trading 6 replies

Dashboard trading EURNZD 3 replies

Which dashboard for basket trading? 9 replies

  • Platform Tech
  • /
  • Reply to Thread
  • Subscribe
  • 8,836
Attachments: Dashboard Trading
Exit Attachments
Tags: Dashboard Trading
Cancel

Dashboard Trading

  • Last Post
  •  
  • 1 10261027Page 102810291030 1074
  • 1 Page 1028 1074
  •  
  • Post #20,541
  • Quote
  • Nov 17, 2019 7:43am Nov 17, 2019 7:43am
  •  ElGuri
  • | Joined Nov 2016 | Status: Member | 4 Posts
Quoting dingdong99
Disliked
{quote} From GVC no have expired time, brother. Maybe need see in tab expert or journal if on there have some problem, brother..
Ignored
Everything works right but it does not open operations. A few days ago it worked perfect.
 
 
  • Post #20,542
  • Quote
  • Edited 11:52am Nov 26, 2019 10:44am | Edited 11:52am
  •  khodakarami
  • | Joined Oct 2019 | Status: Member | 18 Posts
@Gvc

Hi
First of all, thanks for this amazing dashboard. I looked for around hundreds of pages in forums, all saying they have "dashboards" but the real one is urs alone

Now, I have two problems :

1- when I drop the expert on the chart, I constantly get the error : "FFCal Error: File download incomplete!", I'm using Dashboard - TripleGapv6.ex4 assuming this is the last version?

2- I see "H", "D", and "N" words, on top as buttons and in rows as signs, but don't know what they mean. After 1200 pages of forum posts, maybe it would be useful to make a video tutorial about this or a pdf guide would be nice.

3- if the version 6 is the latest version, why keeping the previous versions in first post?

4- is it possible for you to make the whole dashboard and indicators open source by giving us the md4 files too?

5- Look at the picture ==> http://prntscr.com/q2e5tg <== please let the user have custom colors for candles (all three conditions) and the heat map.

6- MAKE YOUR OBJECTS UNSELECTABLE !!! You can't even imagine how simple yet important this one it. Unfortunately, 90% of stuff I see around has this issue.

By the way, the reason I asked for the source, is that to see if I can add few things into it or not (no promisses but there are few things I would like to see if it's possible to add)

thanks for your time and effort. I really enjoy this dashboard so far.
 
 
  • Post #20,543
  • Quote
  • Nov 27, 2019 5:50am Nov 27, 2019 5:50am
  •  PaGaLeO
  • Joined Jul 2016 | Status: Member | 62 Posts
Hello everybody. After some years í´ll be back. I read this Dashboard thread all the last weekend till now, but there are to many posts and sides. Dashboards like yours are absolut new for me in my more than 20 years trading now. I am very pleased with your work and have a question. Which Dashboard you can recommend a beginner for automatic trading? I would be very happy about your answers and also about your help. I wish you relaxed days. Your PaGaLeO
 
 
  • Post #20,544
  • Quote
  • Nov 27, 2019 7:15pm Nov 27, 2019 7:15pm
  •  Stan1a
  • | Joined Nov 2019 | Status: Member | 54 Posts | Online Now
Hello DingDong99,

Thank you for your indicator. Much appreciated!!!

It only took me a few minutes to be up and running.
Trades are already running.
The only change I made were the at profit setting.

Once more thank you
 
 
  • Post #20,545
  • Quote
  • Dec 5, 2019 2:08pm Dec 5, 2019 2:08pm
  •  meiknarf
  • | Joined Dec 2019 | Status: Junior Member | 1 Post
@DingDong99, first of all thank you for everything you have done for this community.

Would it be possible to add into the Chart Button V2 or V3 indicator the option to add other pairs?... I would like to add buttons to at least 4 other pairs I trade on (specifically USDMXN, US30, XAUUSD, OIL). Maybe it can be included in the config screen as additional pairs and we can configure the position of the buttons? I'm really sorry if this has been discussed already but this thread is now over 1000 pages and couldn't find anything through the search, but please guide me then.

BR,

F:.
 
 
  • Post #20,546
  • Quote
  • Dec 5, 2019 3:03pm Dec 5, 2019 3:03pm
  •  str8v4lu3
  • | Joined Jun 2019 | Status: Member | 58 Posts
Hello Traders,

can anybody tell me please what the funktion of these marked arrows are? I do not quite understand it......

Thank you
Attached Image
You mean GAMBLE???.... Thats all the market is, ONE GIANT CASINO!!!
 
 
  • Post #20,547
  • Quote
  • Dec 15, 2019 8:35am Dec 15, 2019 8:35am
  •  vikramp49
  • | Joined Dec 2019 | Status: Junior Member | 3 Posts
Quoting dingdong99
Disliked
{quote} https://www.forexfactory.com/showthr...93#post8610793 Maybe u can check that post, brother..
Ignored
Hello dingdong99,

plz help me. I have a code and i want to make a alert. when candle close after i get an alert. or some kind of dashboard scanner with it. alert should come after closing the candle. not middle of the candle. plz help me. i will be very grateful to you. sorry for my English. by the way code is giving the alerts properly.


#property indicator_chart_window
#property indicator_buffers 6
#property indicator_color1 Green
#property indicator_color2 Gray
#property indicator_color3 Green
#property indicator_color4 Gray
#property indicator_color5 Green
#property indicator_color6 Gray

int g_period_76 = 20;
int gi_80 = 1;
double gd_84 = 1.0;
int gi_92 = 1;
int gi_96 = 1;
extern int Nbars = 1000;
extern bool eMailAlerts_On = FALSE;
double g_ibuf_108[];
double g_ibuf_112[];
double g_ibuf_116[];
double g_ibuf_120[];
double g_ibuf_124[];
double g_ibuf_128[];
extern bool SoundON = TRUE;
bool gi_136 = FALSE;
bool gi_140 = FALSE;
int init() {
SetIndexBuffer(0, g_ibuf_108);
SetIndexBuffer(1, g_ibuf_112);
SetIndexBuffer(2, g_ibuf_116);
SetIndexBuffer(3, g_ibuf_120);
SetIndexBuffer(4, g_ibuf_124);
SetIndexBuffer(5, g_ibuf_128);
SetIndexStyle(0, DRAW_ARROW, STYLE_SOLID, 2);
SetIndexStyle(1, DRAW_ARROW, STYLE_SOLID, 2);
SetIndexStyle(2, DRAW_ARROW, STYLE_SOLID, 5);
SetIndexStyle(3, DRAW_ARROW, STYLE_SOLID, 5);
SetIndexStyle(4, DRAW_LINE);
SetIndexStyle(5, DRAW_LINE);
SetIndexArrow(0, 159);
SetIndexArrow(1, 159);
SetIndexArrow(2, 233);
SetIndexArrow(3, 234);
IndicatorDigits(MarketInfo(Symbol(), MODE_DIGITS));
string ls_0 = "ProFX01(" + g_period_76 + "," + gi_80 + ")";
IndicatorShortName(ls_0);
SetIndexLabel(0, "UpTrend Stop");
SetIndexLabel(1, "DownTrend Stop");
SetIndexLabel(2, "UpTrend Signal");
SetIndexLabel(3, "DownTrend Signal");
SetIndexLabel(4, "UpTrend Line");
SetIndexLabel(5, "DownTrend Line");
SetIndexDrawBegin(0, g_period_76);
SetIndexDrawBegin(1, g_period_76);
SetIndexDrawBegin(2, g_period_76);
SetIndexDrawBegin(3, g_period_76);
SetIndexDrawBegin(4, g_period_76);
SetIndexDrawBegin(5, g_period_76);
return (0);
}
string GetPeriodStr(int ai_0) {
string ls_ret_4;
if (ai_0 == 1) ls_ret_4 = "M1";
if (ai_0 == 5) ls_ret_4 = "M5";
if (ai_0 == 15) ls_ret_4 = "M15";
if (ai_0 == 30) ls_ret_4 = "M30";
if (ai_0 == 60) ls_ret_4 = "H1";
if (ai_0 == 240) ls_ret_4 = "H4";
if (ai_0 == 1440) ls_ret_4 = "D1";
if (ai_0 == 10080) ls_ret_4 = "W1";
if (ai_0 == 43200) ls_ret_4 = "MN1";
return (ls_ret_4);
}
int start() {
Comment("Www.ForexWinners.Net");
int li_12;
double lda_16[25000];
double lda_20[25000];
double lda_24[25000];
double lda_28[25000];
ObjectCreate("IndName", OBJ_LABEL, 0, 0, 0);
ObjectSet("IndName", OBJPROP_CORNER, 2);
ObjectSet("IndName", OBJPROP_XDISTANCE, 3);
ObjectSet("IndName", OBJPROP_YDISTANCE, 3);
ObjectSet("IndName", OBJPROP_BACK, TRUE);
ObjectSetText("IndName", "", 9, "Times New Roman", White);
for (int l_shift_8 = Nbars; l_shift_8 >= 0; l_shift_8--) {
g_ibuf_108[l_shift_8] = 0;
g_ibuf_112[l_shift_8] = 0;
g_ibuf_116[l_shift_8] = 0;
g_ibuf_120[l_shift_8] = 0;
g_ibuf_124[l_shift_8] = EMPTY_VALUE;
g_ibuf_128[l_shift_8] = EMPTY_VALUE;
}
for (l_shift_8 = Nbars - g_period_76 - 1; l_shift_8 >= 0; l_shift_8--) {
lda_16[l_shift_8] = iBands(NULL, 0, g_period_76, gi_80, 0, PRICE_CLOSE, MODE_UPPER, l_shift_8);
lda_20[l_shift_8] = iBands(NULL, 0, g_period_76, gi_80, 0, PRICE_CLOSE, MODE_LOWER, l_shift_8);
if (Close[l_shift_8] > lda_16[l_shift_8 + 1]) li_12 = 1;
if (Close[l_shift_8] < lda_20[l_shift_8 + 1]) li_12 = -1;
if (li_12 > 0 && lda_20[l_shift_8] < lda_20[l_shift_8 + 1]) lda_20[l_shift_8] = lda_20[l_shift_8 + 1];
if (li_12 < 0 && lda_16[l_shift_8] > lda_16[l_shift_8 + 1]) lda_16[l_shift_8] = lda_16[l_shift_8 + 1];
lda_24[l_shift_8] = lda_16[l_shift_8] + (gd_84 - 1.0) / 2.0 * (lda_16[l_shift_8] - lda_20[l_shift_8]);
lda_28[l_shift_8] = lda_20[l_shift_8] - (gd_84 - 1.0) / 2.0 * (lda_16[l_shift_8] - lda_20[l_shift_8]);
if (li_12 > 0 && lda_28[l_shift_8] < lda_28[l_shift_8 + 1]) lda_28[l_shift_8] = lda_28[l_shift_8 + 1];
if (li_12 < 0 && lda_24[l_shift_8] > lda_24[l_shift_8 + 1]) lda_24[l_shift_8] = lda_24[l_shift_8 + 1];
if (li_12 > 0) {
if (gi_92 > 0 && g_ibuf_108[l_shift_8 + 1] == -1.0) {
g_ibuf_116[l_shift_8] = lda_28[l_shift_8];
g_ibuf_108[l_shift_8] = lda_28[l_shift_8];
if (gi_96 > 0) g_ibuf_124[l_shift_8] = lda_28[l_shift_8];
if (SoundON == TRUE && l_shift_8 == 0 && !gi_136) {
Alert("MATE SYSTEM UP->", Symbol(), "-", Period());
if (eMailAlerts_On) SendMail("MATE SYSTEM", "MATE SYSTEM UP - " + Symbol() + " - " + GetPeriodStr(Period()));
gi_136 = TRUE;
gi_140 = FALSE;
}
} else {
g_ibuf_108[l_shift_8] = lda_28[l_shift_8];
if (gi_96 > 0) g_ibuf_124[l_shift_8] = lda_28[l_shift_8];
g_ibuf_116[l_shift_8] = -1;
}
if (gi_92 == 2) g_ibuf_108[l_shift_8] = 0;
g_ibuf_120[l_shift_8] = -1;
g_ibuf_112[l_shift_8] = -1.0;
g_ibuf_128[l_shift_8] = EMPTY_VALUE;
}
if (li_12 < 0) {
if (gi_92 > 0 && g_ibuf_112[l_shift_8 + 1] == -1.0) {
g_ibuf_120[l_shift_8] = lda_24[l_shift_8];
g_ibuf_112[l_shift_8] = lda_24[l_shift_8];
if (gi_96 > 0) g_ibuf_128[l_shift_8] = lda_24[l_shift_8];
if (SoundON == TRUE && l_shift_8 == 0 && !gi_140) {
Alert("MATE SYSTEM DOWN=>", Symbol(), "-", Period());
if (eMailAlerts_On) SendMail("MATE SYSTEM", "MATE SYSTEM DOWN - " + Symbol() + " - " + GetPeriodStr(Period()));
gi_140 = TRUE;
gi_136 = FALSE;
}
} else {
g_ibuf_112[l_shift_8] = lda_24[l_shift_8];
if (gi_96 > 0) g_ibuf_128[l_shift_8] = lda_24[l_shift_8];
g_ibuf_120[l_shift_8] = -1;
}
if (gi_92 == 2) g_ibuf_112[l_shift_8] = 0;
g_ibuf_116[l_shift_8] = -1;
g_ibuf_108[l_shift_8] = -1.0;
g_ibuf_124[l_shift_8] = EMPTY_VALUE;
}
}
return (0);
}
int deinit() {
ObjectDelete("IndName");
return (0);
}
1
 
  • Post #20,548
  • Quote
  • Dec 15, 2019 8:39am Dec 15, 2019 8:39am
  •  vikramp49
  • | Joined Dec 2019 | Status: Junior Member | 3 Posts
Quoting DaniP
Disliked
Hello DD, how are you? I would like to ask you if we could gather these infos in this work (wonderful by the way) that you have been doing for days, would certainly be very useful and would help a lot with these coupled infos; Put them together in your "Dash Fibo V1" It would be possible? - I took the liberty of taking some prints to better illustrate. {image}
Ignored

HI,

plz help me. I have a code and i want to make a alert. when candle close after i get an alert. or some kind of dashboard scanner with it. alert should come after closing the candle. not middle of the candle. plz help me. i will be very grateful to you. sorry for my English. by the way code is giving the alerts properly.


#property indicator_chart_window
#property indicator_buffers 6
#property indicator_color1 Green
#property indicator_color2 Gray
#property indicator_color3 Green
#property indicator_color4 Gray
#property indicator_color5 Green
#property indicator_color6 Gray

int g_period_76 = 20;
int gi_80 = 1;
double gd_84 = 1.0;
int gi_92 = 1;
int gi_96 = 1;
extern int Nbars = 1000;
extern bool eMailAlerts_On = FALSE;
double g_ibuf_108[];
double g_ibuf_112[];
double g_ibuf_116[];
double g_ibuf_120[];
double g_ibuf_124[];
double g_ibuf_128[];
extern bool SoundON = TRUE;
bool gi_136 = FALSE;
bool gi_140 = FALSE;
int init() {
SetIndexBuffer(0, g_ibuf_108);
SetIndexBuffer(1, g_ibuf_112);
SetIndexBuffer(2, g_ibuf_116);
SetIndexBuffer(3, g_ibuf_120);
SetIndexBuffer(4, g_ibuf_124);
SetIndexBuffer(5, g_ibuf_128);
SetIndexStyle(0, DRAW_ARROW, STYLE_SOLID, 2);
SetIndexStyle(1, DRAW_ARROW, STYLE_SOLID, 2);
SetIndexStyle(2, DRAW_ARROW, STYLE_SOLID, 5);
SetIndexStyle(3, DRAW_ARROW, STYLE_SOLID, 5);
SetIndexStyle(4, DRAW_LINE);
SetIndexStyle(5, DRAW_LINE);
SetIndexArrow(0, 159);
SetIndexArrow(1, 159);
SetIndexArrow(2, 233);
SetIndexArrow(3, 234);
IndicatorDigits(MarketInfo(Symbol(), MODE_DIGITS));
string ls_0 = "ProFX01(" + g_period_76 + "," + gi_80 + ")";
IndicatorShortName(ls_0);
SetIndexLabel(0, "UpTrend Stop");
SetIndexLabel(1, "DownTrend Stop");
SetIndexLabel(2, "UpTrend Signal");
SetIndexLabel(3, "DownTrend Signal");
SetIndexLabel(4, "UpTrend Line");
SetIndexLabel(5, "DownTrend Line");
SetIndexDrawBegin(0, g_period_76);
SetIndexDrawBegin(1, g_period_76);
SetIndexDrawBegin(2, g_period_76);
SetIndexDrawBegin(3, g_period_76);
SetIndexDrawBegin(4, g_period_76);
SetIndexDrawBegin(5, g_period_76);
return (0);
}
string GetPeriodStr(int ai_0) {
string ls_ret_4;
if (ai_0 == 1) ls_ret_4 = "M1";
if (ai_0 == 5) ls_ret_4 = "M5";
if (ai_0 == 15) ls_ret_4 = "M15";
if (ai_0 == 30) ls_ret_4 = "M30";
if (ai_0 == 60) ls_ret_4 = "H1";
if (ai_0 == 240) ls_ret_4 = "H4";
if (ai_0 == 1440) ls_ret_4 = "D1";
if (ai_0 == 10080) ls_ret_4 = "W1";
if (ai_0 == 43200) ls_ret_4 = "MN1";
return (ls_ret_4);
}
int start() {
Comment("Www.ForexWinners.Net");
int li_12;
double lda_16[25000];
double lda_20[25000];
double lda_24[25000];
double lda_28[25000];
ObjectCreate("IndName", OBJ_LABEL, 0, 0, 0);
ObjectSet("IndName", OBJPROP_CORNER, 2);
ObjectSet("IndName", OBJPROP_XDISTANCE, 3);
ObjectSet("IndName", OBJPROP_YDISTANCE, 3);
ObjectSet("IndName", OBJPROP_BACK, TRUE);
ObjectSetText("IndName", "", 9, "Times New Roman", White);
for (int l_shift_8 = Nbars; l_shift_8 >= 0; l_shift_8--) {
g_ibuf_108[l_shift_8] = 0;
g_ibuf_112[l_shift_8] = 0;
g_ibuf_116[l_shift_8] = 0;
g_ibuf_120[l_shift_8] = 0;
g_ibuf_124[l_shift_8] = EMPTY_VALUE;
g_ibuf_128[l_shift_8] = EMPTY_VALUE;
}
for (l_shift_8 = Nbars - g_period_76 - 1; l_shift_8 >= 0; l_shift_8--) {
lda_16[l_shift_8] = iBands(NULL, 0, g_period_76, gi_80, 0, PRICE_CLOSE, MODE_UPPER, l_shift_8);
lda_20[l_shift_8] = iBands(NULL, 0, g_period_76, gi_80, 0, PRICE_CLOSE, MODE_LOWER, l_shift_8);
if (Close[l_shift_8] > lda_16[l_shift_8 + 1]) li_12 = 1;
if (Close[l_shift_8] < lda_20[l_shift_8 + 1]) li_12 = -1;
if (li_12 > 0 && lda_20[l_shift_8] < lda_20[l_shift_8 + 1]) lda_20[l_shift_8] = lda_20[l_shift_8 + 1];
if (li_12 < 0 && lda_16[l_shift_8] > lda_16[l_shift_8 + 1]) lda_16[l_shift_8] = lda_16[l_shift_8 + 1];
lda_24[l_shift_8] = lda_16[l_shift_8] + (gd_84 - 1.0) / 2.0 * (lda_16[l_shift_8] - lda_20[l_shift_8]);
lda_28[l_shift_8] = lda_20[l_shift_8] - (gd_84 - 1.0) / 2.0 * (lda_16[l_shift_8] - lda_20[l_shift_8]);
if (li_12 > 0 && lda_28[l_shift_8] < lda_28[l_shift_8 + 1]) lda_28[l_shift_8] = lda_28[l_shift_8 + 1];
if (li_12 < 0 && lda_24[l_shift_8] > lda_24[l_shift_8 + 1]) lda_24[l_shift_8] = lda_24[l_shift_8 + 1];
if (li_12 > 0) {
if (gi_92 > 0 && g_ibuf_108[l_shift_8 + 1] == -1.0) {
g_ibuf_116[l_shift_8] = lda_28[l_shift_8];
g_ibuf_108[l_shift_8] = lda_28[l_shift_8];
if (gi_96 > 0) g_ibuf_124[l_shift_8] = lda_28[l_shift_8];
if (SoundON == TRUE && l_shift_8 == 0 && !gi_136) {
Alert("MATE SYSTEM UP->", Symbol(), "-", Period());
if (eMailAlerts_On) SendMail("MATE SYSTEM", "MATE SYSTEM UP - " + Symbol() + " - " + GetPeriodStr(Period()));
gi_136 = TRUE;
gi_140 = FALSE;
}
} else {
g_ibuf_108[l_shift_8] = lda_28[l_shift_8];
if (gi_96 > 0) g_ibuf_124[l_shift_8] = lda_28[l_shift_8];
g_ibuf_116[l_shift_8] = -1;
}
if (gi_92 == 2) g_ibuf_108[l_shift_8] = 0;
g_ibuf_120[l_shift_8] = -1;
g_ibuf_112[l_shift_8] = -1.0;
g_ibuf_128[l_shift_8] = EMPTY_VALUE;
}
if (li_12 < 0) {
if (gi_92 > 0 && g_ibuf_112[l_shift_8 + 1] == -1.0) {
g_ibuf_120[l_shift_8] = lda_24[l_shift_8];
g_ibuf_112[l_shift_8] = lda_24[l_shift_8];
if (gi_96 > 0) g_ibuf_128[l_shift_8] = lda_24[l_shift_8];
if (SoundON == TRUE && l_shift_8 == 0 && !gi_140) {
Alert("MATE SYSTEM DOWN=>", Symbol(), "-", Period());
if (eMailAlerts_On) SendMail("MATE SYSTEM", "MATE SYSTEM DOWN - " + Symbol() + " - " + GetPeriodStr(Period()));
gi_140 = TRUE;
gi_136 = FALSE;
}
} else {
g_ibuf_112[l_shift_8] = lda_24[l_shift_8];
if (gi_96 > 0) g_ibuf_128[l_shift_8] = lda_24[l_shift_8];
g_ibuf_120[l_shift_8] = -1;
}
if (gi_92 == 2) g_ibuf_112[l_shift_8] = 0;
g_ibuf_116[l_shift_8] = -1;
g_ibuf_108[l_shift_8] = -1.0;
g_ibuf_124[l_shift_8] = EMPTY_VALUE;
}
}
return (0);
}
int deinit() {
ObjectDelete("IndName");
return (0);
}
1
 
  • Post #20,549
  • Quote
  • Dec 16, 2019 5:08am Dec 16, 2019 5:08am
  •  braintheboss
  • Joined Nov 2012 | Status: Coder | 8,518 Posts
Quoting vikramp49
Disliked
{quote} HI, plz help me. I have a code and i want to make a alert. when candle close after i get an alert. or some kind of dashboard scanner with it. alert should come after closing the candle. not middle of the candle. plz help me. i will be very grateful to you. sorry for my English. by the way code is giving the alerts properly. #property indicator_chart_window #property indicator_buffers 6 #property indicator_color1 Green #property indicator_color2 Gray #property indicator_color3 Green #property indicator_color4 Gray #property indicator_color5...
Ignored
Its decompiled code...
Try don't lose pants never...
 
 
  • Post #20,550
  • Quote
  • Dec 17, 2019 9:51am Dec 17, 2019 9:51am
  •  Rivilearner
  • | Joined Nov 2019 | Status: Whatever will be, will be | 126 Posts
Hi all, am new to trading dashboards and quite impressed with what am seeing though I have some few newbie questions.
Using RSI to filter trade when above 75 and below 25 does it mean that one can open trades for buy when at and above 75 and sell when below 25?
Likewise reversal, does it mean that when below 25 one can expect to open only buy trades and vice versa?
What does the A,B,C buttons mean in the indicator.
I personally believe with user guide for the dashboards it will be easier for one to know what each button works and also help to tweek the setting to suite ones strategy.
I am currently trying out Ding Dong Fib v3

NB: GVC, DD or Brain if you guys can help out with my questions or any coder it will be highly appreciated
 
 
  • Post #20,551
  • Quote
  • Dec 20, 2019 1:56am Dec 20, 2019 1:56am
  •  Mazlan89
  • | Joined Dec 2019 | Status: Junior Member | 2 Posts
Quoting JibalaPasan
Disliked
{quote} The easiest way of trading, for noobs like me! {image} {image} {image} {image} {image} End of part 1.
Ignored
hello sir...where i can download this indicator?
 
 
  • Post #20,552
  • Quote
  • Dec 20, 2019 2:16am Dec 20, 2019 2:16am
  •  Rivilearner
  • | Joined Nov 2019 | Status: Whatever will be, will be | 126 Posts
from the upper right hand corner of the site, click on the attached files and search through you will find what you are looking for.
moreover from the upper left corner you could also search this thread for the specific file you want
 
 
  • Post #20,553
  • Quote
  • Dec 21, 2019 12:03pm Dec 21, 2019 12:03pm
  •  str8v4lu3
  • | Joined Jun 2019 | Status: Member | 58 Posts
Quoting Rivilearner
Disliked
Hi all, am new to trading dashboards and quite impressed with what am seeing though I have some few newbie questions. Using RSI to filter trade when above 75 and below 25 does it mean that one can open trades for buy when at and above 75 and sell when below 25? Likewise reversal, does it mean that when below 25 one can expect to open only buy trades and vice versa? What does the A,B,C buttons mean in the indicator. I personally believe with user guide for the dashboards it will be easier for one to know what each button works and also help to tweek...
Ignored
Attached File(s)
File Type: pdf Ding Dong Fibo HM Description.pdf   452 KB | 858 downloads
You mean GAMBLE???.... Thats all the market is, ONE GIANT CASINO!!!
 
1
  • Post #20,554
  • Quote
  • Dec 21, 2019 12:29pm Dec 21, 2019 12:29pm
  •  Mazlan89
  • | Joined Dec 2019 | Status: Junior Member | 2 Posts
Quoting Rivilearner
Disliked
from the upper right hand corner of the site, click on the attached files and search through you will find what you are looking for. moreover from the upper left corner you could also search this thread for the specific file you want
Ignored
thank you...
 
 
  • Post #20,555
  • Quote
  • Dec 21, 2019 4:00pm Dec 21, 2019 4:00pm
  •  Rivilearner
  • | Joined Nov 2019 | Status: Whatever will be, will be | 126 Posts
Quoting str8v4lu3
Disliked
{quote} {image}
Ignored
Thanks for the response, but am using DD Fib V3 which uses RSI and MA for trade setup, though I have been using the dashboard but I am trying to get the optimal result based on how originally its meant to be used
 
 
  • Post #20,556
  • Quote
  • Dec 22, 2019 3:55am Dec 22, 2019 3:55am
  •  angifactor66
  • | Joined Dec 2010 | Status: Member | 47 Posts
Quoting Sky77
Disliked
{quote} and you are full time trader for last 16 years technical analyst and private mentor... ohhh my God!
Ignored
Hi, i am a newbie....really newbie ..can you explain me how install the dashaboard about which you speak in this thread? i never used a dashboard...where can i find it? is it simple to use?i think it can give good projection about a pair direction (like eu, usd, yen..)
thanks a lot, if you may help me to understan better the meaning of this way of trading
 
 
  • Post #20,557
  • Quote
  • Dec 22, 2019 7:51am Dec 22, 2019 7:51am
  •  dingdong99
  • Joined Oct 2014 | Status: Relax, Enjoy Time | 940 Posts
Quoting Rivilearner
Disliked
{quote} Thanks for the response, but am using DD Fib V3 which uses RSI and MA for trade setup, though I have been using the dashboard but I am trying to get the optimal result based on how originally its meant to be used
Ignored
RSI and MA, sometime market have pullback movement..
https://www.forexfactory.com/showthr...76#post8810476

this link maybe make little explanation build for some concept, what we want for build momentum trigger.
IF RSI have OB, but still below MA, the scenario is pullback,
IF RSI have OB, and then distance pip from MA1, MA2 so far, can see in property what we want input on there. we can take scenario Reversal.

Quoting meiknarf
Disliked
@DingDong99, first of all thank you for everything you have done for this community. Would it be possible to add into the Chart Button V2 or V3 indicator the option to add other pairs?... I would like to add buttons to at least 4 other pairs I trade on (specifically USDMXN, US30, XAUUSD, OIL). Maybe it can be included in the config screen as additional pairs and we can configure the position of the buttons? I'm really sorry if this has been discussed already but this thread is now over 1000 pages and couldn't find anything through the search, but...
Ignored

Yes, i think can add like that, brother...

Quoting Stan1a
Disliked
Hello DingDong99, Thank you for your indicator. Much appreciated!!! It only took me a few minutes to be up and running. Trades are already running. The only change I made were the at profit setting. Once more thank you
Ignored
Good to hear, brother..
Hope can continuesly like that, brother.

Quoting PaGaLeO
Disliked
Hello everybody. After some years í´ll be back. I read this Dashboard thread all the last weekend till now, but there are to many posts and sides. Dashboards like yours are absolut new for me in my more than 20 years trading now. I am very pleased with your work and have a question. Which Dashboard you can recommend a beginner for automatic trading? I would be very happy about your answers and also about your help. I wish you relaxed days. Your PaGaLeO
Ignored
In here or out here many dashboard can use..
Before use to auto, try think about what usually we use..
And than the dashboard can help our think..
Cause out there many dashboard can adjustable with our practice everyday..brother..

Quoting ElGuri
Disliked
{quote} Everything works right but it does not open operations. A few days ago it worked perfect.
Ignored
Try check tab expert or journal..maybe have some notification from there, brother..
Regard, Ding Dong
 
1
  • Post #20,558
  • Quote
  • Dec 22, 2019 11:46am Dec 22, 2019 11:46am
  •  Rivilearner
  • | Joined Nov 2019 | Status: Whatever will be, will be | 126 Posts
Quoting angifactor66
Disliked
{quote} Hi, i am a newbie....really newbie ..can you explain me how install the dashaboard about which you speak in this thread? i never used a dashboard...where can i find it? is it simple to use?i think it can give good projection about a pair direction (like eu, usd, yen..) thanks a lot, if you may help me to understan better the meaning of this way of trading
Ignored
Here it is
Attached File(s)
File Type: rar Dashboard Fibo V.3.rar   710 KB | 1,321 downloads
 
1
  • Post #20,559
  • Quote
  • Dec 22, 2019 12:22pm Dec 22, 2019 12:22pm
  •  Rivilearner
  • | Joined Nov 2019 | Status: Whatever will be, will be | 126 Posts
Thanks DD for your reply, I have another question, I trade auto and in my setting I have stop loss set to 2 and take profit set to 3, assuming I buy EURGBP at 0.84868. My take profit will now be 0.85168 but i find my stop loss to be 2.00000.
What should I do or what am I doing wrong.
I don't know how to do screen capture I would have shown it.
How should SL in pip be set in Fibo V3
 
 
  • Post #20,560
  • Quote
  • Dec 22, 2019 1:20pm Dec 22, 2019 1:20pm
  •  dingdong99
  • Joined Oct 2014 | Status: Relax, Enjoy Time | 940 Posts
Quoting Rivilearner
Disliked
Thanks DD for your reply, I have another question, I trade auto and in my setting I have stop loss set to 2 and take profit set to 3, assuming I buy EURGBP at 0.84868. My take profit will now be 0.85168 but i find my stop loss to be 2.00000. What should I do or what am I doing wrong. I don't know how to do screen capture I would have shown it. How should SL in pip be set in Fibo V3
Ignored
When i see example order from u.
I see TP at 30 pip..but SL look like random.
Try input in 30 and 20..the mean is 20 and 30 pip.

I rarely use this function..most use basket target and basket stop.
Maybe i need check again about this function..brother.
Regard, Ding Dong
 
1
  • Platform Tech
  • /
  • Dashboard Trading
  • Reply to Thread
    • 1 10261027Page 102810291030 1074
    • 1 Page 1028 1074
0 traders viewing now
  • More
Top of Page
  • Facebook
  • Twitter
About FF
  • Mission
  • Products
  • User Guide
  • Media Kit
  • Blog
  • Contact
FF Products
  • Forums
  • Trades
  • Calendar
  • News
  • Market
  • Brokers
  • Trade Explorer
FF Website
  • Homepage
  • Search
  • Members
  • Report a Bug
Follow FF
  • Facebook
  • Twitter

FF Sister Sites:

  • Metals Mine
  • Energy EXCH
  • Crypto Craft

Forex Factory® is a brand of Fair Economy, Inc.

Terms of Service / ©2023