-----------------------------------------------
|                                             |
| JKDT @ForexFactory <<>> Chart Setup & Tools |                                         
| <<<   C     H     O     R     O     S   >>> |
-----------------------------------------------  

Copy the content of MT4_Choros folder into your MT4 Data Folder
(or just copy selected elements one by one)

This is to share the work that I have put into this setup incl. the collection of very useful tools (both scripts and indicators) 
to comfortably trade the Choros strategy. None of those tools were created by me, so the credit goes where it is due. The scripts 
are mostly (all?) the original Dance trade management scripts and the indicators were collected mostly on Forex Factory but also 
from various web sites and forums. Most of them are editable .mq4 format so you can adjust the code for your needs if necessary.

The core idea behind this setup was to comfortable follow and trade multiple currencies on multiple timeframes on one screen, 
have all the necessary tools while maintaining a minimalistic feeling and not to overload charts with stuff that is not needed. 
The setup follows M15 as the main chart and supportive M5, H1, H4 and Daily. I am often hiding M5 and Daily underneath by 
resizing the M15 a bit to the right to make this main timeframe larger. F11 full screen is highly recommended. You only need 
to have the navigator open but resized as small as possible to just show those few scripts. Alternatively they can be defined 
into hotkey shortcuts but I'd rather see them not to screw something up by mistake. Have a look at the picture to see how 
it looks on my screen.

Brief description of most elements, some are obvious:


INDICATORS

1) MAs:
Each chart has Choros typical 10/35/50 MAs + grayed out higher timeframes' 35/50 MAs. The general rule is that the given timeframe
except of 10, has 35/50 of its own and of two subsequent higher TFs. For example: M15 will have 10/35/50 and also 35/50 from H1 and H4 
(represented as x4 and x16 multiplication of 35/50 in this case). The exception is M5 where 35/50 is shown for M5, H1 and H4, M15 is 
skipped).

2) Charts symbol changer and synchronizer (non editable .ex4 but highly customizable)
This is such a smart little thing. Instead of having X charts on Y timeframes which makes it difficult to handle and switch between, 
it allows to open one currency on the required amount of timeframes and then, after customizing, freely switch between currencies on 
all those timeframes. It doesn't ever hide the bars which are always on top without disrupting the function.

3) Daily Range & 4) mm Spread
You are on your own here ;-)

5) JTrades
Nice little tool to clearly visualize taken trades. The standard MT4 feature isn't so clear and is not customizable.

6) Market Hours
Allow to define and visualize the market opening hours like London, NY, etc. Shows as a mini indicator subwindow on M15 chart in my 
setup that displays horizontal lines showing which markets are open. Opening times to be adjusted according to different time zones.

7) P4L CandleTime
Shows the time remaining to current bar closing

8) Pivots Day
What I instantly liked about this particular pivots is that it doesn't have those nearly vertical, angular lines that connect the periods 
and clutter the charts. Simultaneously it shows the previous periods correctly, which apparently is not so obvious in some other cases. 
It was also easy to modify the source code NOT to show the resistance and support levels but rather only Daily, Weekly and Monthly pivots 
which is recommended way to go. It also works well with the simulator (again, not obvious) yet as with all pivot indicators it slows the simulator 
down a bit too.

9) Plot 00 and 50 levels.ex4
Simple 00 and 50 round number indicator.

10) SweetSpots GOLD
Same as above yet you can customize it for example for DAX and other non-FX price type instruments which will not work correctly with 
the one above

11) zScaleXX
This is so great. No more manual adjustment of charts scale which is so annoying. (Both from the perspective of initially changing 
the type of scale and then scaling). Simply edit the number of pips you want to have in your particular timeframe (divided by two as it 
centers the current price line and it is the amount to bottom/top) and apply it just like an indicator. Therefore, it is also possible 
to save as a part of the template (which God knows why is unable to save this parameter as a standard functionality of MT4). This is 
even more useful as you realize you should always have the same height of your chart for any given timeframe not to skew the feeling 
of the market. Edit each of those .mq4 to adjust to your own taste.


SCRIPTS
(recommended already by the original Dance manual)

12) Kill All
Closes all trades on all currencies

13) Kill Currency
Closes only on the currency of the chart that is being dropped on.

14) Buy & Sell
Edit the file to adjust your position size, SL and TP.

15) SL & TP
Moves your SL and TP exactly where you drop it on chart of currently traded currency. 
Watch out - for multiple trades it will move (or create) an SL and TP in the selected spot for all of them.

16) Set BE+1
Drop it anywhere in the chart with an open trade and it will move your SL to Break Even + 1 pip

Best,
JKDT
