//-----Thanks a lot foe sharing those indicators!
Cheers
hey jose..... thanks for reminding me about this..... had intended to upload several every week.... i'll pick up the pace tonite......h
//-----Thanks a lot foe sharing those indicators!
Cheers
here is a slide show script.... it's a script, so goes in the scripts folder.... once attached to a chart, it will scroll thru all charts you have open in a length of time of your choice...... it's one of things i used to teach the girls how to trade.....
and a video explaining it ......h
//----
//-----Can you code this to continually open the pairs without stopping? I've seemed to have lost my old one
G
for(int i=0;i<charts;i++) { int hMDI = GetParent(GetParent(WindowHandle(Symbol(), Period()))); SendMessageA(hMDI, WM_MDINEXT, 0, 0); charts = i+2; Sleep(seconds*1000); }
//-----
hey g..... increasing the charts input will increase the loops..... such as if you have 5 charts open and set the 'charts' input to 100, it will loop thru 20 times....
20 charts open with a 'charts' setting of 200 should loop thru all 10 times...... and so on....
hey enivid.... thanks for sharing all yours.....
//-------
this is something that quite honestly was above the girls head..... it was meant to make some sense of the various pairs when comparing atr, margin required, lot size, profit percentage and such.....
they much rather be looking for diamonds, flowers, smiley faces and other wingding objects..... nothing wrong with that..... the less complicated things get often the better.....
youtube video explaining it.....h
Sorry, but it is forbidden to discuss decompiled indicators in this forum. I had to delete your attachment.h,
could you include Gold,Silver,Oil etc in the indicator? I've tried and it compiles with no errors or warnings but will not show the Gold pairs on the chart.
Thank you for all your hard work and great explanations
lpp
Can you post the set files as well please?here are the indicators as mentioned in the trend trading video......
a single indicator where the time frame could be chosen, there by requiring only one, could be written but just have the time right now.....
might post the combined single indicator later if time permits......h
//----
//-----
//----
//-----Can you post the set files as well please?
thanks
//------Hey @hayseed, im kindly requesting for the 34ema dashboard indicator