Wiki source code of Indicators
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{info}} | ||
| 2 | 2022 Update | ||
| 3 | |||
| 4 | These are kept for historical purposes. I've since learned that trading with naked charts, using ICTs price action principles is the way to go. | ||
| 5 | {{/info}} | ||
| 6 | |||
| 7 | == Informational == | ||
| 8 | |||
| 9 | Useful mt4 indicators that don't over clutter your display. | ||
| 10 | |||
| 11 | 1. [[Candle Countdown Timer>>https://www.mql5.com/en/market/product/37576]] - how long before this candle closes? Useful to know when you are watching price action. | ||
| 12 | 1. [[Pipsahoy>>https://pipsahoy.com/]] [[Pip Counter>>https://pipsahoy.com/indicators]] - shows how many Pips profit/loss your trade is in. Why guess? | ||
| 13 | 1. [[ATR Stop Loss>>https://pipsahoy.com/downloads]] - what should your SL be? This will help you determine it based on the volitility of that particular market. | ||
| 14 | 1. [[Daily Open>>https://pipsahoy.com/downloads]] - Where did the price open today? | ||
| 15 | 1. [[MT4 Chart Overlay Chart>>https://www.forexfactory.com/showthread.php?p=6797511#post6797511]] - display two currency pairs on one chart | ||
| 16 | 1. [[MT4 Line Chart Overlay>>http://www.forexfactory.com/attachment.php?attachmentid=903850&d=1329901327]] - | ||
| 17 | 1. [[Killzone Overlay: "Market Hours">>https://www.forexfactory.com/showthread.php?t=19418]] - | ||
| 18 | 1. [[Period Separator>>https://www.forexfactory.com/showthread.php?p=2220067#post2220067]] - | ||
| 19 | |||
| 20 | == Pattern Recognizers == | ||
| 21 | |||
| 22 | I have tested none of these, I'm only gathering the links so I can test them later. | ||
| 23 | |||
| 24 | 1. [[Kangaroo Tail>>https://www.mql5.com/en/market/product/22734]] | ||
| 25 | |||
| 26 | == Exit == | ||
| 27 | |||
| 28 | 1. Rex ([[files>>https://info.quagmyre.com/xwiki/bin/view/Forex/Indicators/files/rex/]]) | ||
| 29 | 1*. as an MT4 indicator: [[http:~~/~~/74.52.98.37/code/viewtopic.php?f=38&t=61373>>http://74.52.98.37/code/viewtopic.php?f=38&t=61373]] | ||
| 30 | 1**. [[Rex.mq4>>https://info.quagmyre.com/xwiki/bin/view/Forex/Indicators/files/rex/Rex.mq4]] | ||
| 31 | 1**. [[Rex with Alert.mq4>>https://info.quagmyre.com/xwiki/bin/view/Forex/Indicators/files/rex/Rex with Alert.mq4]] | ||
| 32 | 1*. as an LUA oscillator: [[http:~~/~~/fxcodebase.com/code/viewtopic.php?f=17&t=24005>>http://fxcodebase.com/code/viewtopic.php?f=17&t=24005]] | ||
| 33 | 1**. [[Rex.lua>>https://info.quagmyre.com/xwiki/bin/view/Forex/Indicators/files/rex/Rex.lua]] | ||
| 34 | 1**. [[MTF MCP Rex Heat Map.lua>>https://info.quagmyre.com/xwiki/bin/view/Forex/Indicators/files/rex/MTF MCP Rex Heat Map.lua]] | ||
| 35 | 1*. as in indicator strategy: [[http:~~/~~/fxcodebase.com/code/viewtopic.php?f=31&t=24705>>http://fxcodebase.com/code/viewtopic.php?f=31&t=24705]] | ||
| 36 | 1**. [[Rex Strategy.lua>>https://info.quagmyre.com/xwiki/bin/view/Forex/Indicators/files/rex/Rex Strategy.lua]] | ||
| 37 | |||
| 38 | References | ||
| 39 | |||
| 40 | * [[http:~~/~~/fxcodebase.com/>>http://fxcodebase.com/]] |