DATASONIC GROUP BERHAD, KNM GROUP BHD, ZECON BHD, EXCEL FORCE MSC BHD, PCCS GROUP BHD, VSOLAR GROUP BERHAD
Indeks Bursa Malaysia KLCI, Hang Seng, Indeks Komposit Jakarta, Nikkei 225, Komposit Shanghai, FTSE Straits Times Singapura
US 10Y, Euro Bund, Jerman 10Y, Jepun 10Y Hasil, UK 10Y, India 10Y
This is a forex strategy suited for day traders, specialized in the london breakout session The key elements for this strategy are the specific london time session, together with an exit time(before asian trade/at the end of new york session). At the same time, as logic elements we only use price action inside like : For long we have 3 ascending candles, and...
Kill Zones Kill zones are really liquidity events. Many different market participants often come together and act around these events. The activity itself may be event driven (margin calls or options exercise related activity), portfolio management driven (buy-on-close and asset allocation rebalancing orders) or institutionally driven (larger players needing...
This script shows the London and NY Sessions on your chart. Decided to publish it on demand for user yuan642 :D. Maybe other users may find it helpful. Looking back on charts it can help to spot certain moves or patterns around certain Session open when high volumes enter the markets.
Hello, Today I am glad to bring you an amazing simple and efficient scalper strategy. Best suited for 1M time frame and majors currency pairs. Its made of : Ema (exponential moving average) , long period 25 Ema(exponential moving average) Predictive, long period 50, Ema(exponential moving average) Predictive, long period 100 Risk management , risking % of...
******* UPDATED VERSION ******* Use this one: **************************************** >> OLD STUFF, please use the UPDATED version!!! << COPY & PASTE the code and change manually hours to reflect reality regardless selected TimeZone: doNYOpen "1300-1310" doNYSession "1300-0000" doTokyoOpen...
Hello there Today I am glad to provide you a strategy based on the wave trend oscillator. If you want to use it as an indicator, just disable long and short to not make any shops. It works on all time frames. The way it works its like an RSI . We have overbought and oversold levels, and together with a channel and length we calculate the wave trend. And then...
Different version of the CM one but everything is configurable and easy to manage. Daylight savings may also be toggled, I cannot automatically toggle it yet but hopefully with a pine update I will be able to. It had the four main sessions but version two could possibly have all of them as optional toggles Hope it is useful
VERY IMPORTANT : THIS STRATEGY WAS MADE WITH LEVERAGE IN MIND You need atleast 20X LEVERAGE ACCOUNT IN ORDER TO WORK PROPERLY. With high rewards come high risk . If you dont want to use leverage, use a risk % of less than 0.25 %. The below example is without use of leverage on a capital 100.000 risking only 0.25% on each trade This is a breakout strategy,...
Background colors that show open-close of the major market sessions (London, New York, Sydney, Tokyo). Written for (UTC-4).
Hey, today I bring you another strategy that I pull up together. Its a KISS system ( keep it stupid simple ) We have 2 ma of 5 lenght each, one applied to the high and the other to low. With this we create a channel. If the candle close above or below the channel we got a signal. Then we can optionally verify with the RSI to increase our chances. At the same...
Hello, First I want to WARN THAT YOU NEED A MINIMUM OF 30X LEVERAGE FOR THIS STRATEGY IN ORDER TO WORK. THE REASON IS THAT THE SIZE IS CALCULATED BASED ON A VERY SHORT STOP LOSS LEVEL IN PIPS UTILIZE IT AT YOUR OWN RISK This is a daytrading strategy, that's suited for GBPUSD 1H timechart. It a very simple strategy that utilizes 2 moving averages : a very fast...
Today I bring you one of the best systems I have found for 15min chart for EURUSD, can be adapted to other pairs aswell I suppose. Its made of 4 SMA 3 6 9 50 and EMA 200. It only makes 1 trade per day, in this case we have a risk % of our total eqquity, being the min 0.1 lots , can be changed tho . We target TP/SL the same 1:1 rr, in this case I use 30 pips for...
This strategy is made from a crossover of 2 ema : 4 and 8 in this case, together with a RSI of lenght 10 applied to hl2 The strategy is simple : we enter when we have a cross between the 2 ma's and rsi at the same time is in ascending or descending position crossing the middle line of 50. For exit we have : at the end of a session( we trade only between london...
//Forex Sessions study("Forex Sessions", shorttitle="SessionsFX", overlay=true) t1 = time(period, "0700-1600") t2 = time(period, "0200-1100") t3 = time(period, "1800-0300") t4 = time(period, "1600-0100") NewYork = na(t1) ? na : green London = na(t2) ? na : red Tokyo = na(t3) ? na : blue Sydney = na(t4) ? na : aqua //white silver gray maroon red purple fuchsia...
It marks out different world markets active timings on the bitcoin charts. You can also modify the script to a strategy and test out different strategies.
## Background ## Simple Sessions is based on the very awesome "Sessions on Chart" by Aurocks_AIF. I really liked how the background colours worked but wanted to simplify it by removing some parts that I didn't use. I then simplified much of the code, put it into my standard template format and re-published. Hopefully the code is a bit cleaner and easier to read...